Shades of Lavender Rose #EE9BDE
Tints of Lavender Rose #EE9BDE
RGB
CMYK
RGB Variations
Color information
#EE9BDE (or 0xEE9BDE) is known color: Lavender Rose. HEX triplet: EE, 9B and DE. RGB value is (238,155,222). Sum of RGB (Red+Green+Blue) = 238+155+222=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9BDE is #116421. Grayscale: #BBBBBB. Windows color (decimal): -1139746 or 14588910. OLE color: 14588910.
HSL color Cylindrical-coordinate representation of color #EE9BDE: hue angle of 311.57º 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 #EE9BDE is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 155 | 222 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.07 |
| HSL | 311.57º | 0.71% | 0.77% | - |
| HSV(B) | 311.57º | 0.35% | 0.93% | - |
| XYZ | 60.17 | 46.89 | 74.99 | - |
| YUV | 187.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 222 | 0 | 0.35 | 0.07 | 0.07 | 311.57 | 0.71 | 0.77 |
| Hex | EE | 9B | DE | 0 | 23 | 7 | 7 | 138 | 47 | 4D |
| Octal | 356 | 233 | 336 | 0 | 43 | 7 | 7 | 470 | 107 | 115 |
| Binary | 11101110 | 10011011 | 11011110 | 0 | 100011 | 111 | 111 | 100111000 | 1000111 | 1001101 |
Color Harmonies of #EE9BDE
Complementary color
Monochromatic Colors of #EE9BDE
Black with #EE9BDE
Text Example
Text Example
White with #EE9BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9BDE; }
p { color: rgb(238,155,222); }
H1.HeaderClassName
{
color: #EE9BDE;
}
.AnyTagClassName
{
color: #EE9BDE;
}
</style>
background-color css
<style>
a { background-color: #EE9BDE; }
a { background-color: rgb(238,155,222); }
div.DivClassName
{
background-color: #EE9BDE;
}
.BgClassName
{
background-color: #EE9BDE;
}
</style>
border-color css
<style>
span { border-color: #EE9BDE; }
span { border-color: rgb(238,155,222); }
td.TdClassName
{
border-color: #EE9BDE;
}
.TagClassName
{
border-color: #EE9BDE;
}
</style>