Shades of Violet Red #E7428B
Tints of Violet Red #E7428B
RGB
CMYK
RGB Variations
Color information
#E7428B (or 0xE7428B) is known color: Violet Red. HEX triplet: E7, 42 and 8B. RGB value is (231,66,139). Sum of RGB (Red+Green+Blue) = 231+66+139=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E7428B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7428B is #18BD74. Grayscale: #7B7B7B. Windows color (decimal): -1621365 or 9126631. OLE color: 9126631.
HSL color Cylindrical-coordinate representation of color #E7428B: hue angle of 333.45º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E7428B is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 139 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.09 |
| HSL | 333.45º | 0.77% | 0.58% | - |
| HSV(B) | 333.45º | 0.71% | 0.91% | - |
| XYZ | 39.56 | 22.75 | 26.73 | - |
| YUV | 123.66 | 136.66 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 139 | 0 | 0.71 | 0.40 | 0.09 | 333.45 | 0.77 | 0.58 |
| Hex | E7 | 42 | 8B | 0 | 47 | 28 | 9 | 14D | 4D | 3A |
| Octal | 347 | 102 | 213 | 0 | 107 | 50 | 11 | 515 | 115 | 72 |
| Binary | 11100111 | 1000010 | 10001011 | 0 | 1000111 | 101000 | 1001 | 101001101 | 1001101 | 111010 |
Color Harmonies of #E7428B
Complementary color
Monochromatic Colors of #E7428B
Black with #E7428B
Text Example
Text Example
White with #E7428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7428B; }
p { color: rgb(231,66,139); }
H1.HeaderClassName
{
color: #E7428B;
}
.AnyTagClassName
{
color: #E7428B;
}
</style>
background-color css
<style>
a { background-color: #E7428B; }
a { background-color: rgb(231,66,139); }
div.DivClassName
{
background-color: #E7428B;
}
.BgClassName
{
background-color: #E7428B;
}
</style>
border-color css
<style>
span { border-color: #E7428B; }
span { border-color: rgb(231,66,139); }
td.TdClassName
{
border-color: #E7428B;
}
.TagClassName
{
border-color: #E7428B;
}
</style>