Shades of Violet #E96CEA
Tints of Violet #E96CEA
RGB
CMYK
RGB Variations
Color information
#E96CEA (or 0xE96CEA) is known color: Violet. HEX triplet: E9, 6C and EA. RGB value is (233,108,234). Sum of RGB (Red+Green+Blue) = 233+108+234=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 108 (42.58% from 255 or 18.78% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #E96CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96CEA is #169315. Grayscale: #9F9F9F. Windows color (decimal): -1479446 or 15363305. OLE color: 15363305.
HSL color Cylindrical-coordinate representation of color #E96CEA: hue angle of 299.52º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96CEA is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 108 | 234 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.08 |
| HSL | 299.52º | 0.75% | 0.67% | - |
| HSV(B) | 299.52º | 0.54% | 0.92% | - |
| XYZ | 53.82 | 33.99 | 81.57 | - |
| YUV | 159.74 | 169.91 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 234 | 0.00 | 0.54 | 0 | 0.08 | 299.52 | 0.75 | 0.67 |
| Hex | E9 | 6C | EA | 0 | 36 | 0 | 8 | 12C | 4B | 43 |
| Octal | 351 | 154 | 352 | 0 | 66 | 0 | 10 | 454 | 113 | 103 |
| Binary | 11101001 | 1101100 | 11101010 | 0 | 110110 | 0 | 1000 | 100101100 | 1001011 | 1000011 |
Color Harmonies of #E96CEA
Complementary color
Monochromatic Colors of #E96CEA
Black with #E96CEA
Text Example
Text Example
White with #E96CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96CEA; }
p { color: rgb(233,108,234); }
H1.HeaderClassName
{
color: #E96CEA;
}
.AnyTagClassName
{
color: #E96CEA;
}
</style>
background-color css
<style>
a { background-color: #E96CEA; }
a { background-color: rgb(233,108,234); }
div.DivClassName
{
background-color: #E96CEA;
}
.BgClassName
{
background-color: #E96CEA;
}
</style>
border-color css
<style>
span { border-color: #E96CEA; }
span { border-color: rgb(233,108,234); }
td.TdClassName
{
border-color: #E96CEA;
}
.TagClassName
{
border-color: #E96CEA;
}
</style>