Shades of Lavender Rose #EF91D7
Tints of Lavender Rose #EF91D7
RGB
CMYK
RGB Variations
Color information
#EF91D7 (or 0xEF91D7) is known color: Lavender Rose. HEX triplet: EF, 91 and D7. RGB value is (239,145,215). Sum of RGB (Red+Green+Blue) = 239+145+215=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF91D7 is #106E28. Grayscale: #B4B4B4. Windows color (decimal): -1076777 or 14127599. OLE color: 14127599.
HSL color Cylindrical-coordinate representation of color #EF91D7: hue angle of 315.32º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF91D7 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 215 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.06 |
| HSL | 315.32º | 0.75% | 0.75% | - |
| HSV(B) | 315.32º | 0.39% | 0.94% | - |
| XYZ | 57.99 | 43.51 | 69.63 | - |
| YUV | 181.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 215 | 0 | 0.39 | 0.10 | 0.06 | 315.32 | 0.75 | 0.75 |
| Hex | EF | 91 | D7 | 0 | 27 | A | 6 | 13B | 4B | 4B |
| Octal | 357 | 221 | 327 | 0 | 47 | 12 | 6 | 473 | 113 | 113 |
| Binary | 11101111 | 10010001 | 11010111 | 0 | 100111 | 1010 | 110 | 100111011 | 1001011 | 1001011 |
Color Harmonies of #EF91D7
Complementary color
Monochromatic Colors of #EF91D7
Black with #EF91D7
Text Example
Text Example
White with #EF91D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF91D7; }
p { color: rgb(239,145,215); }
H1.HeaderClassName
{
color: #EF91D7;
}
.AnyTagClassName
{
color: #EF91D7;
}
</style>
background-color css
<style>
a { background-color: #EF91D7; }
a { background-color: rgb(239,145,215); }
div.DivClassName
{
background-color: #EF91D7;
}
.BgClassName
{
background-color: #EF91D7;
}
</style>
border-color css
<style>
span { border-color: #EF91D7; }
span { border-color: rgb(239,145,215); }
td.TdClassName
{
border-color: #EF91D7;
}
.TagClassName
{
border-color: #EF91D7;
}
</style>