#EEA4DE

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

Shades of Lavender Rose #EEA4DE

Tints of Lavender Rose #EEA4DE

Color information

#EEA4DE (or 0xEEA4DE) is unknown color: approx Lavender Rose. HEX triplet: EE, A4 and DE. RGB value is (238,164,222). Sum of RGB (Red+Green+Blue) = 238+164+222=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 164 (64.45% from 255 or 26.28% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA4DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA4DE is #115B21. Grayscale: #C0C0C0. Windows color (decimal): -1137442 or 14591214. OLE color: 14591214.

HSL color Cylindrical-coordinate representation of color #EEA4DE: hue angle of 312.97º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEA4DE is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB238164222-
CMYK00.310.070.07
HSL312.97º68.52%78.82%-
HSV(B)312.97º31.09%93.33%-
XYZ61.725075.51-
YUV192.74144.52160.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.14%
GREEN value IS 164 (64.45% from 255) = 26.28%
BLUE value IS 222 (87.11% from 255) = 35.58%
R=38.14%
G=26.28%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816422200.310.070.07312.9768.5278.82
HexEEA4DE01F77139454f
Octal35624433603777471105117
Binary11101110101001001101111001111111111110011100110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA4DE; }

 p { color: rgb(238,164,222); }

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

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

 a { background-color: rgb(238,164,222); }

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

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

 span { border-color: rgb(238,164,222); }

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