Shades of Lavender Rose #EAA8D4
Tints of Lavender Rose #EAA8D4
RGB
CMYK
RGB Variations
Color information
#EAA8D4 (or 0xEAA8D4) is known color: Lavender Rose. HEX triplet: EA, A8 and D4. RGB value is (234,168,212). Sum of RGB (Red+Green+Blue) = 234+168+212=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8D4 is #15572B. Grayscale: #C0C0C0. Windows color (decimal): -1398572 or 13936874. OLE color: 13936874.
HSL color Cylindrical-coordinate representation of color #EAA8D4: hue angle of 320º 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 #EAA8D4 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 212 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.08 |
| HSL | 320º | 0.61% | 0.79% | - |
| HSV(B) | 320º | 0.28% | 0.92% | - |
| XYZ | 59.82 | 50.25 | 68.83 | - |
| YUV | 192.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 212 | 0 | 0.28 | 0.09 | 0.08 | 320 | 0.61 | 0.79 |
| Hex | EA | A8 | D4 | 0 | 1C | 9 | 8 | 140 | 3D | 4F |
| Octal | 352 | 250 | 324 | 0 | 34 | 11 | 10 | 500 | 75 | 117 |
| Binary | 11101010 | 10101000 | 11010100 | 0 | 11100 | 1001 | 1000 | 101000000 | 111101 | 1001111 |
Color Harmonies of #EAA8D4
Complementary color
Monochromatic Colors of #EAA8D4
Black with #EAA8D4
Text Example
Text Example
White with #EAA8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8D4; }
p { color: rgb(234,168,212); }
H1.HeaderClassName
{
color: #EAA8D4;
}
.AnyTagClassName
{
color: #EAA8D4;
}
</style>
background-color css
<style>
a { background-color: #EAA8D4; }
a { background-color: rgb(234,168,212); }
div.DivClassName
{
background-color: #EAA8D4;
}
.BgClassName
{
background-color: #EAA8D4;
}
</style>
border-color css
<style>
span { border-color: #EAA8D4; }
span { border-color: rgb(234,168,212); }
td.TdClassName
{
border-color: #EAA8D4;
}
.TagClassName
{
border-color: #EAA8D4;
}
</style>