Shades of Medium Violet Red #E00C83
Tints of Medium Violet Red #E00C83
RGB
CMYK
RGB Variations
Color information
#E00C83 (or 0xE00C83) is known color: Medium Violet Red. HEX triplet: E0, 0C and 83. RGB value is (224,12,131). Sum of RGB (Red+Green+Blue) = 224+12+131=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00C83 is #1FF37C. Grayscale: #585858. Windows color (decimal): -2093949 or 8588512. OLE color: 8588512.
HSL color Cylindrical-coordinate representation of color #E00C83: hue angle of 326.32º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00C83 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 131 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.12 |
| HSL | 326.32º | 0.9% | 0.46% | - |
| HSV(B) | 326.32º | 0.95% | 0.88% | - |
| XYZ | 34.97 | 17.75 | 23.06 | - |
| YUV | 88.95 | 151.74 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 131 | 0 | 0.95 | 0.42 | 0.12 | 326.32 | 0.9 | 0.46 |
| Hex | E0 | C | 83 | 0 | 5F | 2A | C | 146 | 5A | 2E |
| Octal | 340 | 14 | 203 | 0 | 137 | 52 | 14 | 506 | 132 | 56 |
| Binary | 11100000 | 1100 | 10000011 | 0 | 1011111 | 101010 | 1100 | 101000110 | 1011010 | 101110 |
Color Harmonies of #E00C83
Complementary color
Monochromatic Colors of #E00C83
Black with #E00C83
Text Example
Text Example
White with #E00C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C83; }
p { color: rgb(224,12,131); }
H1.HeaderClassName
{
color: #E00C83;
}
.AnyTagClassName
{
color: #E00C83;
}
</style>
background-color css
<style>
a { background-color: #E00C83; }
a { background-color: rgb(224,12,131); }
div.DivClassName
{
background-color: #E00C83;
}
.BgClassName
{
background-color: #E00C83;
}
</style>
border-color css
<style>
span { border-color: #E00C83; }
span { border-color: rgb(224,12,131); }
td.TdClassName
{
border-color: #E00C83;
}
.TagClassName
{
border-color: #E00C83;
}
</style>