Shades of Medium Violet Red #E31484
Tints of Medium Violet Red #E31484
RGB
CMYK
RGB Variations
Color information
#E31484 (or 0xE31484) is known color: Medium Violet Red. HEX triplet: E3, 14 and 84. RGB value is (227,20,132). Sum of RGB (Red+Green+Blue) = 227+20+132=379 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.89% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 227 - color contains mainly: red. Hex color #E31484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31484 is #1CEB7B. Grayscale: #5E5E5E. Windows color (decimal): -1895292 or 8656099. OLE color: 8656099.
HSL color Cylindrical-coordinate representation of color #E31484: hue angle of 327.54º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E31484 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 132 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.11 |
| HSL | 327.54º | 0.84% | 0.48% | - |
| HSV(B) | 327.54º | 0.91% | 0.89% | - |
| XYZ | 36.09 | 18.5 | 23.5 | - |
| YUV | 94.66 | 149.08 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 132 | 0 | 0.91 | 0.42 | 0.11 | 327.54 | 0.84 | 0.48 |
| Hex | E3 | 14 | 84 | 0 | 5B | 2A | B | 148 | 54 | 30 |
| Octal | 343 | 24 | 204 | 0 | 133 | 52 | 13 | 510 | 124 | 60 |
| Binary | 11100011 | 10100 | 10000100 | 0 | 1011011 | 101010 | 1011 | 101001000 | 1010100 | 110000 |
Color Harmonies of #E31484
Complementary color
Monochromatic Colors of #E31484
Black with #E31484
Text Example
Text Example
White with #E31484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31484; }
p { color: rgb(227,20,132); }
H1.HeaderClassName
{
color: #E31484;
}
.AnyTagClassName
{
color: #E31484;
}
</style>
background-color css
<style>
a { background-color: #E31484; }
a { background-color: rgb(227,20,132); }
div.DivClassName
{
background-color: #E31484;
}
.BgClassName
{
background-color: #E31484;
}
</style>
border-color css
<style>
span { border-color: #E31484; }
span { border-color: rgb(227,20,132); }
td.TdClassName
{
border-color: #E31484;
}
.TagClassName
{
border-color: #E31484;
}
</style>