Shades of Violet #E96FEA
Tints of Violet #E96FEA
RGB
CMYK
RGB Variations
Color information
#E96FEA (or 0xE96FEA) is known color: Violet. HEX triplet: E9, 6F and EA. RGB value is (233,111,234). Sum of RGB (Red+Green+Blue) = 233+111+234=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 111 (43.75% from 255 or 19.20% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #E96FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96FEA is #169015. Grayscale: #A1A1A1. Windows color (decimal): -1478678 or 15364073. OLE color: 15364073.
HSL color Cylindrical-coordinate representation of color #E96FEA: hue angle of 299.51º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96FEA is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 111 | 234 | - |
| CMYK | 0.00 | 0.53 | 0 | 0.08 |
| HSL | 299.51º | 0.75% | 0.68% | - |
| HSV(B) | 299.51º | 0.53% | 0.92% | - |
| XYZ | 54.14 | 34.63 | 81.67 | - |
| YUV | 161.5 | 168.92 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 234 | 0.00 | 0.53 | 0 | 0.08 | 299.51 | 0.75 | 0.68 |
| Hex | E9 | 6F | EA | 0 | 35 | 0 | 8 | 12C | 4B | 44 |
| Octal | 351 | 157 | 352 | 0 | 65 | 0 | 10 | 454 | 113 | 104 |
| Binary | 11101001 | 1101111 | 11101010 | 0 | 110101 | 0 | 1000 | 100101100 | 1001011 | 1000100 |
Color Harmonies of #E96FEA
Complementary color
Monochromatic Colors of #E96FEA
Black with #E96FEA
Text Example
Text Example
White with #E96FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FEA; }
p { color: rgb(233,111,234); }
H1.HeaderClassName
{
color: #E96FEA;
}
.AnyTagClassName
{
color: #E96FEA;
}
</style>
background-color css
<style>
a { background-color: #E96FEA; }
a { background-color: rgb(233,111,234); }
div.DivClassName
{
background-color: #E96FEA;
}
.BgClassName
{
background-color: #E96FEA;
}
</style>
border-color css
<style>
span { border-color: #E96FEA; }
span { border-color: rgb(233,111,234); }
td.TdClassName
{
border-color: #E96FEA;
}
.TagClassName
{
border-color: #E96FEA;
}
</style>