Shades of Lavender Rose #EE9DDA
Tints of Lavender Rose #EE9DDA
RGB
CMYK
RGB Variations
Color information
#EE9DDA (or 0xEE9DDA) is known color: Lavender Rose. HEX triplet: EE, 9D and DA. RGB value is (238,157,218). Sum of RGB (Red+Green+Blue) = 238+157+218=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9DDA is #116225. Grayscale: #BCBCBC. Windows color (decimal): -1139238 or 14327278. OLE color: 14327278.
HSL color Cylindrical-coordinate representation of color #EE9DDA: hue angle of 314.81º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EE9DDA is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 157 | 218 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.07 |
| HSL | 314.81º | 0.7% | 0.77% | - |
| HSV(B) | 314.81º | 0.34% | 0.93% | - |
| XYZ | 59.97 | 47.35 | 72.31 | - |
| YUV | 188.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 218 | 0 | 0.34 | 0.08 | 0.07 | 314.81 | 0.7 | 0.77 |
| Hex | EE | 9D | DA | 0 | 22 | 8 | 7 | 13B | 46 | 4D |
| Octal | 356 | 235 | 332 | 0 | 42 | 10 | 7 | 473 | 106 | 115 |
| Binary | 11101110 | 10011101 | 11011010 | 0 | 100010 | 1000 | 111 | 100111011 | 1000110 | 1001101 |
Color Harmonies of #EE9DDA
Complementary color
Monochromatic Colors of #EE9DDA
Black with #EE9DDA
Text Example
Text Example
White with #EE9DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9DDA; }
p { color: rgb(238,157,218); }
H1.HeaderClassName
{
color: #EE9DDA;
}
.AnyTagClassName
{
color: #EE9DDA;
}
</style>
background-color css
<style>
a { background-color: #EE9DDA; }
a { background-color: rgb(238,157,218); }
div.DivClassName
{
background-color: #EE9DDA;
}
.BgClassName
{
background-color: #EE9DDA;
}
</style>
border-color css
<style>
span { border-color: #EE9DDA; }
span { border-color: rgb(238,157,218); }
td.TdClassName
{
border-color: #EE9DDA;
}
.TagClassName
{
border-color: #EE9DDA;
}
</style>