#EEA4DF

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

Shades of Lavender Rose #EEA4DF

Tints of Lavender Rose #EEA4DF

Color information

#EEA4DF (or 0xEEA4DF) is unknown color: approx Lavender Rose. HEX triplet: EE, A4 and DF. RGB value is (238,164,223). Sum of RGB (Red+Green+Blue) = 238+164+223=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 164 (64.45% from 255 or 26.24% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA4DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA4DF is #115B20. Grayscale: #C0C0C0. Windows color (decimal): -1137441 or 14656750. OLE color: 14656750.

HSL color Cylindrical-coordinate representation of color #EEA4DF: hue angle of 312.16º 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 #EEA4DF is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB238164223-
CMYK00.310.060.07
HSL312.16º68.52%78.82%-
HSV(B)312.16º31.09%93.33%-
XYZ61.8550.0676.21-
YUV192.85145.02160.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 164 (64.45% from 255) = 26.24%
BLUE value IS 223 (87.5% from 255) = 35.68%
R=38.08%
G=26.24%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816422300.310.060.07312.1668.5278.82
HexEEA4DF01F67138454f
Octal35624433703767470105117
Binary11101110101001001101111101111111011110011100010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA4DF; }

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

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

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

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

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

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

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

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