Shades of Lavender Rose #EA9EDA
Tints of Lavender Rose #EA9EDA
RGB
CMYK
RGB Variations
Color information
#EA9EDA (or 0xEA9EDA) is known color: Lavender Rose. HEX triplet: EA, 9E and DA. RGB value is (234,158,218). Sum of RGB (Red+Green+Blue) = 234+158+218=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9EDA is #156125. Grayscale: #BBBBBB. Windows color (decimal): -1401126 or 14327530. OLE color: 14327530.
HSL color Cylindrical-coordinate representation of color #EA9EDA: hue angle of 312.63º 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 #EA9EDA is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 218 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.08 |
| HSL | 312.63º | 0.64% | 0.77% | - |
| HSV(B) | 312.63º | 0.32% | 0.92% | - |
| XYZ | 58.81 | 47.01 | 72.3 | - |
| YUV | 187.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 218 | 0 | 0.32 | 0.07 | 0.08 | 312.63 | 0.64 | 0.77 |
| Hex | EA | 9E | DA | 0 | 20 | 7 | 8 | 139 | 40 | 4D |
| Octal | 352 | 236 | 332 | 0 | 40 | 7 | 10 | 471 | 100 | 115 |
| Binary | 11101010 | 10011110 | 11011010 | 0 | 100000 | 111 | 1000 | 100111001 | 1000000 | 1001101 |
Color Harmonies of #EA9EDA
Complementary color
Monochromatic Colors of #EA9EDA
Black with #EA9EDA
Text Example
Text Example
White with #EA9EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9EDA; }
p { color: rgb(234,158,218); }
H1.HeaderClassName
{
color: #EA9EDA;
}
.AnyTagClassName
{
color: #EA9EDA;
}
</style>
background-color css
<style>
a { background-color: #EA9EDA; }
a { background-color: rgb(234,158,218); }
div.DivClassName
{
background-color: #EA9EDA;
}
.BgClassName
{
background-color: #EA9EDA;
}
</style>
border-color css
<style>
span { border-color: #EA9EDA; }
span { border-color: rgb(234,158,218); }
td.TdClassName
{
border-color: #EA9EDA;
}
.TagClassName
{
border-color: #EA9EDA;
}
</style>