Shades of Medium Violet Red #E00C90
Tints of Medium Violet Red #E00C90
RGB
CMYK
RGB Variations
Color information
#E00C90 (or 0xE00C90) is known color: Medium Violet Red. HEX triplet: E0, 0C and 90. RGB value is (224,12,144). Sum of RGB (Red+Green+Blue) = 224+12+144=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00C90 is #1FF36F. Grayscale: #5A5A5A. Windows color (decimal): -2093936 or 9440480. OLE color: 9440480.
HSL color Cylindrical-coordinate representation of color #E00C90: hue angle of 322.64º 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 #E00C90 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 144 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.12 |
| HSL | 322.64º | 0.9% | 0.46% | - |
| HSV(B) | 322.64º | 0.95% | 0.88% | - |
| XYZ | 35.91 | 18.12 | 27.99 | - |
| YUV | 90.44 | 158.24 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 144 | 0 | 0.95 | 0.36 | 0.12 | 322.64 | 0.9 | 0.46 |
| Hex | E0 | C | 90 | 0 | 5F | 24 | C | 143 | 5A | 2E |
| Octal | 340 | 14 | 220 | 0 | 137 | 44 | 14 | 503 | 132 | 56 |
| Binary | 11100000 | 1100 | 10010000 | 0 | 1011111 | 100100 | 1100 | 101000011 | 1011010 | 101110 |
Color Harmonies of #E00C90
Complementary color
Monochromatic Colors of #E00C90
Black with #E00C90
Text Example
Text Example
White with #E00C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C90; }
p { color: rgb(224,12,144); }
H1.HeaderClassName
{
color: #E00C90;
}
.AnyTagClassName
{
color: #E00C90;
}
</style>
background-color css
<style>
a { background-color: #E00C90; }
a { background-color: rgb(224,12,144); }
div.DivClassName
{
background-color: #E00C90;
}
.BgClassName
{
background-color: #E00C90;
}
</style>
border-color css
<style>
span { border-color: #E00C90; }
span { border-color: rgb(224,12,144); }
td.TdClassName
{
border-color: #E00C90;
}
.TagClassName
{
border-color: #E00C90;
}
</style>