Shades of Medium Violet Red #E3017E
Tints of Medium Violet Red #E3017E
RGB
CMYK
RGB Variations
Color information
#E3017E (or 0xE3017E) is known color: Medium Violet Red. HEX triplet: E3, 01 and 7E. RGB value is (227,1,126). Sum of RGB (Red+Green+Blue) = 227+1+126=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E3017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3017E is #1CFE81. Grayscale: #525252. Windows color (decimal): -1900162 or 8258019. OLE color: 8258019.
HSL color Cylindrical-coordinate representation of color #E3017E: hue angle of 326.81º 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 #E3017E is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.11 |
| HSL | 326.81º | 0.99% | 0.45% | - |
| HSV(B) | 326.81º | 1% | 0.89% | - |
| XYZ | 35.46 | 17.86 | 21.32 | - |
| YUV | 82.82 | 152.37 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 126 | 0 | 1.00 | 0.44 | 0.11 | 326.81 | 0.99 | 0.45 |
| Hex | E3 | 1 | 7E | 0 | 64 | 2C | B | 147 | 63 | 2D |
| Octal | 343 | 1 | 176 | 0 | 144 | 54 | 13 | 507 | 143 | 55 |
| Binary | 11100011 | 1 | 1111110 | 0 | 1100100 | 101100 | 1011 | 101000111 | 1100011 | 101101 |
Color Harmonies of #E3017E
Complementary color
Monochromatic Colors of #E3017E
Black with #E3017E
Text Example
Text Example
White with #E3017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3017E; }
p { color: rgb(227,1,126); }
H1.HeaderClassName
{
color: #E3017E;
}
.AnyTagClassName
{
color: #E3017E;
}
</style>
background-color css
<style>
a { background-color: #E3017E; }
a { background-color: rgb(227,1,126); }
div.DivClassName
{
background-color: #E3017E;
}
.BgClassName
{
background-color: #E3017E;
}
</style>
border-color css
<style>
span { border-color: #E3017E; }
span { border-color: rgb(227,1,126); }
td.TdClassName
{
border-color: #E3017E;
}
.TagClassName
{
border-color: #E3017E;
}
</style>