Shades of Lavender Rose #EF9EDF
Tints of Lavender Rose #EF9EDF
RGB
CMYK
RGB Variations
Color information
#EF9EDF (or 0xEF9EDF) is known color: Lavender Rose. HEX triplet: EF, 9E and DF. RGB value is (239,158,223). Sum of RGB (Red+Green+Blue) = 239+158+223=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 158 (62.11% from 255 or 25.48% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9EDF is #106120. Grayscale: #BDBDBD. Windows color (decimal): -1073441 or 14655215. OLE color: 14655215.
HSL color Cylindrical-coordinate representation of color #EF9EDF: hue angle of 311.85º 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 #EF9EDF is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 223 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.06 |
| HSL | 311.85º | 0.72% | 0.78% | - |
| HSV(B) | 311.85º | 0.34% | 0.94% | - |
| XYZ | 61.14 | 48.13 | 75.88 | - |
| YUV | 189.63 | 146.84 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 223 | 0 | 0.34 | 0.07 | 0.06 | 311.85 | 0.72 | 0.78 |
| Hex | EF | 9E | DF | 0 | 22 | 7 | 6 | 138 | 48 | 4E |
| Octal | 357 | 236 | 337 | 0 | 42 | 7 | 6 | 470 | 110 | 116 |
| Binary | 11101111 | 10011110 | 11011111 | 0 | 100010 | 111 | 110 | 100111000 | 1001000 | 1001110 |
Color Harmonies of #EF9EDF
Complementary color
Monochromatic Colors of #EF9EDF
Black with #EF9EDF
Text Example
Text Example
White with #EF9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EDF; }
p { color: rgb(239,158,223); }
H1.HeaderClassName
{
color: #EF9EDF;
}
.AnyTagClassName
{
color: #EF9EDF;
}
</style>
background-color css
<style>
a { background-color: #EF9EDF; }
a { background-color: rgb(239,158,223); }
div.DivClassName
{
background-color: #EF9EDF;
}
.BgClassName
{
background-color: #EF9EDF;
}
</style>
border-color css
<style>
span { border-color: #EF9EDF; }
span { border-color: rgb(239,158,223); }
td.TdClassName
{
border-color: #EF9EDF;
}
.TagClassName
{
border-color: #EF9EDF;
}
</style>