Shades of Lavender Rose #EAA8D6
Tints of Lavender Rose #EAA8D6
RGB
CMYK
RGB Variations
Color information
#EAA8D6 (or 0xEAA8D6) is known color: Lavender Rose. HEX triplet: EA, A8 and D6. RGB value is (234,168,214). Sum of RGB (Red+Green+Blue) = 234+168+214=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8D6 is #155729. Grayscale: #C0C0C0. Windows color (decimal): -1398570 or 14067946. OLE color: 14067946.
HSL color Cylindrical-coordinate representation of color #EAA8D6: hue angle of 318.18º 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 #EAA8D6 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 214 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.08 |
| HSL | 318.18º | 0.61% | 0.79% | - |
| HSV(B) | 318.18º | 0.28% | 0.92% | - |
| XYZ | 60.07 | 50.35 | 70.17 | - |
| YUV | 192.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 214 | 0 | 0.28 | 0.09 | 0.08 | 318.18 | 0.61 | 0.79 |
| Hex | EA | A8 | D6 | 0 | 1C | 9 | 8 | 13E | 3D | 4F |
| Octal | 352 | 250 | 326 | 0 | 34 | 11 | 10 | 476 | 75 | 117 |
| Binary | 11101010 | 10101000 | 11010110 | 0 | 11100 | 1001 | 1000 | 100111110 | 111101 | 1001111 |
Color Harmonies of #EAA8D6
Complementary color
Monochromatic Colors of #EAA8D6
Black with #EAA8D6
Text Example
Text Example
White with #EAA8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8D6; }
p { color: rgb(234,168,214); }
H1.HeaderClassName
{
color: #EAA8D6;
}
.AnyTagClassName
{
color: #EAA8D6;
}
</style>
background-color css
<style>
a { background-color: #EAA8D6; }
a { background-color: rgb(234,168,214); }
div.DivClassName
{
background-color: #EAA8D6;
}
.BgClassName
{
background-color: #EAA8D6;
}
</style>
border-color css
<style>
span { border-color: #EAA8D6; }
span { border-color: rgb(234,168,214); }
td.TdClassName
{
border-color: #EAA8D6;
}
.TagClassName
{
border-color: #EAA8D6;
}
</style>