Shades of Violet Red #E83C7E
Tints of Violet Red #E83C7E
RGB
CMYK
RGB Variations
Color information
#E83C7E (or 0xE83C7E) is known color: Violet Red. HEX triplet: E8, 3C and 7E. RGB value is (232,60,126). Sum of RGB (Red+Green+Blue) = 232+60+126=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E83C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E83C7E is #17C381. Grayscale: #767676. Windows color (decimal): -1557378 or 8273128. OLE color: 8273128.
HSL color Cylindrical-coordinate representation of color #E83C7E: hue angle of 336.98º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E83C7E is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 60 | 126 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.09 |
| HSL | 336.98º | 0.79% | 0.57% | - |
| HSV(B) | 336.98º | 0.74% | 0.91% | - |
| XYZ | 38.66 | 21.89 | 21.93 | - |
| YUV | 118.95 | 131.98 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 60 | 126 | 0 | 0.74 | 0.46 | 0.09 | 336.98 | 0.79 | 0.57 |
| Hex | E8 | 3C | 7E | 0 | 4A | 2E | 9 | 151 | 4F | 39 |
| Octal | 350 | 74 | 176 | 0 | 112 | 56 | 11 | 521 | 117 | 71 |
| Binary | 11101000 | 111100 | 1111110 | 0 | 1001010 | 101110 | 1001 | 101010001 | 1001111 | 111001 |
Color Harmonies of #E83C7E
Complementary color
Monochromatic Colors of #E83C7E
Black with #E83C7E
Text Example
Text Example
White with #E83C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83C7E; }
p { color: rgb(232,60,126); }
H1.HeaderClassName
{
color: #E83C7E;
}
.AnyTagClassName
{
color: #E83C7E;
}
</style>
background-color css
<style>
a { background-color: #E83C7E; }
a { background-color: rgb(232,60,126); }
div.DivClassName
{
background-color: #E83C7E;
}
.BgClassName
{
background-color: #E83C7E;
}
</style>
border-color css
<style>
span { border-color: #E83C7E; }
span { border-color: rgb(232,60,126); }
td.TdClassName
{
border-color: #E83C7E;
}
.TagClassName
{
border-color: #E83C7E;
}
</style>