Shades of Violet Red #E5428D
Tints of Violet Red #E5428D
RGB
CMYK
RGB Variations
Color information
#E5428D (or 0xE5428D) is known color: Violet Red. HEX triplet: E5, 42 and 8D. RGB value is (229,66,141). Sum of RGB (Red+Green+Blue) = 229+66+141=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5428D is #1ABD72. Grayscale: #7B7B7B. Windows color (decimal): -1752435 or 9257701. OLE color: 9257701.
HSL color Cylindrical-coordinate representation of color #E5428D: hue angle of 332.39º 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 #E5428D is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 141 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.10 |
| HSL | 332.39º | 0.76% | 0.58% | - |
| HSV(B) | 332.39º | 0.71% | 0.9% | - |
| XYZ | 39.07 | 22.48 | 27.48 | - |
| YUV | 123.29 | 138 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 141 | 0 | 0.71 | 0.38 | 0.10 | 332.39 | 0.76 | 0.58 |
| Hex | E5 | 42 | 8D | 0 | 47 | 26 | A | 14C | 4C | 3A |
| Octal | 345 | 102 | 215 | 0 | 107 | 46 | 12 | 514 | 114 | 72 |
| Binary | 11100101 | 1000010 | 10001101 | 0 | 1000111 | 100110 | 1010 | 101001100 | 1001100 | 111010 |
Color Harmonies of #E5428D
Complementary color
Monochromatic Colors of #E5428D
Black with #E5428D
Text Example
Text Example
White with #E5428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5428D; }
p { color: rgb(229,66,141); }
H1.HeaderClassName
{
color: #E5428D;
}
.AnyTagClassName
{
color: #E5428D;
}
</style>
background-color css
<style>
a { background-color: #E5428D; }
a { background-color: rgb(229,66,141); }
div.DivClassName
{
background-color: #E5428D;
}
.BgClassName
{
background-color: #E5428D;
}
</style>
border-color css
<style>
span { border-color: #E5428D; }
span { border-color: rgb(229,66,141); }
td.TdClassName
{
border-color: #E5428D;
}
.TagClassName
{
border-color: #E5428D;
}
</style>