Shades of Lavender Rose #EE91D6
Tints of Lavender Rose #EE91D6
RGB
CMYK
RGB Variations
Color information
#EE91D6 (or 0xEE91D6) is known color: Lavender Rose. HEX triplet: EE, 91 and D6. RGB value is (238,145,214). Sum of RGB (Red+Green+Blue) = 238+145+214=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EE91D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE91D6 is #116E29. Grayscale: #B4B4B4. Windows color (decimal): -1142314 or 14062062. OLE color: 14062062.
HSL color Cylindrical-coordinate representation of color #EE91D6: hue angle of 315.48º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE91D6 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 214 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.07 |
| HSL | 315.48º | 0.73% | 0.75% | - |
| HSV(B) | 315.48º | 0.39% | 0.93% | - |
| XYZ | 57.52 | 43.28 | 68.94 | - |
| YUV | 180.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 214 | 0 | 0.39 | 0.10 | 0.07 | 315.48 | 0.73 | 0.75 |
| Hex | EE | 91 | D6 | 0 | 27 | A | 7 | 13B | 49 | 4B |
| Octal | 356 | 221 | 326 | 0 | 47 | 12 | 7 | 473 | 111 | 113 |
| Binary | 11101110 | 10010001 | 11010110 | 0 | 100111 | 1010 | 111 | 100111011 | 1001001 | 1001011 |
Color Harmonies of #EE91D6
Complementary color
Monochromatic Colors of #EE91D6
Black with #EE91D6
Text Example
Text Example
White with #EE91D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE91D6; }
p { color: rgb(238,145,214); }
H1.HeaderClassName
{
color: #EE91D6;
}
.AnyTagClassName
{
color: #EE91D6;
}
</style>
background-color css
<style>
a { background-color: #EE91D6; }
a { background-color: rgb(238,145,214); }
div.DivClassName
{
background-color: #EE91D6;
}
.BgClassName
{
background-color: #EE91D6;
}
</style>
border-color css
<style>
span { border-color: #EE91D6; }
span { border-color: rgb(238,145,214); }
td.TdClassName
{
border-color: #EE91D6;
}
.TagClassName
{
border-color: #EE91D6;
}
</style>