Shades of Violet Red #E8428F
Tints of Violet Red #E8428F
RGB
CMYK
RGB Variations
Color information
#E8428F (or 0xE8428F) is known color: Violet Red. HEX triplet: E8, 42 and 8F. RGB value is (232,66,143). Sum of RGB (Red+Green+Blue) = 232+66+143=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E8428F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8428F is #17BD70. Grayscale: #7C7C7C. Windows color (decimal): -1555825 or 9388776. OLE color: 9388776.
HSL color Cylindrical-coordinate representation of color #E8428F: hue angle of 332.17º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8428F is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 66 | 143 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.09 |
| HSL | 332.17º | 0.78% | 0.58% | - |
| HSV(B) | 332.17º | 0.72% | 0.91% | - |
| XYZ | 40.18 | 23.04 | 28.31 | - |
| YUV | 124.41 | 138.5 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 143 | 0 | 0.72 | 0.38 | 0.09 | 332.17 | 0.78 | 0.58 |
| Hex | E8 | 42 | 8F | 0 | 48 | 26 | 9 | 14C | 4E | 3A |
| Octal | 350 | 102 | 217 | 0 | 110 | 46 | 11 | 514 | 116 | 72 |
| Binary | 11101000 | 1000010 | 10001111 | 0 | 1001000 | 100110 | 1001 | 101001100 | 1001110 | 111010 |
Color Harmonies of #E8428F
Complementary color
Monochromatic Colors of #E8428F
Black with #E8428F
Text Example
Text Example
White with #E8428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8428F; }
p { color: rgb(232,66,143); }
H1.HeaderClassName
{
color: #E8428F;
}
.AnyTagClassName
{
color: #E8428F;
}
</style>
background-color css
<style>
a { background-color: #E8428F; }
a { background-color: rgb(232,66,143); }
div.DivClassName
{
background-color: #E8428F;
}
.BgClassName
{
background-color: #E8428F;
}
</style>
border-color css
<style>
span { border-color: #E8428F; }
span { border-color: rgb(232,66,143); }
td.TdClassName
{
border-color: #E8428F;
}
.TagClassName
{
border-color: #E8428F;
}
</style>