Shades of Violet Red #E5458F
Tints of Violet Red #E5458F
RGB
CMYK
RGB Variations
Color information
#E5458F (or 0xE5458F) is known color: Violet Red. HEX triplet: E5, 45 and 8F. RGB value is (229,69,143). Sum of RGB (Red+Green+Blue) = 229+69+143=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E5458F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5458F is #1ABA70. Grayscale: #7D7D7D. Windows color (decimal): -1751665 or 9389541. OLE color: 9389541.
HSL color Cylindrical-coordinate representation of color #E5458F: hue angle of 332.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5458F is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 143 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.10 |
| HSL | 332.25º | 0.75% | 0.58% | - |
| HSV(B) | 332.25º | 0.7% | 0.9% | - |
| XYZ | 39.4 | 22.9 | 28.33 | - |
| YUV | 125.28 | 138.01 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 143 | 0 | 0.70 | 0.38 | 0.10 | 332.25 | 0.75 | 0.58 |
| Hex | E5 | 45 | 8F | 0 | 46 | 26 | A | 14C | 4B | 3A |
| Octal | 345 | 105 | 217 | 0 | 106 | 46 | 12 | 514 | 113 | 72 |
| Binary | 11100101 | 1000101 | 10001111 | 0 | 1000110 | 100110 | 1010 | 101001100 | 1001011 | 111010 |
Color Harmonies of #E5458F
Complementary color
Monochromatic Colors of #E5458F
Black with #E5458F
Text Example
Text Example
White with #E5458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5458F; }
p { color: rgb(229,69,143); }
H1.HeaderClassName
{
color: #E5458F;
}
.AnyTagClassName
{
color: #E5458F;
}
</style>
background-color css
<style>
a { background-color: #E5458F; }
a { background-color: rgb(229,69,143); }
div.DivClassName
{
background-color: #E5458F;
}
.BgClassName
{
background-color: #E5458F;
}
</style>
border-color css
<style>
span { border-color: #E5458F; }
span { border-color: rgb(229,69,143); }
td.TdClassName
{
border-color: #E5458F;
}
.TagClassName
{
border-color: #E5458F;
}
</style>