Shades of Medium Violet Red #E3017D
Tints of Medium Violet Red #E3017D
RGB
CMYK
RGB Variations
Color information
#E3017D (or 0xE3017D) is known color: Medium Violet Red. HEX triplet: E3, 01 and 7D. RGB value is (227,1,125). Sum of RGB (Red+Green+Blue) = 227+1+125=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E3017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3017D is #1CFE82. Grayscale: #525252. Windows color (decimal): -1900163 or 8192483. OLE color: 8192483.
HSL color Cylindrical-coordinate representation of color #E3017D: hue angle of 327.08º 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 #E3017D is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 125 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.11 |
| HSL | 327.08º | 0.99% | 0.45% | - |
| HSV(B) | 327.08º | 1% | 0.89% | - |
| XYZ | 35.39 | 17.83 | 20.98 | - |
| YUV | 82.71 | 151.87 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 125 | 0 | 1.00 | 0.45 | 0.11 | 327.08 | 0.99 | 0.45 |
| Hex | E3 | 1 | 7D | 0 | 64 | 2D | B | 147 | 63 | 2D |
| Octal | 343 | 1 | 175 | 0 | 144 | 55 | 13 | 507 | 143 | 55 |
| Binary | 11100011 | 1 | 1111101 | 0 | 1100100 | 101101 | 1011 | 101000111 | 1100011 | 101101 |
Color Harmonies of #E3017D
Complementary color
Monochromatic Colors of #E3017D
Black with #E3017D
Text Example
Text Example
White with #E3017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3017D; }
p { color: rgb(227,1,125); }
H1.HeaderClassName
{
color: #E3017D;
}
.AnyTagClassName
{
color: #E3017D;
}
</style>
background-color css
<style>
a { background-color: #E3017D; }
a { background-color: rgb(227,1,125); }
div.DivClassName
{
background-color: #E3017D;
}
.BgClassName
{
background-color: #E3017D;
}
</style>
border-color css
<style>
span { border-color: #E3017D; }
span { border-color: rgb(227,1,125); }
td.TdClassName
{
border-color: #E3017D;
}
.TagClassName
{
border-color: #E3017D;
}
</style>