Shades of Medium Violet Red #E40181
Tints of Medium Violet Red #E40181
RGB
CMYK
RGB Variations
Color information
#E40181 (or 0xE40181) is known color: Medium Violet Red. HEX triplet: E4, 01 and 81. RGB value is (228,1,129). Sum of RGB (Red+Green+Blue) = 228+1+129=358 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.69% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 228 - color contains mainly: red. Hex color #E40181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40181 is #1BFE7E. Grayscale: #535353. Windows color (decimal): -1834623 or 8454628. OLE color: 8454628.
HSL color Cylindrical-coordinate representation of color #E40181: hue angle of 326.17º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40181 is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 129 | - |
| CMYK | 0 | 1.00 | 0.43 | 0.11 |
| HSL | 326.17º | 0.99% | 0.45% | - |
| HSV(B) | 326.17º | 1% | 0.89% | - |
| XYZ | 35.97 | 18.1 | 22.37 | - |
| YUV | 83.47 | 153.71 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 129 | 0 | 1.00 | 0.43 | 0.11 | 326.17 | 0.99 | 0.45 |
| Hex | E4 | 1 | 81 | 0 | 64 | 2B | B | 146 | 63 | 2D |
| Octal | 344 | 1 | 201 | 0 | 144 | 53 | 13 | 506 | 143 | 55 |
| Binary | 11100100 | 1 | 10000001 | 0 | 1100100 | 101011 | 1011 | 101000110 | 1100011 | 101101 |
Color Harmonies of #E40181
Complementary color
Monochromatic Colors of #E40181
Black with #E40181
Text Example
Text Example
White with #E40181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40181; }
p { color: rgb(228,1,129); }
H1.HeaderClassName
{
color: #E40181;
}
.AnyTagClassName
{
color: #E40181;
}
</style>
background-color css
<style>
a { background-color: #E40181; }
a { background-color: rgb(228,1,129); }
div.DivClassName
{
background-color: #E40181;
}
.BgClassName
{
background-color: #E40181;
}
</style>
border-color css
<style>
span { border-color: #E40181; }
span { border-color: rgb(228,1,129); }
td.TdClassName
{
border-color: #E40181;
}
.TagClassName
{
border-color: #E40181;
}
</style>