#ee9ed4

Color #EE9ED4 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #EE9ED4

Tints of Lavender Rose #EE9ED4

Color information

#EE9ED4 (or 0xEE9ED4) is unknown color: approx Lavender Rose. HEX triplet: EE, 9E and D4. RGB value is (238,158,212). Sum of RGB (Red+Green+Blue) = 238+158+212=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9ED4 is #11612B. Grayscale: #BBBBBB. Windows color (decimal): -1138988 or 13934318. OLE color: 13934318.

HSL color Cylindrical-coordinate representation of color #EE9ED4: hue angle of 319.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EE9ED4 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238158212-
CMYK00.340.110.07
HSL319.5º70.18%77.65%-
HSV(B)319.5º33.61%93.33%-
XYZ59.3747.3868.3-
YUV188.08141.5163.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 39.14%
GREEN value IS 158 (62.11% from 255) = 25.99%
BLUE value IS 212 (83.20% from 255) = 34.87%
R=39.14%
G=25.99%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815821200.340.110.07319.570.1877.65
HexEE9ED4022B7140464e
Octal356236324042137500106116
Binary1110111010011110110101000100010101111110100000010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee9ed4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee9ed4; }

 p { color: rgb(238,158,212); }

 H1.HeaderClassName
 {
   color: #ee9ed4;
 }
 .AnyTagClassName
 {
   color: #ee9ed4;
 }
</style>
background-color css

<style>
 a { background-color: #ee9ed4; }

 a { background-color: rgb(238,158,212); }

 div.DivClassName
 {
   background-color: #ee9ed4;
 }
 .BgClassName
 {
   background-color: #ee9ed4;
 }
</style>
border-color css

<style>
 span { border-color: #ee9ed4; }

 span { border-color: rgb(238,158,212); }

 td.TdClassName
 {
   border-color: #ee9ed4;
 }
 .TagClassName
 {
   border-color: #ee9ed4;
 }
</style>