Shades of Medium Violet Red #E5017E
Tints of Medium Violet Red #E5017E
RGB
CMYK
RGB Variations
Color information
#E5017E (or 0xE5017E) is known color: Medium Violet Red. HEX triplet: E5, 01 and 7E. RGB value is (229,1,126). Sum of RGB (Red+Green+Blue) = 229+1+126=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E5017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5017E is #1AFE81. Grayscale: #535353. Windows color (decimal): -1769090 or 8258021. OLE color: 8258021.
HSL color Cylindrical-coordinate representation of color #E5017E: hue angle of 327.11º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5017E is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.10 |
| HSL | 327.11º | 0.99% | 0.45% | - |
| HSV(B) | 327.11º | 1% | 0.9% | - |
| XYZ | 36.09 | 18.19 | 21.35 | - |
| YUV | 83.42 | 152.04 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 126 | 0 | 1.00 | 0.45 | 0.10 | 327.11 | 0.99 | 0.45 |
| Hex | E5 | 1 | 7E | 0 | 64 | 2D | A | 147 | 63 | 2D |
| Octal | 345 | 1 | 176 | 0 | 144 | 55 | 12 | 507 | 143 | 55 |
| Binary | 11100101 | 1 | 1111110 | 0 | 1100100 | 101101 | 1010 | 101000111 | 1100011 | 101101 |
Color Harmonies of #E5017E
Complementary color
Monochromatic Colors of #E5017E
Black with #E5017E
Text Example
Text Example
White with #E5017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5017E; }
p { color: rgb(229,1,126); }
H1.HeaderClassName
{
color: #E5017E;
}
.AnyTagClassName
{
color: #E5017E;
}
</style>
background-color css
<style>
a { background-color: #E5017E; }
a { background-color: rgb(229,1,126); }
div.DivClassName
{
background-color: #E5017E;
}
.BgClassName
{
background-color: #E5017E;
}
</style>
border-color css
<style>
span { border-color: #E5017E; }
span { border-color: rgb(229,1,126); }
td.TdClassName
{
border-color: #E5017E;
}
.TagClassName
{
border-color: #E5017E;
}
</style>