#EAA0D2

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

Shades of Lavender Rose #EAA0D2

Tints of Lavender Rose #EAA0D2

Color information

#EAA0D2 (or 0xEAA0D2) is unknown color: approx Lavender Rose. HEX triplet: EA, A0 and D2. RGB value is (234,160,210). Sum of RGB (Red+Green+Blue) = 234+160+210=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA0D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA0D2 is #155F2D. Grayscale: #BBBBBB. Windows color (decimal): -1400622 or 13803754. OLE color: 13803754.

HSL color Cylindrical-coordinate representation of color #EAA0D2: hue angle of 319.46º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA0D2 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB234160210-
CMYK00.320.100.08
HSL319.46º63.79%77.25%-
HSV(B)319.46º31.62%91.76%-
XYZ58.1447.2967.04-
YUV187.83140.52160.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 160 (62.89% from 255) = 26.49%
BLUE value IS 210 (82.42% from 255) = 34.77%
R=38.74%
G=26.49%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416021000.320.100.08319.4663.7977.25
HexEAA0D2020A813f404d
Octal3522403220401210477100115
Binary11101010101000001101001001000001010100010011111110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA0D2; }

 p { color: rgb(234,160,210); }

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

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

 a { background-color: rgb(234,160,210); }

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

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

 span { border-color: rgb(234,160,210); }

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