Shades of Violet Red #E83D7F
Tints of Violet Red #E83D7F
RGB
CMYK
RGB Variations
Color information
#E83D7F (or 0xE83D7F) is known color: Violet Red. HEX triplet: E8, 3D and 7F. RGB value is (232,61,127). Sum of RGB (Red+Green+Blue) = 232+61+127=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E83D7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E83D7F is #17C280. Grayscale: #777777. Windows color (decimal): -1557121 or 8338920. OLE color: 8338920.
HSL color Cylindrical-coordinate representation of color #E83D7F: hue angle of 336.84º 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 #E83D7F is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 61 | 127 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.09 |
| HSL | 336.84º | 0.79% | 0.57% | - |
| HSV(B) | 336.84º | 0.74% | 0.91% | - |
| XYZ | 38.78 | 22.03 | 22.29 | - |
| YUV | 119.65 | 132.15 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 61 | 127 | 0 | 0.74 | 0.45 | 0.09 | 336.84 | 0.79 | 0.57 |
| Hex | E8 | 3D | 7F | 0 | 4A | 2D | 9 | 151 | 4F | 39 |
| Octal | 350 | 75 | 177 | 0 | 112 | 55 | 11 | 521 | 117 | 71 |
| Binary | 11101000 | 111101 | 1111111 | 0 | 1001010 | 101101 | 1001 | 101010001 | 1001111 | 111001 |
Color Harmonies of #E83D7F
Complementary color
Monochromatic Colors of #E83D7F
Black with #E83D7F
Text Example
Text Example
White with #E83D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83D7F; }
p { color: rgb(232,61,127); }
H1.HeaderClassName
{
color: #E83D7F;
}
.AnyTagClassName
{
color: #E83D7F;
}
</style>
background-color css
<style>
a { background-color: #E83D7F; }
a { background-color: rgb(232,61,127); }
div.DivClassName
{
background-color: #E83D7F;
}
.BgClassName
{
background-color: #E83D7F;
}
</style>
border-color css
<style>
span { border-color: #E83D7F; }
span { border-color: rgb(232,61,127); }
td.TdClassName
{
border-color: #E83D7F;
}
.TagClassName
{
border-color: #E83D7F;
}
</style>