Shades of Lavender Rose #EAA0D2
Tints of Lavender Rose #EAA0D2
RGB
CMYK
RGB Variations
Color information
#EAA0D2 (or 0xEAA0D2) is known color: 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
| RGB | 234 | 160 | 210 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.08 |
| HSL | 319.46º | 0.64% | 0.77% | - |
| HSV(B) | 319.46º | 0.32% | 0.92% | - |
| XYZ | 58.14 | 47.29 | 67.04 | - |
| YUV | 187.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 210 | 0 | 0.32 | 0.10 | 0.08 | 319.46 | 0.64 | 0.77 |
| Hex | EA | A0 | D2 | 0 | 20 | A | 8 | 13F | 40 | 4D |
| Octal | 352 | 240 | 322 | 0 | 40 | 12 | 10 | 477 | 100 | 115 |
| Binary | 11101010 | 10100000 | 11010010 | 0 | 100000 | 1010 | 1000 | 100111111 | 1000000 | 1001101 |
Color Harmonies of #EAA0D2
Complementary color
Monochromatic Colors of #EAA0D2
Black with #EAA0D2
Text Example
Text Example
White with #EAA0D2
Text Example
Text Example
HTML Codes & Css Web 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>