Shades of Violet #EA96FE
Tints of Violet #EA96FE
RGB
CMYK
RGB Variations
Color information
#EA96FE (or 0xEA96FE) is known color: Violet. HEX triplet: EA, 96 and FE. RGB value is (234,150,254). Sum of RGB (Red+Green+Blue) = 234+150+254=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 150 (58.98% from 255 or 23.51% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA96FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA96FE is #156901. Grayscale: #BABABA. Windows color (decimal): -1403138 or 16684778. OLE color: 16684778.
HSL color Cylindrical-coordinate representation of color #EA96FE: hue angle of 288.46º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA96FE is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 150 | 254 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.00 |
| HSL | 288.46º | 0.98% | 0.79% | - |
| HSV(B) | 288.46º | 0.41% | 1% | - |
| XYZ | 62.73 | 46.46 | 99.43 | - |
| YUV | 186.97 | 165.83 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 254 | 0.08 | 0.41 | 0 | 0.00 | 288.46 | 0.98 | 0.79 |
| Hex | EA | 96 | FE | 8 | 29 | 0 | 0 | 120 | 62 | 4F |
| Octal | 352 | 226 | 376 | 10 | 51 | 0 | 0 | 440 | 142 | 117 |
| Binary | 11101010 | 10010110 | 11111110 | 1000 | 101001 | 0 | 0 | 100100000 | 1100010 | 1001111 |
Color Harmonies of #EA96FE
Complementary color
Monochromatic Colors of #EA96FE
Black with #EA96FE
Text Example
Text Example
White with #EA96FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA96FE; }
p { color: rgb(234,150,254); }
H1.HeaderClassName
{
color: #EA96FE;
}
.AnyTagClassName
{
color: #EA96FE;
}
</style>
background-color css
<style>
a { background-color: #EA96FE; }
a { background-color: rgb(234,150,254); }
div.DivClassName
{
background-color: #EA96FE;
}
.BgClassName
{
background-color: #EA96FE;
}
</style>
border-color css
<style>
span { border-color: #EA96FE; }
span { border-color: rgb(234,150,254); }
td.TdClassName
{
border-color: #EA96FE;
}
.TagClassName
{
border-color: #EA96FE;
}
</style>