Shades of Violet #EF96FA
Tints of Violet #EF96FA
RGB
CMYK
RGB Variations
Color information
#EF96FA (or 0xEF96FA) is known color: Violet. HEX triplet: EF, 96 and FA. RGB value is (239,150,250). Sum of RGB (Red+Green+Blue) = 239+150+250=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 150 (58.98% from 255 or 23.47% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF96FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF96FA is #106905. Grayscale: #BBBBBB. Windows color (decimal): -1075462 or 16422639. OLE color: 16422639.
HSL color Cylindrical-coordinate representation of color #EF96FA: hue angle of 293.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF96FA is Cyan = 0.04, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 150 | 250 | - |
| CMYK | 0.04 | 0.4 | 0 | 0.02 |
| HSL | 293.4º | 0.91% | 0.78% | - |
| HSV(B) | 293.4º | 0.4% | 0.98% | - |
| XYZ | 63.76 | 47.07 | 96.17 | - |
| YUV | 188.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 250 | 0.04 | 0.4 | 0 | 0.02 | 293.4 | 0.91 | 0.78 |
| Hex | EF | 96 | FA | 4 | 28 | 0 | 2 | 125 | 5B | 4E |
| Octal | 357 | 226 | 372 | 4 | 50 | 0 | 2 | 445 | 133 | 116 |
| Binary | 11101111 | 10010110 | 11111010 | 100 | 101000 | 0 | 10 | 100100101 | 1011011 | 1001110 |
Color Harmonies of #EF96FA
Complementary color
Monochromatic Colors of #EF96FA
Black with #EF96FA
Text Example
Text Example
White with #EF96FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF96FA; }
p { color: rgb(239,150,250); }
H1.HeaderClassName
{
color: #EF96FA;
}
.AnyTagClassName
{
color: #EF96FA;
}
</style>
background-color css
<style>
a { background-color: #EF96FA; }
a { background-color: rgb(239,150,250); }
div.DivClassName
{
background-color: #EF96FA;
}
.BgClassName
{
background-color: #EF96FA;
}
</style>
border-color css
<style>
span { border-color: #EF96FA; }
span { border-color: rgb(239,150,250); }
td.TdClassName
{
border-color: #EF96FA;
}
.TagClassName
{
border-color: #EF96FA;
}
</style>