Shades of Lavender Rose #EEA0DB
Tints of Lavender Rose #EEA0DB
RGB
CMYK
RGB Variations
Color information
#EEA0DB (or 0xEEA0DB) is known color: Lavender Rose. HEX triplet: EE, A0 and DB. RGB value is (238,160,219). Sum of RGB (Red+Green+Blue) = 238+160+219=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 160 (62.89% from 255 or 25.93% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA0DB is #115F24. Grayscale: #BDBDBD. Windows color (decimal): -1138469 or 14393582. OLE color: 14393582.
HSL color Cylindrical-coordinate representation of color #EEA0DB: hue angle of 314.62º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEA0DB is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 219 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.07 |
| HSL | 314.62º | 0.7% | 0.78% | - |
| HSV(B) | 314.62º | 0.33% | 0.93% | - |
| XYZ | 60.62 | 48.43 | 73.17 | - |
| YUV | 190.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 219 | 0 | 0.33 | 0.08 | 0.07 | 314.62 | 0.7 | 0.78 |
| Hex | EE | A0 | DB | 0 | 21 | 8 | 7 | 13B | 46 | 4E |
| Octal | 356 | 240 | 333 | 0 | 41 | 10 | 7 | 473 | 106 | 116 |
| Binary | 11101110 | 10100000 | 11011011 | 0 | 100001 | 1000 | 111 | 100111011 | 1000110 | 1001110 |
Color Harmonies of #EEA0DB
Complementary color
Monochromatic Colors of #EEA0DB
Black with #EEA0DB
Text Example
Text Example
White with #EEA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA0DB; }
p { color: rgb(238,160,219); }
H1.HeaderClassName
{
color: #EEA0DB;
}
.AnyTagClassName
{
color: #EEA0DB;
}
</style>
background-color css
<style>
a { background-color: #EEA0DB; }
a { background-color: rgb(238,160,219); }
div.DivClassName
{
background-color: #EEA0DB;
}
.BgClassName
{
background-color: #EEA0DB;
}
</style>
border-color css
<style>
span { border-color: #EEA0DB; }
span { border-color: rgb(238,160,219); }
td.TdClassName
{
border-color: #EEA0DB;
}
.TagClassName
{
border-color: #EEA0DB;
}
</style>