Shades of Lavender Rose #EA9DD8
Tints of Lavender Rose #EA9DD8
RGB
CMYK
RGB Variations
Color information
#EA9DD8 (or 0xEA9DD8) is known color: Lavender Rose. HEX triplet: EA, 9D and D8. RGB value is (234,157,216). Sum of RGB (Red+Green+Blue) = 234+157+216=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DD8 is #156227. Grayscale: #BABABA. Windows color (decimal): -1401384 or 14196202. OLE color: 14196202.
HSL color Cylindrical-coordinate representation of color #EA9DD8: hue angle of 314.03º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9DD8 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 216 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.08 |
| HSL | 314.03º | 0.65% | 0.77% | - |
| HSV(B) | 314.03º | 0.33% | 0.92% | - |
| XYZ | 58.38 | 46.56 | 70.88 | - |
| YUV | 186.75 | 144.51 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 216 | 0 | 0.33 | 0.08 | 0.08 | 314.03 | 0.65 | 0.77 |
| Hex | EA | 9D | D8 | 0 | 21 | 8 | 8 | 13A | 41 | 4D |
| Octal | 352 | 235 | 330 | 0 | 41 | 10 | 10 | 472 | 101 | 115 |
| Binary | 11101010 | 10011101 | 11011000 | 0 | 100001 | 1000 | 1000 | 100111010 | 1000001 | 1001101 |
Color Harmonies of #EA9DD8
Complementary color
Monochromatic Colors of #EA9DD8
Black with #EA9DD8
Text Example
Text Example
White with #EA9DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9DD8; }
p { color: rgb(234,157,216); }
H1.HeaderClassName
{
color: #EA9DD8;
}
.AnyTagClassName
{
color: #EA9DD8;
}
</style>
background-color css
<style>
a { background-color: #EA9DD8; }
a { background-color: rgb(234,157,216); }
div.DivClassName
{
background-color: #EA9DD8;
}
.BgClassName
{
background-color: #EA9DD8;
}
</style>
border-color css
<style>
span { border-color: #EA9DD8; }
span { border-color: rgb(234,157,216); }
td.TdClassName
{
border-color: #EA9DD8;
}
.TagClassName
{
border-color: #EA9DD8;
}
</style>