Color Hex Logo

#ee46c1 Color Hex

#EE46C1
(238,70,193)
0 Favorites   0 Comments

Color spaces of #ee46c1

RGB 23870193
HSL0.880.830.60
HSV316°71°93°
CMYK 0.000.710.19   0.07
XYZ47.075726.407753.0681
Yxy26.40770.37200.2087
Hunter Lab51.388473.5898-25.2561
CIE-Lab58.422074.8152-29.0800

#ee46c1 color RGB value is (238,70,193).

#ee46c1 hex color red value is 238, green value is 70 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #ee46c1 hue: 0.88 , saturation: 0.83 and the lightness value of ee46c1 is 0.60.

The process color (four color CMYK) of #ee46c1 color hex is 0.00, 0.71, 0.19, 0.07. Web safe color of #ee46c1 is #ff33cc. Color #ee46c1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000110 11000001
Octal 356 106 301
Decimal 238 70 193
Hex EE 46 C1

RGB Percentages of Color #ee46c1

%47.50
%13.97
%38.52

CMYK Percentages of Color #ee46c1

%0
%71
%19
%7

Triadic Colors of #ee46c1

#ee46c1 #c1ee46 #46c1ee

Analogous Colors of #ee46c1

#ee46c1 #ee466d #c746ee

Monochromatic Colors of #ee46c1

#ee46c1

Complementary Color

#ee46c1 #46ee73

#ee46c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee46c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee46c1 Color CSS Codes

.mybgcolor {background-color:#ee46c1; } 
.myforecolor {color:#ee46c1; }
.mybordercolor {border:3px solid #ee46c1; }

#ee46c1 Text Font Color

<p style="color:#ee46c1">Text here</p>

This sample text font color is #ee46c1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ee46c1 Background Color

<div style="background-color:#ee46c1">
Div content here</div>

This div background color is #ee46c1


#ee46c1 Border Color

<div style="border:3px solid #ee46c1">
Div here</div>

This div border color is #ee46c1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,70,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ee46c1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ee46c1;
  -webkit-box-shadow: 1px 1px 3px 2px #ee46c1;
  box-shadow:         1px 1px 3px 2px #ee46c1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,70,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ee46c1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ee46c1;
  -webkit-box-shadow: 1px 1px 3px 2px #ee46c1;
  box-shadow:         1px 1px 3px 2px #ee46c1;">
Div content here</div>

This div box has shadow with color #ee46c1


Comments

No comments written yet.

Please login to write comment.