Shades of Medium Violet Red #E00181
Tints of Medium Violet Red #E00181
RGB
CMYK
RGB Variations
Color information
#E00181 (or 0xE00181) is known color: Medium Violet Red. HEX triplet: E0, 01 and 81. RGB value is (224,1,129). Sum of RGB (Red+Green+Blue) = 224+1+129=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E00181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00181 is #1FFE7E. Grayscale: #515151. Windows color (decimal): -2096767 or 8454624. OLE color: 8454624.
HSL color Cylindrical-coordinate representation of color #E00181: hue angle of 325.56º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00181 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 129 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.12 |
| HSL | 325.56º | 0.99% | 0.44% | - |
| HSV(B) | 325.56º | 1% | 0.88% | - |
| XYZ | 34.71 | 17.45 | 22.31 | - |
| YUV | 82.27 | 154.38 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 129 | 0 | 1.00 | 0.42 | 0.12 | 325.56 | 0.99 | 0.44 |
| Hex | E0 | 1 | 81 | 0 | 64 | 2A | C | 146 | 63 | 2C |
| Octal | 340 | 1 | 201 | 0 | 144 | 52 | 14 | 506 | 143 | 54 |
| Binary | 11100000 | 1 | 10000001 | 0 | 1100100 | 101010 | 1100 | 101000110 | 1100011 | 101100 |
Color Harmonies of #E00181
Complementary color
Monochromatic Colors of #E00181
Black with #E00181
Text Example
Text Example
White with #E00181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00181; }
p { color: rgb(224,1,129); }
H1.HeaderClassName
{
color: #E00181;
}
.AnyTagClassName
{
color: #E00181;
}
</style>
background-color css
<style>
a { background-color: #E00181; }
a { background-color: rgb(224,1,129); }
div.DivClassName
{
background-color: #E00181;
}
.BgClassName
{
background-color: #E00181;
}
</style>
border-color css
<style>
span { border-color: #E00181; }
span { border-color: rgb(224,1,129); }
td.TdClassName
{
border-color: #E00181;
}
.TagClassName
{
border-color: #E00181;
}
</style>