Shades of Violet Red #E8428B
Tints of Violet Red #E8428B
RGB
CMYK
RGB Variations
Color information
#E8428B (or 0xE8428B) is known color: Violet Red. HEX triplet: E8, 42 and 8B. RGB value is (232,66,139). Sum of RGB (Red+Green+Blue) = 232+66+139=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E8428B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8428B is #17BD74. Grayscale: #7B7B7B. Windows color (decimal): -1555829 or 9126632. OLE color: 9126632.
HSL color Cylindrical-coordinate representation of color #E8428B: hue angle of 333.61º 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 #E8428B is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 66 | 139 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.09 |
| HSL | 333.61º | 0.78% | 0.58% | - |
| HSV(B) | 333.61º | 0.72% | 0.91% | - |
| XYZ | 39.89 | 22.92 | 26.75 | - |
| YUV | 123.96 | 136.5 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 139 | 0 | 0.72 | 0.40 | 0.09 | 333.61 | 0.78 | 0.58 |
| Hex | E8 | 42 | 8B | 0 | 48 | 28 | 9 | 14E | 4E | 3A |
| Octal | 350 | 102 | 213 | 0 | 110 | 50 | 11 | 516 | 116 | 72 |
| Binary | 11101000 | 1000010 | 10001011 | 0 | 1001000 | 101000 | 1001 | 101001110 | 1001110 | 111010 |
Color Harmonies of #E8428B
Complementary color
Monochromatic Colors of #E8428B
Black with #E8428B
Text Example
Text Example
White with #E8428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8428B; }
p { color: rgb(232,66,139); }
H1.HeaderClassName
{
color: #E8428B;
}
.AnyTagClassName
{
color: #E8428B;
}
</style>
background-color css
<style>
a { background-color: #E8428B; }
a { background-color: rgb(232,66,139); }
div.DivClassName
{
background-color: #E8428B;
}
.BgClassName
{
background-color: #E8428B;
}
</style>
border-color css
<style>
span { border-color: #E8428B; }
span { border-color: rgb(232,66,139); }
td.TdClassName
{
border-color: #E8428B;
}
.TagClassName
{
border-color: #E8428B;
}
</style>