Shades of Lavender Rose #EA9ED8
Tints of Lavender Rose #EA9ED8
RGB
CMYK
RGB Variations
Color information
#EA9ED8 (or 0xEA9ED8) is known color: Lavender Rose. HEX triplet: EA, 9E and D8. RGB value is (234,158,216). Sum of RGB (Red+Green+Blue) = 234+158+216=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9ED8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9ED8 is #156127. Grayscale: #BBBBBB. Windows color (decimal): -1401128 or 14196458. OLE color: 14196458.
HSL color Cylindrical-coordinate representation of color #EA9ED8: hue angle of 314.21º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EA9ED8 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 216 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.08 |
| HSL | 314.21º | 0.64% | 0.77% | - |
| HSV(B) | 314.21º | 0.32% | 0.92% | - |
| XYZ | 58.55 | 46.9 | 70.93 | - |
| YUV | 187.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 216 | 0 | 0.32 | 0.08 | 0.08 | 314.21 | 0.64 | 0.77 |
| Hex | EA | 9E | D8 | 0 | 20 | 8 | 8 | 13A | 40 | 4D |
| Octal | 352 | 236 | 330 | 0 | 40 | 10 | 10 | 472 | 100 | 115 |
| Binary | 11101010 | 10011110 | 11011000 | 0 | 100000 | 1000 | 1000 | 100111010 | 1000000 | 1001101 |
Color Harmonies of #EA9ED8
Complementary color
Monochromatic Colors of #EA9ED8
Black with #EA9ED8
Text Example
Text Example
White with #EA9ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9ED8; }
p { color: rgb(234,158,216); }
H1.HeaderClassName
{
color: #EA9ED8;
}
.AnyTagClassName
{
color: #EA9ED8;
}
</style>
background-color css
<style>
a { background-color: #EA9ED8; }
a { background-color: rgb(234,158,216); }
div.DivClassName
{
background-color: #EA9ED8;
}
.BgClassName
{
background-color: #EA9ED8;
}
</style>
border-color css
<style>
span { border-color: #EA9ED8; }
span { border-color: rgb(234,158,216); }
td.TdClassName
{
border-color: #EA9ED8;
}
.TagClassName
{
border-color: #EA9ED8;
}
</style>