#EE9DE4

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

Shades of Lavender Rose #EE9DE4

Tints of Lavender Rose #EE9DE4

Color information

#EE9DE4 (or 0xEE9DE4) is unknown color: approx Lavender Rose. HEX triplet: EE, 9D and E4. RGB value is (238,157,228). Sum of RGB (Red+Green+Blue) = 238+157+228=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 157 (61.72% from 255 or 25.20% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9DE4 is #11621B. Grayscale: #BDBDBD. Windows color (decimal): -1139228 or 14982638. OLE color: 14982638.

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

Color convert

RGB238157228-
CMYK00.340.040.07
HSL307.41º70.43%77.45%-
HSV(B)307.41º34.03%93.33%-
XYZ61.3247.8979.41-
YUV189.31149.84162.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.20%
GREEN value IS 157 (61.72% from 255) = 25.20%
BLUE value IS 228 (89.45% from 255) = 36.60%
R=38.20%
G=25.20%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815722800.340.040.07307.4170.4377.45
HexEE9DE402247133464d
Octal35623534404247463106115
Binary111011101001110111100100010001010011110011001110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9DE4; }

 p { color: rgb(238,157,228); }

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

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

 a { background-color: rgb(238,157,228); }

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

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

 span { border-color: rgb(238,157,228); }

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