Shades of Lavender Rose #EF95E1
Tints of Lavender Rose #EF95E1
RGB
CMYK
RGB Variations
Color information
#EF95E1 (or 0xEF95E1) is known color: Lavender Rose. HEX triplet: EF, 95 and E1. RGB value is (239,149,225). Sum of RGB (Red+Green+Blue) = 239+149+225=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF95E1 is #106A1E. Grayscale: #B8B8B8. Windows color (decimal): -1075743 or 14783983. OLE color: 14783983.
HSL color Cylindrical-coordinate representation of color #EF95E1: hue angle of 309.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF95E1 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 225 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.06 |
| HSL | 309.33º | 0.74% | 0.76% | - |
| HSV(B) | 309.33º | 0.38% | 0.94% | - |
| XYZ | 59.93 | 45.28 | 76.82 | - |
| YUV | 184.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 225 | 0 | 0.38 | 0.06 | 0.06 | 309.33 | 0.74 | 0.76 |
| Hex | EF | 95 | E1 | 0 | 26 | 6 | 6 | 135 | 4A | 4C |
| Octal | 357 | 225 | 341 | 0 | 46 | 6 | 6 | 465 | 112 | 114 |
| Binary | 11101111 | 10010101 | 11100001 | 0 | 100110 | 110 | 110 | 100110101 | 1001010 | 1001100 |
Color Harmonies of #EF95E1
Complementary color
Monochromatic Colors of #EF95E1
Black with #EF95E1
Text Example
Text Example
White with #EF95E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF95E1; }
p { color: rgb(239,149,225); }
H1.HeaderClassName
{
color: #EF95E1;
}
.AnyTagClassName
{
color: #EF95E1;
}
</style>
background-color css
<style>
a { background-color: #EF95E1; }
a { background-color: rgb(239,149,225); }
div.DivClassName
{
background-color: #EF95E1;
}
.BgClassName
{
background-color: #EF95E1;
}
</style>
border-color css
<style>
span { border-color: #EF95E1; }
span { border-color: rgb(239,149,225); }
td.TdClassName
{
border-color: #EF95E1;
}
.TagClassName
{
border-color: #EF95E1;
}
</style>