Shades of Violet Red #E5428F
Tints of Violet Red #E5428F
RGB
CMYK
RGB Variations
Color information
#E5428F (or 0xE5428F) is known color: Violet Red. HEX triplet: E5, 42 and 8F. RGB value is (229,66,143). Sum of RGB (Red+Green+Blue) = 229+66+143=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E5428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5428F is #1ABD70. Grayscale: #7B7B7B. Windows color (decimal): -1752433 or 9388773. OLE color: 9388773.
HSL color Cylindrical-coordinate representation of color #E5428F: hue angle of 331.66º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5428F is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 143 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.10 |
| HSL | 331.66º | 0.76% | 0.58% | - |
| HSV(B) | 331.66º | 0.71% | 0.9% | - |
| XYZ | 39.22 | 22.54 | 28.27 | - |
| YUV | 123.52 | 139 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 143 | 0 | 0.71 | 0.38 | 0.10 | 331.66 | 0.76 | 0.58 |
| Hex | E5 | 42 | 8F | 0 | 47 | 26 | A | 14C | 4C | 3A |
| Octal | 345 | 102 | 217 | 0 | 107 | 46 | 12 | 514 | 114 | 72 |
| Binary | 11100101 | 1000010 | 10001111 | 0 | 1000111 | 100110 | 1010 | 101001100 | 1001100 | 111010 |
Color Harmonies of #E5428F
Complementary color
Monochromatic Colors of #E5428F
Black with #E5428F
Text Example
Text Example
White with #E5428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5428F; }
p { color: rgb(229,66,143); }
H1.HeaderClassName
{
color: #E5428F;
}
.AnyTagClassName
{
color: #E5428F;
}
</style>
background-color css
<style>
a { background-color: #E5428F; }
a { background-color: rgb(229,66,143); }
div.DivClassName
{
background-color: #E5428F;
}
.BgClassName
{
background-color: #E5428F;
}
</style>
border-color css
<style>
span { border-color: #E5428F; }
span { border-color: rgb(229,66,143); }
td.TdClassName
{
border-color: #E5428F;
}
.TagClassName
{
border-color: #E5428F;
}
</style>