Shades of Lavender Rose #EE96DF
Tints of Lavender Rose #EE96DF
RGB
CMYK
RGB Variations
Color information
#EE96DF (or 0xEE96DF) is known color: Lavender Rose. HEX triplet: EE, 96 and DF. RGB value is (238,150,223). Sum of RGB (Red+Green+Blue) = 238+150+223=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE96DF is #116920. Grayscale: #B8B8B8. Windows color (decimal): -1141025 or 14653166. OLE color: 14653166.
HSL color Cylindrical-coordinate representation of color #EE96DF: hue angle of 310.23º 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 #EE96DF is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 223 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.07 |
| HSL | 310.23º | 0.72% | 0.76% | - |
| HSV(B) | 310.23º | 0.37% | 0.93% | - |
| XYZ | 59.49 | 45.32 | 75.42 | - |
| YUV | 184.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 223 | 0 | 0.37 | 0.06 | 0.07 | 310.23 | 0.72 | 0.76 |
| Hex | EE | 96 | DF | 0 | 25 | 6 | 7 | 136 | 48 | 4C |
| Octal | 356 | 226 | 337 | 0 | 45 | 6 | 7 | 466 | 110 | 114 |
| Binary | 11101110 | 10010110 | 11011111 | 0 | 100101 | 110 | 111 | 100110110 | 1001000 | 1001100 |
Color Harmonies of #EE96DF
Complementary color
Monochromatic Colors of #EE96DF
Black with #EE96DF
Text Example
Text Example
White with #EE96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE96DF; }
p { color: rgb(238,150,223); }
H1.HeaderClassName
{
color: #EE96DF;
}
.AnyTagClassName
{
color: #EE96DF;
}
</style>
background-color css
<style>
a { background-color: #EE96DF; }
a { background-color: rgb(238,150,223); }
div.DivClassName
{
background-color: #EE96DF;
}
.BgClassName
{
background-color: #EE96DF;
}
</style>
border-color css
<style>
span { border-color: #EE96DF; }
span { border-color: rgb(238,150,223); }
td.TdClassName
{
border-color: #EE96DF;
}
.TagClassName
{
border-color: #EE96DF;
}
</style>