Shades of Medium Violet Red #E41285
Tints of Medium Violet Red #E41285
RGB
CMYK
RGB Variations
Color information
#E41285 (or 0xE41285) is known color: Medium Violet Red. HEX triplet: E4, 12 and 85. RGB value is (228,18,133). Sum of RGB (Red+Green+Blue) = 228+18+133=379 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.16% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 228 - color contains mainly: red. Hex color #E41285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41285 is #1BED7A. Grayscale: #5D5D5D. Windows color (decimal): -1830267 or 8721124. OLE color: 8721124.
HSL color Cylindrical-coordinate representation of color #E41285: hue angle of 327.14º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E41285 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 133 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.11 |
| HSL | 327.14º | 0.85% | 0.48% | - |
| HSV(B) | 327.14º | 0.92% | 0.89% | - |
| XYZ | 36.44 | 18.62 | 23.86 | - |
| YUV | 93.9 | 150.07 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 133 | 0 | 0.92 | 0.42 | 0.11 | 327.14 | 0.85 | 0.48 |
| Hex | E4 | 12 | 85 | 0 | 5C | 2A | B | 147 | 55 | 30 |
| Octal | 344 | 22 | 205 | 0 | 134 | 52 | 13 | 507 | 125 | 60 |
| Binary | 11100100 | 10010 | 10000101 | 0 | 1011100 | 101010 | 1011 | 101000111 | 1010101 | 110000 |
Color Harmonies of #E41285
Complementary color
Monochromatic Colors of #E41285
Black with #E41285
Text Example
Text Example
White with #E41285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41285; }
p { color: rgb(228,18,133); }
H1.HeaderClassName
{
color: #E41285;
}
.AnyTagClassName
{
color: #E41285;
}
</style>
background-color css
<style>
a { background-color: #E41285; }
a { background-color: rgb(228,18,133); }
div.DivClassName
{
background-color: #E41285;
}
.BgClassName
{
background-color: #E41285;
}
</style>
border-color css
<style>
span { border-color: #E41285; }
span { border-color: rgb(228,18,133); }
td.TdClassName
{
border-color: #E41285;
}
.TagClassName
{
border-color: #E41285;
}
</style>