Shades of Violet Red #E83D7E
Tints of Violet Red #E83D7E
RGB
CMYK
RGB Variations
Color information
#E83D7E (or 0xE83D7E) is known color: Violet Red. HEX triplet: E8, 3D and 7E. RGB value is (232,61,126). Sum of RGB (Red+Green+Blue) = 232+61+126=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E83D7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E83D7E is #17C281. Grayscale: #777777. Windows color (decimal): -1557122 or 8273384. OLE color: 8273384.
HSL color Cylindrical-coordinate representation of color #E83D7E: hue angle of 337.19º 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 #E83D7E is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 61 | 126 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.09 |
| HSL | 337.19º | 0.79% | 0.57% | - |
| HSV(B) | 337.19º | 0.74% | 0.91% | - |
| XYZ | 38.71 | 22 | 21.94 | - |
| YUV | 119.54 | 131.65 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 61 | 126 | 0 | 0.74 | 0.46 | 0.09 | 337.19 | 0.79 | 0.57 |
| Hex | E8 | 3D | 7E | 0 | 4A | 2E | 9 | 151 | 4F | 39 |
| Octal | 350 | 75 | 176 | 0 | 112 | 56 | 11 | 521 | 117 | 71 |
| Binary | 11101000 | 111101 | 1111110 | 0 | 1001010 | 101110 | 1001 | 101010001 | 1001111 | 111001 |
Color Harmonies of #E83D7E
Complementary color
Monochromatic Colors of #E83D7E
Black with #E83D7E
Text Example
Text Example
White with #E83D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83D7E; }
p { color: rgb(232,61,126); }
H1.HeaderClassName
{
color: #E83D7E;
}
.AnyTagClassName
{
color: #E83D7E;
}
</style>
background-color css
<style>
a { background-color: #E83D7E; }
a { background-color: rgb(232,61,126); }
div.DivClassName
{
background-color: #E83D7E;
}
.BgClassName
{
background-color: #E83D7E;
}
</style>
border-color css
<style>
span { border-color: #E83D7E; }
span { border-color: rgb(232,61,126); }
td.TdClassName
{
border-color: #E83D7E;
}
.TagClassName
{
border-color: #E83D7E;
}
</style>