Shades of Lavender Rose #EE9BDF
Tints of Lavender Rose #EE9BDF
RGB
CMYK
RGB Variations
Color information
#EE9BDF (or 0xEE9BDF) is known color: Lavender Rose. HEX triplet: EE, 9B and DF. RGB value is (238,155,223). Sum of RGB (Red+Green+Blue) = 238+155+223=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9BDF is #116420. Grayscale: #BBBBBB. Windows color (decimal): -1139745 or 14654446. OLE color: 14654446.
HSL color Cylindrical-coordinate representation of color #EE9BDF: hue angle of 310.84º 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 #EE9BDF is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 155 | 223 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.07 |
| HSL | 310.84º | 0.71% | 0.77% | - |
| HSV(B) | 310.84º | 0.35% | 0.93% | - |
| XYZ | 60.3 | 46.95 | 75.7 | - |
| YUV | 187.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 223 | 0 | 0.35 | 0.06 | 0.07 | 310.84 | 0.71 | 0.77 |
| Hex | EE | 9B | DF | 0 | 23 | 6 | 7 | 137 | 47 | 4D |
| Octal | 356 | 233 | 337 | 0 | 43 | 6 | 7 | 467 | 107 | 115 |
| Binary | 11101110 | 10011011 | 11011111 | 0 | 100011 | 110 | 111 | 100110111 | 1000111 | 1001101 |
Color Harmonies of #EE9BDF
Complementary color
Monochromatic Colors of #EE9BDF
Black with #EE9BDF
Text Example
Text Example
White with #EE9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9BDF; }
p { color: rgb(238,155,223); }
H1.HeaderClassName
{
color: #EE9BDF;
}
.AnyTagClassName
{
color: #EE9BDF;
}
</style>
background-color css
<style>
a { background-color: #EE9BDF; }
a { background-color: rgb(238,155,223); }
div.DivClassName
{
background-color: #EE9BDF;
}
.BgClassName
{
background-color: #EE9BDF;
}
</style>
border-color css
<style>
span { border-color: #EE9BDF; }
span { border-color: rgb(238,155,223); }
td.TdClassName
{
border-color: #EE9BDF;
}
.TagClassName
{
border-color: #EE9BDF;
}
</style>