Shades of Medium Violet Red #E30382
Tints of Medium Violet Red #E30382
RGB
CMYK
RGB Variations
Color information
#E30382 (or 0xE30382) is known color: Medium Violet Red. HEX triplet: E3, 03 and 82. RGB value is (227,3,130). Sum of RGB (Red+Green+Blue) = 227+3+130=360 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.06% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 227 - color contains mainly: red. Hex color #E30382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30382 is #1CFC7D. Grayscale: #545454. Windows color (decimal): -1899646 or 8520675. OLE color: 8520675.
HSL color Cylindrical-coordinate representation of color #E30382: hue angle of 325.98º degrees, saturation: 0.97, 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 #E30382 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 130 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.11 |
| HSL | 325.98º | 0.97% | 0.45% | - |
| HSV(B) | 325.98º | 0.99% | 0.89% | - |
| XYZ | 35.74 | 18.01 | 22.71 | - |
| YUV | 84.45 | 153.71 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 130 | 0 | 0.99 | 0.43 | 0.11 | 325.98 | 0.97 | 0.45 |
| Hex | E3 | 3 | 82 | 0 | 63 | 2B | B | 146 | 61 | 2D |
| Octal | 343 | 3 | 202 | 0 | 143 | 53 | 13 | 506 | 141 | 55 |
| Binary | 11100011 | 11 | 10000010 | 0 | 1100011 | 101011 | 1011 | 101000110 | 1100001 | 101101 |
Color Harmonies of #E30382
Complementary color
Monochromatic Colors of #E30382
Black with #E30382
Text Example
Text Example
White with #E30382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30382; }
p { color: rgb(227,3,130); }
H1.HeaderClassName
{
color: #E30382;
}
.AnyTagClassName
{
color: #E30382;
}
</style>
background-color css
<style>
a { background-color: #E30382; }
a { background-color: rgb(227,3,130); }
div.DivClassName
{
background-color: #E30382;
}
.BgClassName
{
background-color: #E30382;
}
</style>
border-color css
<style>
span { border-color: #E30382; }
span { border-color: rgb(227,3,130); }
td.TdClassName
{
border-color: #E30382;
}
.TagClassName
{
border-color: #E30382;
}
</style>