Shades of Lavender Rose #EF9FDF
Tints of Lavender Rose #EF9FDF
RGB
CMYK
RGB Variations
Color information
#EF9FDF (or 0xEF9FDF) is known color: Lavender Rose. HEX triplet: EF, 9F and DF. RGB value is (239,159,223). Sum of RGB (Red+Green+Blue) = 239+159+223=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 159 (62.5% from 255 or 25.60% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FDF is #106020. Grayscale: #BEBEBE. Windows color (decimal): -1073185 or 14655471. OLE color: 14655471.
HSL color Cylindrical-coordinate representation of color #EF9FDF: hue angle of 312º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EF9FDF is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 223 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.06 |
| HSL | 312º | 0.71% | 0.78% | - |
| HSV(B) | 312º | 0.33% | 0.94% | - |
| XYZ | 61.31 | 48.47 | 75.94 | - |
| YUV | 190.22 | 146.5 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 223 | 0 | 0.33 | 0.07 | 0.06 | 312 | 0.71 | 0.78 |
| Hex | EF | 9F | DF | 0 | 21 | 7 | 6 | 138 | 47 | 4E |
| Octal | 357 | 237 | 337 | 0 | 41 | 7 | 6 | 470 | 107 | 116 |
| Binary | 11101111 | 10011111 | 11011111 | 0 | 100001 | 111 | 110 | 100111000 | 1000111 | 1001110 |
Color Harmonies of #EF9FDF
Complementary color
Monochromatic Colors of #EF9FDF
Black with #EF9FDF
Text Example
Text Example
White with #EF9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9FDF; }
p { color: rgb(239,159,223); }
H1.HeaderClassName
{
color: #EF9FDF;
}
.AnyTagClassName
{
color: #EF9FDF;
}
</style>
background-color css
<style>
a { background-color: #EF9FDF; }
a { background-color: rgb(239,159,223); }
div.DivClassName
{
background-color: #EF9FDF;
}
.BgClassName
{
background-color: #EF9FDF;
}
</style>
border-color css
<style>
span { border-color: #EF9FDF; }
span { border-color: rgb(239,159,223); }
td.TdClassName
{
border-color: #EF9FDF;
}
.TagClassName
{
border-color: #EF9FDF;
}
</style>