#EE9FD5

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

Shades of Lavender Rose #EE9FD5

Tints of Lavender Rose #EE9FD5

Color information

#EE9FD5 (or 0xEE9FD5) is unknown color: approx Lavender Rose. HEX triplet: EE, 9F and D5. RGB value is (238,159,213). Sum of RGB (Red+Green+Blue) = 238+159+213=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9FD5 is #11602A. Grayscale: #BCBCBC. Windows color (decimal): -1138731 or 14000110. OLE color: 14000110.

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

Color convert

RGB238159213-
CMYK00.330.110.07
HSL318.99º69.91%77.84%-
HSV(B)318.99º33.19%93.33%-
XYZ59.6747.7869.03-
YUV188.78141.67163.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.02%
GREEN value IS 159 (62.5% from 255) = 26.07%
BLUE value IS 213 (83.59% from 255) = 34.92%
R=39.02%
G=26.07%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815921300.330.110.07318.9969.9177.84
HexEE9FD5021B713f464e
Octal356237325041137477106116
Binary1110111010011111110101010100001101111110011111110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9FD5; }

 p { color: rgb(238,159,213); }

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

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

 a { background-color: rgb(238,159,213); }

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

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

 span { border-color: rgb(238,159,213); }

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