Shades of Lavender Rose #EAA8D9
Tints of Lavender Rose #EAA8D9
RGB
CMYK
RGB Variations
Color information
#EAA8D9 (or 0xEAA8D9) is known color: Lavender Rose. HEX triplet: EA, A8 and D9. RGB value is (234,168,217). Sum of RGB (Red+Green+Blue) = 234+168+217=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 168 (66.02% from 255 or 27.14% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8D9 is #155726. Grayscale: #C1C1C1. Windows color (decimal): -1398567 or 14264554. OLE color: 14264554.
HSL color Cylindrical-coordinate representation of color #EAA8D9: hue angle of 315.45º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA8D9 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 217 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.08 |
| HSL | 315.45º | 0.61% | 0.79% | - |
| HSV(B) | 315.45º | 0.28% | 0.92% | - |
| XYZ | 60.46 | 50.51 | 72.21 | - |
| YUV | 193.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 217 | 0 | 0.28 | 0.07 | 0.08 | 315.45 | 0.61 | 0.79 |
| Hex | EA | A8 | D9 | 0 | 1C | 7 | 8 | 13B | 3D | 4F |
| Octal | 352 | 250 | 331 | 0 | 34 | 7 | 10 | 473 | 75 | 117 |
| Binary | 11101010 | 10101000 | 11011001 | 0 | 11100 | 111 | 1000 | 100111011 | 111101 | 1001111 |
Color Harmonies of #EAA8D9
Complementary color
Monochromatic Colors of #EAA8D9
Black with #EAA8D9
Text Example
Text Example
White with #EAA8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8D9; }
p { color: rgb(234,168,217); }
H1.HeaderClassName
{
color: #EAA8D9;
}
.AnyTagClassName
{
color: #EAA8D9;
}
</style>
background-color css
<style>
a { background-color: #EAA8D9; }
a { background-color: rgb(234,168,217); }
div.DivClassName
{
background-color: #EAA8D9;
}
.BgClassName
{
background-color: #EAA8D9;
}
</style>
border-color css
<style>
span { border-color: #EAA8D9; }
span { border-color: rgb(234,168,217); }
td.TdClassName
{
border-color: #EAA8D9;
}
.TagClassName
{
border-color: #EAA8D9;
}
</style>