Shades of Lavender Rose #EAA8DA
Tints of Lavender Rose #EAA8DA
RGB
CMYK
RGB Variations
Color information
#EAA8DA (or 0xEAA8DA) is known color: Lavender Rose. HEX triplet: EA, A8 and DA. RGB value is (234,168,218). Sum of RGB (Red+Green+Blue) = 234+168+218=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8DA is #155725. Grayscale: #C1C1C1. Windows color (decimal): -1398566 or 14330090. OLE color: 14330090.
HSL color Cylindrical-coordinate representation of color #EAA8DA: hue angle of 314.55º 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 #EAA8DA is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 218 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.08 |
| HSL | 314.55º | 0.61% | 0.79% | - |
| HSV(B) | 314.55º | 0.28% | 0.92% | - |
| XYZ | 60.59 | 50.56 | 72.9 | - |
| YUV | 193.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 218 | 0 | 0.28 | 0.07 | 0.08 | 314.55 | 0.61 | 0.79 |
| Hex | EA | A8 | DA | 0 | 1C | 7 | 8 | 13B | 3D | 4F |
| Octal | 352 | 250 | 332 | 0 | 34 | 7 | 10 | 473 | 75 | 117 |
| Binary | 11101010 | 10101000 | 11011010 | 0 | 11100 | 111 | 1000 | 100111011 | 111101 | 1001111 |
Color Harmonies of #EAA8DA
Complementary color
Monochromatic Colors of #EAA8DA
Black with #EAA8DA
Text Example
Text Example
White with #EAA8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8DA; }
p { color: rgb(234,168,218); }
H1.HeaderClassName
{
color: #EAA8DA;
}
.AnyTagClassName
{
color: #EAA8DA;
}
</style>
background-color css
<style>
a { background-color: #EAA8DA; }
a { background-color: rgb(234,168,218); }
div.DivClassName
{
background-color: #EAA8DA;
}
.BgClassName
{
background-color: #EAA8DA;
}
</style>
border-color css
<style>
span { border-color: #EAA8DA; }
span { border-color: rgb(234,168,218); }
td.TdClassName
{
border-color: #EAA8DA;
}
.TagClassName
{
border-color: #EAA8DA;
}
</style>