Shades of Lavender Rose #EA9BD8
Tints of Lavender Rose #EA9BD8
RGB
CMYK
RGB Variations
Color information
#EA9BD8 (or 0xEA9BD8) is known color: Lavender Rose. HEX triplet: EA, 9B and D8. RGB value is (234,155,216). Sum of RGB (Red+Green+Blue) = 234+155+216=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9BD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9BD8 is #156427. Grayscale: #B9B9B9. Windows color (decimal): -1401896 or 14195690. OLE color: 14195690.
HSL color Cylindrical-coordinate representation of color #EA9BD8: hue angle of 313.67º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9BD8 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 155 | 216 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.08 |
| HSL | 313.67º | 0.65% | 0.76% | - |
| HSV(B) | 313.67º | 0.34% | 0.92% | - |
| XYZ | 58.05 | 45.89 | 70.76 | - |
| YUV | 185.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 155 | 216 | 0 | 0.34 | 0.08 | 0.08 | 313.67 | 0.65 | 0.76 |
| Hex | EA | 9B | D8 | 0 | 22 | 8 | 8 | 13A | 41 | 4C |
| Octal | 352 | 233 | 330 | 0 | 42 | 10 | 10 | 472 | 101 | 114 |
| Binary | 11101010 | 10011011 | 11011000 | 0 | 100010 | 1000 | 1000 | 100111010 | 1000001 | 1001100 |
Color Harmonies of #EA9BD8
Complementary color
Monochromatic Colors of #EA9BD8
Black with #EA9BD8
Text Example
Text Example
White with #EA9BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9BD8; }
p { color: rgb(234,155,216); }
H1.HeaderClassName
{
color: #EA9BD8;
}
.AnyTagClassName
{
color: #EA9BD8;
}
</style>
background-color css
<style>
a { background-color: #EA9BD8; }
a { background-color: rgb(234,155,216); }
div.DivClassName
{
background-color: #EA9BD8;
}
.BgClassName
{
background-color: #EA9BD8;
}
</style>
border-color css
<style>
span { border-color: #EA9BD8; }
span { border-color: rgb(234,155,216); }
td.TdClassName
{
border-color: #EA9BD8;
}
.TagClassName
{
border-color: #EA9BD8;
}
</style>