Shades of Lavender Rose #EF96DC
Tints of Lavender Rose #EF96DC
RGB
CMYK
RGB Variations
Color information
#EF96DC (or 0xEF96DC) is known color: Lavender Rose. HEX triplet: EF, 96 and DC. RGB value is (239,150,220). Sum of RGB (Red+Green+Blue) = 239+150+220=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96DC is #106923. Grayscale: #B8B8B8. Windows color (decimal): -1075492 or 14456559. OLE color: 14456559.
HSL color Cylindrical-coordinate representation of color #EF96DC: hue angle of 312.81º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF96DC is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 220 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.06 |
| HSL | 312.81º | 0.74% | 0.76% | - |
| HSV(B) | 312.81º | 0.37% | 0.94% | - |
| XYZ | 59.42 | 45.33 | 73.33 | - |
| YUV | 184.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 220 | 0 | 0.37 | 0.08 | 0.06 | 312.81 | 0.74 | 0.76 |
| Hex | EF | 96 | DC | 0 | 25 | 8 | 6 | 139 | 4A | 4C |
| Octal | 357 | 226 | 334 | 0 | 45 | 10 | 6 | 471 | 112 | 114 |
| Binary | 11101111 | 10010110 | 11011100 | 0 | 100101 | 1000 | 110 | 100111001 | 1001010 | 1001100 |
Color Harmonies of #EF96DC
Complementary color
Monochromatic Colors of #EF96DC
Black with #EF96DC
Text Example
Text Example
White with #EF96DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF96DC; }
p { color: rgb(239,150,220); }
H1.HeaderClassName
{
color: #EF96DC;
}
.AnyTagClassName
{
color: #EF96DC;
}
</style>
background-color css
<style>
a { background-color: #EF96DC; }
a { background-color: rgb(239,150,220); }
div.DivClassName
{
background-color: #EF96DC;
}
.BgClassName
{
background-color: #EF96DC;
}
</style>
border-color css
<style>
span { border-color: #EF96DC; }
span { border-color: rgb(239,150,220); }
td.TdClassName
{
border-color: #EF96DC;
}
.TagClassName
{
border-color: #EF96DC;
}
</style>