Shades of Lavender Rose #EEA2DB
Tints of Lavender Rose #EEA2DB
RGB
CMYK
RGB Variations
Color information
#EEA2DB (or 0xEEA2DB) is known color: Lavender Rose. HEX triplet: EE, A2 and DB. RGB value is (238,162,219). Sum of RGB (Red+Green+Blue) = 238+162+219=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA2DB is #115D24. Grayscale: #BFBFBF. Windows color (decimal): -1137957 or 14394094. OLE color: 14394094.
HSL color Cylindrical-coordinate representation of color #EEA2DB: hue angle of 315º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA2DB is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 219 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.07 |
| HSL | 315º | 0.69% | 0.78% | - |
| HSV(B) | 315º | 0.32% | 0.93% | - |
| XYZ | 60.97 | 49.13 | 73.29 | - |
| YUV | 191.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 219 | 0 | 0.32 | 0.08 | 0.07 | 315 | 0.69 | 0.78 |
| Hex | EE | A2 | DB | 0 | 20 | 8 | 7 | 13B | 45 | 4E |
| Octal | 356 | 242 | 333 | 0 | 40 | 10 | 7 | 473 | 105 | 116 |
| Binary | 11101110 | 10100010 | 11011011 | 0 | 100000 | 1000 | 111 | 100111011 | 1000101 | 1001110 |
Color Harmonies of #EEA2DB
Complementary color
Monochromatic Colors of #EEA2DB
Black with #EEA2DB
Text Example
Text Example
White with #EEA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA2DB; }
p { color: rgb(238,162,219); }
H1.HeaderClassName
{
color: #EEA2DB;
}
.AnyTagClassName
{
color: #EEA2DB;
}
</style>
background-color css
<style>
a { background-color: #EEA2DB; }
a { background-color: rgb(238,162,219); }
div.DivClassName
{
background-color: #EEA2DB;
}
.BgClassName
{
background-color: #EEA2DB;
}
</style>
border-color css
<style>
span { border-color: #EEA2DB; }
span { border-color: rgb(238,162,219); }
td.TdClassName
{
border-color: #EEA2DB;
}
.TagClassName
{
border-color: #EEA2DB;
}
</style>