Shades of Lavender Rose #EE9DD2
Tints of Lavender Rose #EE9DD2
RGB
CMYK
RGB Variations
Color information
#EE9DD2 (or 0xEE9DD2) is known color: Lavender Rose. HEX triplet: EE, 9D and D2. RGB value is (238,157,210). Sum of RGB (Red+Green+Blue) = 238+157+210=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9DD2 is #11622D. Grayscale: #BBBBBB. Windows color (decimal): -1139246 or 13802990. OLE color: 13802990.
HSL color Cylindrical-coordinate representation of color #EE9DD2: hue angle of 320.74º 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 #EE9DD2 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 157 | 210 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.07 |
| HSL | 320.74º | 0.7% | 0.77% | - |
| HSV(B) | 320.74º | 0.34% | 0.93% | - |
| XYZ | 58.95 | 46.94 | 66.93 | - |
| YUV | 187.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 210 | 0 | 0.34 | 0.12 | 0.07 | 320.74 | 0.7 | 0.77 |
| Hex | EE | 9D | D2 | 0 | 22 | C | 7 | 141 | 46 | 4D |
| Octal | 356 | 235 | 322 | 0 | 42 | 14 | 7 | 501 | 106 | 115 |
| Binary | 11101110 | 10011101 | 11010010 | 0 | 100010 | 1100 | 111 | 101000001 | 1000110 | 1001101 |
Color Harmonies of #EE9DD2
Complementary color
Monochromatic Colors of #EE9DD2
Black with #EE9DD2
Text Example
Text Example
White with #EE9DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9DD2; }
p { color: rgb(238,157,210); }
H1.HeaderClassName
{
color: #EE9DD2;
}
.AnyTagClassName
{
color: #EE9DD2;
}
</style>
background-color css
<style>
a { background-color: #EE9DD2; }
a { background-color: rgb(238,157,210); }
div.DivClassName
{
background-color: #EE9DD2;
}
.BgClassName
{
background-color: #EE9DD2;
}
</style>
border-color css
<style>
span { border-color: #EE9DD2; }
span { border-color: rgb(238,157,210); }
td.TdClassName
{
border-color: #EE9DD2;
}
.TagClassName
{
border-color: #EE9DD2;
}
</style>