Shades of Lavender Rose #EAA6D9
Tints of Lavender Rose #EAA6D9
RGB
CMYK
RGB Variations
Color information
#EAA6D9 (or 0xEAA6D9) is known color: Lavender Rose. HEX triplet: EA, A6 and D9. RGB value is (234,166,217). Sum of RGB (Red+Green+Blue) = 234+166+217=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA6D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA6D9 is #155926. Grayscale: #C0C0C0. Windows color (decimal): -1399079 or 14264042. OLE color: 14264042.
HSL color Cylindrical-coordinate representation of color #EAA6D9: hue angle of 315º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA6D9 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 217 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.08 |
| HSL | 315º | 0.62% | 0.78% | - |
| HSV(B) | 315º | 0.29% | 0.92% | - |
| XYZ | 60.09 | 49.77 | 72.09 | - |
| YUV | 192.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 217 | 0 | 0.29 | 0.07 | 0.08 | 315 | 0.62 | 0.78 |
| Hex | EA | A6 | D9 | 0 | 1D | 7 | 8 | 13B | 3E | 4E |
| Octal | 352 | 246 | 331 | 0 | 35 | 7 | 10 | 473 | 76 | 116 |
| Binary | 11101010 | 10100110 | 11011001 | 0 | 11101 | 111 | 1000 | 100111011 | 111110 | 1001110 |
Color Harmonies of #EAA6D9
Complementary color
Monochromatic Colors of #EAA6D9
Black with #EAA6D9
Text Example
Text Example
White with #EAA6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA6D9; }
p { color: rgb(234,166,217); }
H1.HeaderClassName
{
color: #EAA6D9;
}
.AnyTagClassName
{
color: #EAA6D9;
}
</style>
background-color css
<style>
a { background-color: #EAA6D9; }
a { background-color: rgb(234,166,217); }
div.DivClassName
{
background-color: #EAA6D9;
}
.BgClassName
{
background-color: #EAA6D9;
}
</style>
border-color css
<style>
span { border-color: #EAA6D9; }
span { border-color: rgb(234,166,217); }
td.TdClassName
{
border-color: #EAA6D9;
}
.TagClassName
{
border-color: #EAA6D9;
}
</style>