Shades of Lavender Rose #EA99DB
Tints of Lavender Rose #EA99DB
RGB
CMYK
RGB Variations
Color information
#EA99DB (or 0xEA99DB) is known color: Lavender Rose. HEX triplet: EA, 99 and DB. RGB value is (234,153,219). Sum of RGB (Red+Green+Blue) = 234+153+219=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99DB is #156624. Grayscale: #B8B8B8. Windows color (decimal): -1402405 or 14391786. OLE color: 14391786.
HSL color Cylindrical-coordinate representation of color #EA99DB: hue angle of 311.11º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA99DB is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 219 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.08 |
| HSL | 311.11º | 0.66% | 0.76% | - |
| HSV(B) | 311.11º | 0.35% | 0.92% | - |
| XYZ | 58.11 | 45.39 | 72.72 | - |
| YUV | 184.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 219 | 0 | 0.35 | 0.06 | 0.08 | 311.11 | 0.66 | 0.76 |
| Hex | EA | 99 | DB | 0 | 23 | 6 | 8 | 137 | 42 | 4C |
| Octal | 352 | 231 | 333 | 0 | 43 | 6 | 10 | 467 | 102 | 114 |
| Binary | 11101010 | 10011001 | 11011011 | 0 | 100011 | 110 | 1000 | 100110111 | 1000010 | 1001100 |
Color Harmonies of #EA99DB
Complementary color
Monochromatic Colors of #EA99DB
Black with #EA99DB
Text Example
Text Example
White with #EA99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA99DB; }
p { color: rgb(234,153,219); }
H1.HeaderClassName
{
color: #EA99DB;
}
.AnyTagClassName
{
color: #EA99DB;
}
</style>
background-color css
<style>
a { background-color: #EA99DB; }
a { background-color: rgb(234,153,219); }
div.DivClassName
{
background-color: #EA99DB;
}
.BgClassName
{
background-color: #EA99DB;
}
</style>
border-color css
<style>
span { border-color: #EA99DB; }
span { border-color: rgb(234,153,219); }
td.TdClassName
{
border-color: #EA99DB;
}
.TagClassName
{
border-color: #EA99DB;
}
</style>