#EEA4D9

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

Shades of Lavender Rose #EEA4D9

Tints of Lavender Rose #EEA4D9

Color information

#EEA4D9 (or 0xEEA4D9) is unknown color: approx Lavender Rose. HEX triplet: EE, A4 and D9. RGB value is (238,164,217). Sum of RGB (Red+Green+Blue) = 238+164+217=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA4D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA4D9 is #115B26. Grayscale: #C0C0C0. Windows color (decimal): -1137447 or 14263534. OLE color: 14263534.

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

Color convert

RGB238164217-
CMYK00.310.090.07
HSL317.03º68.52%78.82%-
HSV(B)317.03º31.09%93.33%-
XYZ61.0649.7472.03-
YUV192.17142.02160.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.45%
GREEN value IS 164 (64.45% from 255) = 26.49%
BLUE value IS 217 (85.16% from 255) = 35.06%
R=38.45%
G=26.49%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816421700.310.090.07317.0368.5278.82
HexEEA4D901F9713d454f
Octal356244331037117475105117
Binary111011101010010011011001011111100111110011110110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA4D9; }

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

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

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

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

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

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

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

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