Shades of Medium Violet Red #E30484
Tints of Medium Violet Red #E30484
RGB
CMYK
RGB Variations
Color information
#E30484 (or 0xE30484) is known color: Medium Violet Red. HEX triplet: E3, 04 and 84. RGB value is (227,4,132). Sum of RGB (Red+Green+Blue) = 227+4+132=363 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.53% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 227 - color contains mainly: red. Hex color #E30484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30484 is #1CFB7B. Grayscale: #545454. Windows color (decimal): -1899388 or 8652003. OLE color: 8652003.
HSL color Cylindrical-coordinate representation of color #E30484: hue angle of 325.56º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E30484 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.11 |
| HSL | 325.56º | 0.97% | 0.45% | - |
| HSV(B) | 325.56º | 0.98% | 0.89% | - |
| XYZ | 35.89 | 18.08 | 23.43 | - |
| YUV | 85.27 | 154.38 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 132 | 0 | 0.98 | 0.42 | 0.11 | 325.56 | 0.97 | 0.45 |
| Hex | E3 | 4 | 84 | 0 | 62 | 2A | B | 146 | 61 | 2D |
| Octal | 343 | 4 | 204 | 0 | 142 | 52 | 13 | 506 | 141 | 55 |
| Binary | 11100011 | 100 | 10000100 | 0 | 1100010 | 101010 | 1011 | 101000110 | 1100001 | 101101 |
Color Harmonies of #E30484
Complementary color
Monochromatic Colors of #E30484
Black with #E30484
Text Example
Text Example
White with #E30484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30484; }
p { color: rgb(227,4,132); }
H1.HeaderClassName
{
color: #E30484;
}
.AnyTagClassName
{
color: #E30484;
}
</style>
background-color css
<style>
a { background-color: #E30484; }
a { background-color: rgb(227,4,132); }
div.DivClassName
{
background-color: #E30484;
}
.BgClassName
{
background-color: #E30484;
}
</style>
border-color css
<style>
span { border-color: #E30484; }
span { border-color: rgb(227,4,132); }
td.TdClassName
{
border-color: #E30484;
}
.TagClassName
{
border-color: #E30484;
}
</style>