Shades of Lavender Rose #EF9EDE
Tints of Lavender Rose #EF9EDE
RGB
CMYK
RGB Variations
Color information
#EF9EDE (or 0xEF9EDE) is known color: Lavender Rose. HEX triplet: EF, 9E and DE. RGB value is (239,158,222). Sum of RGB (Red+Green+Blue) = 239+158+222=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9EDE is #106121. Grayscale: #BDBDBD. Windows color (decimal): -1073442 or 14589679. OLE color: 14589679.
HSL color Cylindrical-coordinate representation of color #EF9EDE: hue angle of 312.59º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9EDE is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 222 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.06 |
| HSL | 312.59º | 0.72% | 0.78% | - |
| HSV(B) | 312.59º | 0.34% | 0.94% | - |
| XYZ | 61.01 | 48.08 | 75.17 | - |
| YUV | 189.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 222 | 0 | 0.34 | 0.07 | 0.06 | 312.59 | 0.72 | 0.78 |
| Hex | EF | 9E | DE | 0 | 22 | 7 | 6 | 139 | 48 | 4E |
| Octal | 357 | 236 | 336 | 0 | 42 | 7 | 6 | 471 | 110 | 116 |
| Binary | 11101111 | 10011110 | 11011110 | 0 | 100010 | 111 | 110 | 100111001 | 1001000 | 1001110 |
Color Harmonies of #EF9EDE
Complementary color
Monochromatic Colors of #EF9EDE
Black with #EF9EDE
Text Example
Text Example
White with #EF9EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EDE; }
p { color: rgb(239,158,222); }
H1.HeaderClassName
{
color: #EF9EDE;
}
.AnyTagClassName
{
color: #EF9EDE;
}
</style>
background-color css
<style>
a { background-color: #EF9EDE; }
a { background-color: rgb(239,158,222); }
div.DivClassName
{
background-color: #EF9EDE;
}
.BgClassName
{
background-color: #EF9EDE;
}
</style>
border-color css
<style>
span { border-color: #EF9EDE; }
span { border-color: rgb(239,158,222); }
td.TdClassName
{
border-color: #EF9EDE;
}
.TagClassName
{
border-color: #EF9EDE;
}
</style>