Shades of Lavender Rose #EE96DD
Tints of Lavender Rose #EE96DD
RGB
CMYK
RGB Variations
Color information
#EE96DD (or 0xEE96DD) is known color: Lavender Rose. HEX triplet: EE, 96 and DD. RGB value is (238,150,221). Sum of RGB (Red+Green+Blue) = 238+150+221=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE96DD is #116922. Grayscale: #B8B8B8. Windows color (decimal): -1141027 or 14522094. OLE color: 14522094.
HSL color Cylindrical-coordinate representation of color #EE96DD: hue angle of 311.59º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE96DD is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 221 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.07 |
| HSL | 311.59º | 0.72% | 0.76% | - |
| HSV(B) | 311.59º | 0.37% | 0.93% | - |
| XYZ | 59.22 | 45.21 | 74.01 | - |
| YUV | 184.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 221 | 0 | 0.37 | 0.07 | 0.07 | 311.59 | 0.72 | 0.76 |
| Hex | EE | 96 | DD | 0 | 25 | 7 | 7 | 138 | 48 | 4C |
| Octal | 356 | 226 | 335 | 0 | 45 | 7 | 7 | 470 | 110 | 114 |
| Binary | 11101110 | 10010110 | 11011101 | 0 | 100101 | 111 | 111 | 100111000 | 1001000 | 1001100 |
Color Harmonies of #EE96DD
Complementary color
Monochromatic Colors of #EE96DD
Black with #EE96DD
Text Example
Text Example
White with #EE96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE96DD; }
p { color: rgb(238,150,221); }
H1.HeaderClassName
{
color: #EE96DD;
}
.AnyTagClassName
{
color: #EE96DD;
}
</style>
background-color css
<style>
a { background-color: #EE96DD; }
a { background-color: rgb(238,150,221); }
div.DivClassName
{
background-color: #EE96DD;
}
.BgClassName
{
background-color: #EE96DD;
}
</style>
border-color css
<style>
span { border-color: #EE96DD; }
span { border-color: rgb(238,150,221); }
td.TdClassName
{
border-color: #EE96DD;
}
.TagClassName
{
border-color: #EE96DD;
}
</style>