Shades of Violet Red #E83D8C
Tints of Violet Red #E83D8C
RGB
CMYK
RGB Variations
Color information
#E83D8C (or 0xE83D8C) is known color: Violet Red. HEX triplet: E8, 3D and 8C. RGB value is (232,61,140). Sum of RGB (Red+Green+Blue) = 232+61+140=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E83D8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83D8C is #17C273. Grayscale: #787878. Windows color (decimal): -1557108 or 9190888. OLE color: 9190888.
HSL color Cylindrical-coordinate representation of color #E83D8C: hue angle of 332.28º 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 #E83D8C is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 61 | 140 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.09 |
| HSL | 332.28º | 0.79% | 0.57% | - |
| HSV(B) | 332.28º | 0.74% | 0.91% | - |
| XYZ | 39.68 | 22.39 | 27.04 | - |
| YUV | 121.14 | 138.65 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 61 | 140 | 0 | 0.74 | 0.40 | 0.09 | 332.28 | 0.79 | 0.57 |
| Hex | E8 | 3D | 8C | 0 | 4A | 28 | 9 | 14C | 4F | 39 |
| Octal | 350 | 75 | 214 | 0 | 112 | 50 | 11 | 514 | 117 | 71 |
| Binary | 11101000 | 111101 | 10001100 | 0 | 1001010 | 101000 | 1001 | 101001100 | 1001111 | 111001 |
Color Harmonies of #E83D8C
Complementary color
Monochromatic Colors of #E83D8C
Black with #E83D8C
Text Example
Text Example
White with #E83D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83D8C; }
p { color: rgb(232,61,140); }
H1.HeaderClassName
{
color: #E83D8C;
}
.AnyTagClassName
{
color: #E83D8C;
}
</style>
background-color css
<style>
a { background-color: #E83D8C; }
a { background-color: rgb(232,61,140); }
div.DivClassName
{
background-color: #E83D8C;
}
.BgClassName
{
background-color: #E83D8C;
}
</style>
border-color css
<style>
span { border-color: #E83D8C; }
span { border-color: rgb(232,61,140); }
td.TdClassName
{
border-color: #E83D8C;
}
.TagClassName
{
border-color: #E83D8C;
}
</style>