Shades of Lavender Rose #EF96D3
Tints of Lavender Rose #EF96D3
RGB
CMYK
RGB Variations
Color information
#EF96D3 (or 0xEF96D3) is known color: Lavender Rose. HEX triplet: EF, 96 and D3. RGB value is (239,150,211). Sum of RGB (Red+Green+Blue) = 239+150+211=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96D3 is #10692C. Grayscale: #B7B7B7. Windows color (decimal): -1075501 or 13866735. OLE color: 13866735.
HSL color Cylindrical-coordinate representation of color #EF96D3: hue angle of 318.88º 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 #EF96D3 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 211 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.06 |
| HSL | 318.88º | 0.74% | 0.76% | - |
| HSV(B) | 318.88º | 0.37% | 0.94% | - |
| XYZ | 58.26 | 44.87 | 67.22 | - |
| YUV | 183.57 | 143.49 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 211 | 0 | 0.37 | 0.12 | 0.06 | 318.88 | 0.74 | 0.76 |
| Hex | EF | 96 | D3 | 0 | 25 | C | 6 | 13F | 4A | 4C |
| Octal | 357 | 226 | 323 | 0 | 45 | 14 | 6 | 477 | 112 | 114 |
| Binary | 11101111 | 10010110 | 11010011 | 0 | 100101 | 1100 | 110 | 100111111 | 1001010 | 1001100 |
Color Harmonies of #EF96D3
Complementary color
Monochromatic Colors of #EF96D3
Black with #EF96D3
Text Example
Text Example
White with #EF96D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF96D3; }
p { color: rgb(239,150,211); }
H1.HeaderClassName
{
color: #EF96D3;
}
.AnyTagClassName
{
color: #EF96D3;
}
</style>
background-color css
<style>
a { background-color: #EF96D3; }
a { background-color: rgb(239,150,211); }
div.DivClassName
{
background-color: #EF96D3;
}
.BgClassName
{
background-color: #EF96D3;
}
</style>
border-color css
<style>
span { border-color: #EF96D3; }
span { border-color: rgb(239,150,211); }
td.TdClassName
{
border-color: #EF96D3;
}
.TagClassName
{
border-color: #EF96D3;
}
</style>