Shades of Medium Violet Red #E40280
Tints of Medium Violet Red #E40280
RGB
CMYK
RGB Variations
Color information
#E40280 (or 0xE40280) is known color: Medium Violet Red. HEX triplet: E4, 02 and 80. RGB value is (228,2,128). Sum of RGB (Red+Green+Blue) = 228+2+128=358 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.69% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 228 - color contains mainly: red. Hex color #E40280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40280 is #1BFD7F. Grayscale: #535353. Windows color (decimal): -1834368 or 8389348. OLE color: 8389348.
HSL color Cylindrical-coordinate representation of color #E40280: hue angle of 326.55º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E40280 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.11 |
| HSL | 326.55º | 0.98% | 0.45% | - |
| HSV(B) | 326.55º | 0.99% | 0.89% | - |
| XYZ | 35.91 | 18.1 | 22.02 | - |
| YUV | 83.94 | 152.87 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 128 | 0 | 0.99 | 0.44 | 0.11 | 326.55 | 0.98 | 0.45 |
| Hex | E4 | 2 | 80 | 0 | 63 | 2C | B | 147 | 62 | 2D |
| Octal | 344 | 2 | 200 | 0 | 143 | 54 | 13 | 507 | 142 | 55 |
| Binary | 11100100 | 10 | 10000000 | 0 | 1100011 | 101100 | 1011 | 101000111 | 1100010 | 101101 |
Color Harmonies of #E40280
Complementary color
Monochromatic Colors of #E40280
Black with #E40280
Text Example
Text Example
White with #E40280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40280; }
p { color: rgb(228,2,128); }
H1.HeaderClassName
{
color: #E40280;
}
.AnyTagClassName
{
color: #E40280;
}
</style>
background-color css
<style>
a { background-color: #E40280; }
a { background-color: rgb(228,2,128); }
div.DivClassName
{
background-color: #E40280;
}
.BgClassName
{
background-color: #E40280;
}
</style>
border-color css
<style>
span { border-color: #E40280; }
span { border-color: rgb(228,2,128); }
td.TdClassName
{
border-color: #E40280;
}
.TagClassName
{
border-color: #E40280;
}
</style>