Shades of Lavender Rose #EF9FDC
Tints of Lavender Rose #EF9FDC
RGB
CMYK
RGB Variations
Color information
#EF9FDC (or 0xEF9FDC) is known color: Lavender Rose. HEX triplet: EF, 9F and DC. RGB value is (239,159,220). Sum of RGB (Red+Green+Blue) = 239+159+220=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FDC is #106023. Grayscale: #BDBDBD. Windows color (decimal): -1073188 or 14458863. OLE color: 14458863.
HSL color Cylindrical-coordinate representation of color #EF9FDC: hue angle of 314.25º 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 #EF9FDC is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 220 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.06 |
| HSL | 314.25º | 0.71% | 0.78% | - |
| HSV(B) | 314.25º | 0.33% | 0.94% | - |
| XYZ | 60.91 | 48.31 | 73.83 | - |
| YUV | 189.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 220 | 0 | 0.33 | 0.08 | 0.06 | 314.25 | 0.71 | 0.78 |
| Hex | EF | 9F | DC | 0 | 21 | 8 | 6 | 13A | 47 | 4E |
| Octal | 357 | 237 | 334 | 0 | 41 | 10 | 6 | 472 | 107 | 116 |
| Binary | 11101111 | 10011111 | 11011100 | 0 | 100001 | 1000 | 110 | 100111010 | 1000111 | 1001110 |
Color Harmonies of #EF9FDC
Complementary color
Monochromatic Colors of #EF9FDC
Black with #EF9FDC
Text Example
Text Example
White with #EF9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9FDC; }
p { color: rgb(239,159,220); }
H1.HeaderClassName
{
color: #EF9FDC;
}
.AnyTagClassName
{
color: #EF9FDC;
}
</style>
background-color css
<style>
a { background-color: #EF9FDC; }
a { background-color: rgb(239,159,220); }
div.DivClassName
{
background-color: #EF9FDC;
}
.BgClassName
{
background-color: #EF9FDC;
}
</style>
border-color css
<style>
span { border-color: #EF9FDC; }
span { border-color: rgb(239,159,220); }
td.TdClassName
{
border-color: #EF9FDC;
}
.TagClassName
{
border-color: #EF9FDC;
}
</style>