Shades of Lavender Rose #EE96DC
Tints of Lavender Rose #EE96DC
RGB
CMYK
RGB Variations
Color information
#EE96DC (or 0xEE96DC) is known color: Lavender Rose. HEX triplet: EE, 96 and DC. RGB value is (238,150,220). Sum of RGB (Red+Green+Blue) = 238+150+220=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 150 (58.98% from 255 or 24.67% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE96DC is #116923. Grayscale: #B8B8B8. Windows color (decimal): -1141028 or 14456558. OLE color: 14456558.
HSL color Cylindrical-coordinate representation of color #EE96DC: hue angle of 312.27º 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 #EE96DC is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 220 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.07 |
| HSL | 312.27º | 0.72% | 0.76% | - |
| HSV(B) | 312.27º | 0.37% | 0.93% | - |
| XYZ | 59.08 | 45.16 | 73.31 | - |
| YUV | 184.29 | 148.15 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 220 | 0 | 0.37 | 0.08 | 0.07 | 312.27 | 0.72 | 0.76 |
| Hex | EE | 96 | DC | 0 | 25 | 8 | 7 | 138 | 48 | 4C |
| Octal | 356 | 226 | 334 | 0 | 45 | 10 | 7 | 470 | 110 | 114 |
| Binary | 11101110 | 10010110 | 11011100 | 0 | 100101 | 1000 | 111 | 100111000 | 1001000 | 1001100 |
Color Harmonies of #EE96DC
Complementary color
Monochromatic Colors of #EE96DC
Black with #EE96DC
Text Example
Text Example
White with #EE96DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE96DC; }
p { color: rgb(238,150,220); }
H1.HeaderClassName
{
color: #EE96DC;
}
.AnyTagClassName
{
color: #EE96DC;
}
</style>
background-color css
<style>
a { background-color: #EE96DC; }
a { background-color: rgb(238,150,220); }
div.DivClassName
{
background-color: #EE96DC;
}
.BgClassName
{
background-color: #EE96DC;
}
</style>
border-color css
<style>
span { border-color: #EE96DC; }
span { border-color: rgb(238,150,220); }
td.TdClassName
{
border-color: #EE96DC;
}
.TagClassName
{
border-color: #EE96DC;
}
</style>