Shades of Violet #EF96F1
Tints of Violet #EF96F1
RGB
CMYK
RGB Variations
Color information
#EF96F1 (or 0xEF96F1) is known color: Violet. HEX triplet: EF, 96 and F1. RGB value is (239,150,241). Sum of RGB (Red+Green+Blue) = 239+150+241=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 150 (58.98% from 255 or 23.81% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF96F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF96F1 is #10690E. Grayscale: #BABABA. Windows color (decimal): -1075471 or 15832815. OLE color: 15832815.
HSL color Cylindrical-coordinate representation of color #EF96F1: hue angle of 298.68º degrees, saturation: 0.76, 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 #EF96F1 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 150 | 241 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.05 |
| HSL | 298.68º | 0.76% | 0.77% | - |
| HSV(B) | 298.68º | 0.38% | 0.95% | - |
| XYZ | 62.38 | 46.51 | 88.91 | - |
| YUV | 186.99 | 158.49 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 241 | 0.01 | 0.38 | 0 | 0.05 | 298.68 | 0.76 | 0.77 |
| Hex | EF | 96 | F1 | 1 | 26 | 0 | 5 | 12B | 4C | 4D |
| Octal | 357 | 226 | 361 | 1 | 46 | 0 | 5 | 453 | 114 | 115 |
| Binary | 11101111 | 10010110 | 11110001 | 1 | 100110 | 0 | 101 | 100101011 | 1001100 | 1001101 |
Color Harmonies of #EF96F1
Complementary color
Monochromatic Colors of #EF96F1
Black with #EF96F1
Text Example
Text Example
White with #EF96F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF96F1; }
p { color: rgb(239,150,241); }
H1.HeaderClassName
{
color: #EF96F1;
}
.AnyTagClassName
{
color: #EF96F1;
}
</style>
background-color css
<style>
a { background-color: #EF96F1; }
a { background-color: rgb(239,150,241); }
div.DivClassName
{
background-color: #EF96F1;
}
.BgClassName
{
background-color: #EF96F1;
}
</style>
border-color css
<style>
span { border-color: #EF96F1; }
span { border-color: rgb(239,150,241); }
td.TdClassName
{
border-color: #EF96F1;
}
.TagClassName
{
border-color: #EF96F1;
}
</style>