Shades of Lavender Rose #EE9EDB
Tints of Lavender Rose #EE9EDB
RGB
CMYK
RGB Variations
Color information
#EE9EDB (or 0xEE9EDB) is known color: Lavender Rose. HEX triplet: EE, 9E and DB. RGB value is (238,158,219). Sum of RGB (Red+Green+Blue) = 238+158+219=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9EDB is #116124. Grayscale: #BCBCBC. Windows color (decimal): -1138981 or 14393070. OLE color: 14393070.
HSL color Cylindrical-coordinate representation of color #EE9EDB: hue angle of 314.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EE9EDB is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 158 | 219 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.07 |
| HSL | 314.25º | 0.7% | 0.78% | - |
| HSV(B) | 314.25º | 0.34% | 0.93% | - |
| XYZ | 60.27 | 47.75 | 73.06 | - |
| YUV | 188.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 158 | 219 | 0 | 0.34 | 0.08 | 0.07 | 314.25 | 0.7 | 0.78 |
| Hex | EE | 9E | DB | 0 | 22 | 8 | 7 | 13A | 46 | 4E |
| Octal | 356 | 236 | 333 | 0 | 42 | 10 | 7 | 472 | 106 | 116 |
| Binary | 11101110 | 10011110 | 11011011 | 0 | 100010 | 1000 | 111 | 100111010 | 1000110 | 1001110 |
Color Harmonies of #EE9EDB
Complementary color
Monochromatic Colors of #EE9EDB
Black with #EE9EDB
Text Example
Text Example
White with #EE9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9EDB; }
p { color: rgb(238,158,219); }
H1.HeaderClassName
{
color: #EE9EDB;
}
.AnyTagClassName
{
color: #EE9EDB;
}
</style>
background-color css
<style>
a { background-color: #EE9EDB; }
a { background-color: rgb(238,158,219); }
div.DivClassName
{
background-color: #EE9EDB;
}
.BgClassName
{
background-color: #EE9EDB;
}
</style>
border-color css
<style>
span { border-color: #EE9EDB; }
span { border-color: rgb(238,158,219); }
td.TdClassName
{
border-color: #EE9EDB;
}
.TagClassName
{
border-color: #EE9EDB;
}
</style>