#EE9AD4

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

Shades of Lavender Rose #EE9AD4

Tints of Lavender Rose #EE9AD4

Color information

#EE9AD4 (or 0xEE9AD4) is unknown color: approx Lavender Rose. HEX triplet: EE, 9A and D4. RGB value is (238,154,212). Sum of RGB (Red+Green+Blue) = 238+154+212=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9AD4 is #11652B. Grayscale: #B9B9B9. Windows color (decimal): -1140012 or 13933294. OLE color: 13933294.

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

Color convert

RGB238154212-
CMYK00.350.110.07
HSL318.57º71.19%76.86%-
HSV(B)318.57º35.29%93.33%-
XYZ58.746.0468.08-
YUV185.73142.83165.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 154 (60.55% from 255) = 25.50%
BLUE value IS 212 (83.20% from 255) = 35.10%
R=39.40%
G=25.50%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815421200.350.110.07318.5771.1976.86
HexEE9AD4023B713f474d
Octal356232324043137477107115
Binary1110111010011010110101000100011101111110011111110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9AD4; }

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

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

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

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

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

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

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

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