Shades of Lavender Rose #EE9BDB
Tints of Lavender Rose #EE9BDB
RGB
CMYK
RGB Variations
Color information
#EE9BDB (or 0xEE9BDB) is known color: Lavender Rose. HEX triplet: EE, 9B and DB. RGB value is (238,155,219). Sum of RGB (Red+Green+Blue) = 238+155+219=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9BDB is #116424. Grayscale: #BABABA. Windows color (decimal): -1139749 or 14392302. OLE color: 14392302.
HSL color Cylindrical-coordinate representation of color #EE9BDB: hue angle of 313.73º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9BDB is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 155 | 219 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.07 |
| HSL | 313.73º | 0.71% | 0.77% | - |
| HSV(B) | 313.73º | 0.35% | 0.93% | - |
| XYZ | 59.77 | 46.73 | 72.89 | - |
| YUV | 187.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 219 | 0 | 0.35 | 0.08 | 0.07 | 313.73 | 0.71 | 0.77 |
| Hex | EE | 9B | DB | 0 | 23 | 8 | 7 | 13A | 47 | 4D |
| Octal | 356 | 233 | 333 | 0 | 43 | 10 | 7 | 472 | 107 | 115 |
| Binary | 11101110 | 10011011 | 11011011 | 0 | 100011 | 1000 | 111 | 100111010 | 1000111 | 1001101 |
Color Harmonies of #EE9BDB
Complementary color
Monochromatic Colors of #EE9BDB
Black with #EE9BDB
Text Example
Text Example
White with #EE9BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9BDB; }
p { color: rgb(238,155,219); }
H1.HeaderClassName
{
color: #EE9BDB;
}
.AnyTagClassName
{
color: #EE9BDB;
}
</style>
background-color css
<style>
a { background-color: #EE9BDB; }
a { background-color: rgb(238,155,219); }
div.DivClassName
{
background-color: #EE9BDB;
}
.BgClassName
{
background-color: #EE9BDB;
}
</style>
border-color css
<style>
span { border-color: #EE9BDB; }
span { border-color: rgb(238,155,219); }
td.TdClassName
{
border-color: #EE9BDB;
}
.TagClassName
{
border-color: #EE9BDB;
}
</style>