Shades of Medium Violet Red #E40282
Tints of Medium Violet Red #E40282
RGB
CMYK
RGB Variations
Color information
#E40282 (or 0xE40282) is known color: Medium Violet Red. HEX triplet: E4, 02 and 82. RGB value is (228,2,130). Sum of RGB (Red+Green+Blue) = 228+2+130=360 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.33% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 228 - color contains mainly: red. Hex color #E40282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40282 is #1BFD7D. Grayscale: #535353. Windows color (decimal): -1834366 or 8520420. OLE color: 8520420.
HSL color Cylindrical-coordinate representation of color #E40282: hue angle of 326.02º degrees, saturation: 0.98, 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 #E40282 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.11 |
| HSL | 326.02º | 0.98% | 0.45% | - |
| HSV(B) | 326.02º | 0.99% | 0.89% | - |
| XYZ | 36.05 | 18.15 | 22.72 | - |
| YUV | 84.17 | 153.87 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 130 | 0 | 0.99 | 0.43 | 0.11 | 326.02 | 0.98 | 0.45 |
| Hex | E4 | 2 | 82 | 0 | 63 | 2B | B | 146 | 62 | 2D |
| Octal | 344 | 2 | 202 | 0 | 143 | 53 | 13 | 506 | 142 | 55 |
| Binary | 11100100 | 10 | 10000010 | 0 | 1100011 | 101011 | 1011 | 101000110 | 1100010 | 101101 |
Color Harmonies of #E40282
Complementary color
Monochromatic Colors of #E40282
Black with #E40282
Text Example
Text Example
White with #E40282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40282; }
p { color: rgb(228,2,130); }
H1.HeaderClassName
{
color: #E40282;
}
.AnyTagClassName
{
color: #E40282;
}
</style>
background-color css
<style>
a { background-color: #E40282; }
a { background-color: rgb(228,2,130); }
div.DivClassName
{
background-color: #E40282;
}
.BgClassName
{
background-color: #E40282;
}
</style>
border-color css
<style>
span { border-color: #E40282; }
span { border-color: rgb(228,2,130); }
td.TdClassName
{
border-color: #E40282;
}
.TagClassName
{
border-color: #E40282;
}
</style>