Shades of Medium Violet Red #E41482
Tints of Medium Violet Red #E41482
RGB
CMYK
RGB Variations
Color information
#E41482 (or 0xE41482) is known color: Medium Violet Red. HEX triplet: E4, 14 and 82. RGB value is (228,20,130). Sum of RGB (Red+Green+Blue) = 228+20+130=378 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.32% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 228 - color contains mainly: red. Hex color #E41482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41482 is #1BEB7D. Grayscale: #5E5E5E. Windows color (decimal): -1829758 or 8525028. OLE color: 8525028.
HSL color Cylindrical-coordinate representation of color #E41482: hue angle of 328.27º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E41482 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 130 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.11 |
| HSL | 328.27º | 0.84% | 0.49% | - |
| HSV(B) | 328.27º | 0.91% | 0.89% | - |
| XYZ | 36.27 | 18.61 | 22.8 | - |
| YUV | 94.73 | 147.91 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 130 | 0 | 0.91 | 0.43 | 0.11 | 328.27 | 0.84 | 0.49 |
| Hex | E4 | 14 | 82 | 0 | 5B | 2B | B | 148 | 54 | 31 |
| Octal | 344 | 24 | 202 | 0 | 133 | 53 | 13 | 510 | 124 | 61 |
| Binary | 11100100 | 10100 | 10000010 | 0 | 1011011 | 101011 | 1011 | 101001000 | 1010100 | 110001 |
Color Harmonies of #E41482
Complementary color
Monochromatic Colors of #E41482
Black with #E41482
Text Example
Text Example
White with #E41482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41482; }
p { color: rgb(228,20,130); }
H1.HeaderClassName
{
color: #E41482;
}
.AnyTagClassName
{
color: #E41482;
}
</style>
background-color css
<style>
a { background-color: #E41482; }
a { background-color: rgb(228,20,130); }
div.DivClassName
{
background-color: #E41482;
}
.BgClassName
{
background-color: #E41482;
}
</style>
border-color css
<style>
span { border-color: #E41482; }
span { border-color: rgb(228,20,130); }
td.TdClassName
{
border-color: #E41482;
}
.TagClassName
{
border-color: #E41482;
}
</style>