Shades of Violet #E76CEA
Tints of Violet #E76CEA
RGB
CMYK
RGB Variations
Color information
#E76CEA (or 0xE76CEA) is known color: Violet. HEX triplet: E7, 6C and EA. RGB value is (231,108,234). Sum of RGB (Red+Green+Blue) = 231+108+234=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 108 (42.58% from 255 or 18.85% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #E76CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76CEA is #189315. Grayscale: #9E9E9E. Windows color (decimal): -1610518 or 15363303. OLE color: 15363303.
HSL color Cylindrical-coordinate representation of color #E76CEA: hue angle of 298.57º 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 #E76CEA is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 108 | 234 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.08 |
| HSL | 298.57º | 0.75% | 0.67% | - |
| HSV(B) | 298.57º | 0.54% | 0.92% | - |
| XYZ | 53.17 | 33.65 | 81.54 | - |
| YUV | 159.14 | 170.25 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 234 | 0.01 | 0.54 | 0 | 0.08 | 298.57 | 0.75 | 0.67 |
| Hex | E7 | 6C | EA | 1 | 36 | 0 | 8 | 12B | 4B | 43 |
| Octal | 347 | 154 | 352 | 1 | 66 | 0 | 10 | 453 | 113 | 103 |
| Binary | 11100111 | 1101100 | 11101010 | 1 | 110110 | 0 | 1000 | 100101011 | 1001011 | 1000011 |
Color Harmonies of #E76CEA
Complementary color
Monochromatic Colors of #E76CEA
Black with #E76CEA
Text Example
Text Example
White with #E76CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CEA; }
p { color: rgb(231,108,234); }
H1.HeaderClassName
{
color: #E76CEA;
}
.AnyTagClassName
{
color: #E76CEA;
}
</style>
background-color css
<style>
a { background-color: #E76CEA; }
a { background-color: rgb(231,108,234); }
div.DivClassName
{
background-color: #E76CEA;
}
.BgClassName
{
background-color: #E76CEA;
}
</style>
border-color css
<style>
span { border-color: #E76CEA; }
span { border-color: rgb(231,108,234); }
td.TdClassName
{
border-color: #E76CEA;
}
.TagClassName
{
border-color: #E76CEA;
}
</style>