Shades of Lavender Rose #EA9ADB
Tints of Lavender Rose #EA9ADB
RGB
CMYK
RGB Variations
Color information
#EA9ADB (or 0xEA9ADB) is known color: Lavender Rose. HEX triplet: EA, 9A and DB. RGB value is (234,154,219). Sum of RGB (Red+Green+Blue) = 234+154+219=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9ADB is #156524. Grayscale: #B9B9B9. Windows color (decimal): -1402149 or 14392042. OLE color: 14392042.
HSL color Cylindrical-coordinate representation of color #EA9ADB: hue angle of 311.25º degrees, saturation: 0.66, 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 #EA9ADB is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 219 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.08 |
| HSL | 311.25º | 0.66% | 0.76% | - |
| HSV(B) | 311.25º | 0.34% | 0.92% | - |
| XYZ | 58.27 | 45.72 | 72.77 | - |
| YUV | 185.33 | 147 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 219 | 0 | 0.34 | 0.06 | 0.08 | 311.25 | 0.66 | 0.76 |
| Hex | EA | 9A | DB | 0 | 22 | 6 | 8 | 137 | 42 | 4C |
| Octal | 352 | 232 | 333 | 0 | 42 | 6 | 10 | 467 | 102 | 114 |
| Binary | 11101010 | 10011010 | 11011011 | 0 | 100010 | 110 | 1000 | 100110111 | 1000010 | 1001100 |
Color Harmonies of #EA9ADB
Complementary color
Monochromatic Colors of #EA9ADB
Black with #EA9ADB
Text Example
Text Example
White with #EA9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9ADB; }
p { color: rgb(234,154,219); }
H1.HeaderClassName
{
color: #EA9ADB;
}
.AnyTagClassName
{
color: #EA9ADB;
}
</style>
background-color css
<style>
a { background-color: #EA9ADB; }
a { background-color: rgb(234,154,219); }
div.DivClassName
{
background-color: #EA9ADB;
}
.BgClassName
{
background-color: #EA9ADB;
}
</style>
border-color css
<style>
span { border-color: #EA9ADB; }
span { border-color: rgb(234,154,219); }
td.TdClassName
{
border-color: #EA9ADB;
}
.TagClassName
{
border-color: #EA9ADB;
}
</style>