Shades of Medium Violet Red #E41483
Tints of Medium Violet Red #E41483
RGB
CMYK
RGB Variations
Color information
#E41483 (or 0xE41483) is known color: Medium Violet Red. HEX triplet: E4, 14 and 83. RGB value is (228,20,131). Sum of RGB (Red+Green+Blue) = 228+20+131=379 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.16% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 228 - color contains mainly: red. Hex color #E41483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41483 is #1BEB7C. Grayscale: #5E5E5E. Windows color (decimal): -1829757 or 8590564. OLE color: 8590564.
HSL color Cylindrical-coordinate representation of color #E41483: hue angle of 327.98º 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 #E41483 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 131 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.11 |
| HSL | 327.98º | 0.84% | 0.49% | - |
| HSV(B) | 327.98º | 0.91% | 0.89% | - |
| XYZ | 36.34 | 18.63 | 23.15 | - |
| YUV | 94.85 | 148.41 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 131 | 0 | 0.91 | 0.43 | 0.11 | 327.98 | 0.84 | 0.49 |
| Hex | E4 | 14 | 83 | 0 | 5B | 2B | B | 148 | 54 | 31 |
| Octal | 344 | 24 | 203 | 0 | 133 | 53 | 13 | 510 | 124 | 61 |
| Binary | 11100100 | 10100 | 10000011 | 0 | 1011011 | 101011 | 1011 | 101001000 | 1010100 | 110001 |
Color Harmonies of #E41483
Complementary color
Monochromatic Colors of #E41483
Black with #E41483
Text Example
Text Example
White with #E41483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41483; }
p { color: rgb(228,20,131); }
H1.HeaderClassName
{
color: #E41483;
}
.AnyTagClassName
{
color: #E41483;
}
</style>
background-color css
<style>
a { background-color: #E41483; }
a { background-color: rgb(228,20,131); }
div.DivClassName
{
background-color: #E41483;
}
.BgClassName
{
background-color: #E41483;
}
</style>
border-color css
<style>
span { border-color: #E41483; }
span { border-color: rgb(228,20,131); }
td.TdClassName
{
border-color: #E41483;
}
.TagClassName
{
border-color: #E41483;
}
</style>