Shades of Medium Violet Red #E4057F
Tints of Medium Violet Red #E4057F
RGB
CMYK
RGB Variations
Color information
#E4057F (or 0xE4057F) is known color: Medium Violet Red. HEX triplet: E4, 05 and 7F. RGB value is (228,5,127). Sum of RGB (Red+Green+Blue) = 228+5+127=360 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.33% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 228 - color contains mainly: red. Hex color #E4057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4057F is #1BFA80. Grayscale: #555555. Windows color (decimal): -1833601 or 8324580. OLE color: 8324580.
HSL color Cylindrical-coordinate representation of color #E4057F: hue angle of 327.17º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E4057F is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 127 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.11 |
| HSL | 327.17º | 0.96% | 0.46% | - |
| HSV(B) | 327.17º | 0.98% | 0.89% | - |
| XYZ | 35.88 | 18.13 | 21.69 | - |
| YUV | 85.59 | 151.38 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 127 | 0 | 0.98 | 0.44 | 0.11 | 327.17 | 0.96 | 0.46 |
| Hex | E4 | 5 | 7F | 0 | 62 | 2C | B | 147 | 60 | 2E |
| Octal | 344 | 5 | 177 | 0 | 142 | 54 | 13 | 507 | 140 | 56 |
| Binary | 11100100 | 101 | 1111111 | 0 | 1100010 | 101100 | 1011 | 101000111 | 1100000 | 101110 |
Color Harmonies of #E4057F
Complementary color
Monochromatic Colors of #E4057F
Black with #E4057F
Text Example
Text Example
White with #E4057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4057F; }
p { color: rgb(228,5,127); }
H1.HeaderClassName
{
color: #E4057F;
}
.AnyTagClassName
{
color: #E4057F;
}
</style>
background-color css
<style>
a { background-color: #E4057F; }
a { background-color: rgb(228,5,127); }
div.DivClassName
{
background-color: #E4057F;
}
.BgClassName
{
background-color: #E4057F;
}
</style>
border-color css
<style>
span { border-color: #E4057F; }
span { border-color: rgb(228,5,127); }
td.TdClassName
{
border-color: #E4057F;
}
.TagClassName
{
border-color: #E4057F;
}
</style>