Shades of Medium Violet Red #E0027D
Tints of Medium Violet Red #E0027D
RGB
CMYK
RGB Variations
Color information
#E0027D (or 0xE0027D) is known color: Medium Violet Red. HEX triplet: E0, 02 and 7D. RGB value is (224,2,125). Sum of RGB (Red+Green+Blue) = 224+2+125=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E0027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0027D is #1FFD82. Grayscale: #525252. Windows color (decimal): -2096515 or 8192736. OLE color: 8192736.
HSL color Cylindrical-coordinate representation of color #E0027D: hue angle of 326.76º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0027D is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.12 |
| HSL | 326.76º | 0.98% | 0.44% | - |
| HSV(B) | 326.76º | 0.99% | 0.88% | - |
| XYZ | 34.46 | 17.37 | 20.94 | - |
| YUV | 82.4 | 152.05 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 125 | 0 | 0.99 | 0.44 | 0.12 | 326.76 | 0.98 | 0.44 |
| Hex | E0 | 2 | 7D | 0 | 63 | 2C | C | 147 | 62 | 2C |
| Octal | 340 | 2 | 175 | 0 | 143 | 54 | 14 | 507 | 142 | 54 |
| Binary | 11100000 | 10 | 1111101 | 0 | 1100011 | 101100 | 1100 | 101000111 | 1100010 | 101100 |
Color Harmonies of #E0027D
Complementary color
Monochromatic Colors of #E0027D
Black with #E0027D
Text Example
Text Example
White with #E0027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0027D; }
p { color: rgb(224,2,125); }
H1.HeaderClassName
{
color: #E0027D;
}
.AnyTagClassName
{
color: #E0027D;
}
</style>
background-color css
<style>
a { background-color: #E0027D; }
a { background-color: rgb(224,2,125); }
div.DivClassName
{
background-color: #E0027D;
}
.BgClassName
{
background-color: #E0027D;
}
</style>
border-color css
<style>
span { border-color: #E0027D; }
span { border-color: rgb(224,2,125); }
td.TdClassName
{
border-color: #E0027D;
}
.TagClassName
{
border-color: #E0027D;
}
</style>