Shades of Violet #EF96F2
Tints of Violet #EF96F2
RGB
CMYK
RGB Variations
Color information
#EF96F2 (or 0xEF96F2) is known color: Violet. HEX triplet: EF, 96 and F2. RGB value is (239,150,242). Sum of RGB (Red+Green+Blue) = 239+150+242=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 150 (58.98% from 255 or 23.77% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF96F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF96F2 is #10690D. Grayscale: #BABABA. Windows color (decimal): -1075470 or 15898351. OLE color: 15898351.
HSL color Cylindrical-coordinate representation of color #EF96F2: hue angle of 298.04º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF96F2 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 150 | 242 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.05 |
| HSL | 298.04º | 0.78% | 0.77% | - |
| HSV(B) | 298.04º | 0.38% | 0.95% | - |
| XYZ | 62.53 | 46.57 | 89.7 | - |
| YUV | 187.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 242 | 0.01 | 0.38 | 0 | 0.05 | 298.04 | 0.78 | 0.77 |
| Hex | EF | 96 | F2 | 1 | 26 | 0 | 5 | 12A | 4E | 4D |
| Octal | 357 | 226 | 362 | 1 | 46 | 0 | 5 | 452 | 116 | 115 |
| Binary | 11101111 | 10010110 | 11110010 | 1 | 100110 | 0 | 101 | 100101010 | 1001110 | 1001101 |
Color Harmonies of #EF96F2
Complementary color
Monochromatic Colors of #EF96F2
Black with #EF96F2
Text Example
Text Example
White with #EF96F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF96F2; }
p { color: rgb(239,150,242); }
H1.HeaderClassName
{
color: #EF96F2;
}
.AnyTagClassName
{
color: #EF96F2;
}
</style>
background-color css
<style>
a { background-color: #EF96F2; }
a { background-color: rgb(239,150,242); }
div.DivClassName
{
background-color: #EF96F2;
}
.BgClassName
{
background-color: #EF96F2;
}
</style>
border-color css
<style>
span { border-color: #EF96F2; }
span { border-color: rgb(239,150,242); }
td.TdClassName
{
border-color: #EF96F2;
}
.TagClassName
{
border-color: #EF96F2;
}
</style>