Shades of Violet Red #E8407F
Tints of Violet Red #E8407F
RGB
CMYK
RGB Variations
Color information
#E8407F (or 0xE8407F) is known color: Violet Red. HEX triplet: E8, 40 and 7F. RGB value is (232,64,127). Sum of RGB (Red+Green+Blue) = 232+64+127=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E8407F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8407F is #17BF80. Grayscale: #797979. Windows color (decimal): -1556353 or 8339688. OLE color: 8339688.
HSL color Cylindrical-coordinate representation of color #E8407F: hue angle of 337.5º degrees, saturation: 0.79, 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 #E8407F is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 64 | 127 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.09 |
| HSL | 337.5º | 0.79% | 0.58% | - |
| HSV(B) | 337.5º | 0.72% | 0.91% | - |
| XYZ | 38.94 | 22.35 | 22.34 | - |
| YUV | 121.41 | 131.16 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 64 | 127 | 0 | 0.72 | 0.45 | 0.09 | 337.5 | 0.79 | 0.58 |
| Hex | E8 | 40 | 7F | 0 | 48 | 2D | 9 | 152 | 4F | 3A |
| Octal | 350 | 100 | 177 | 0 | 110 | 55 | 11 | 522 | 117 | 72 |
| Binary | 11101000 | 1000000 | 1111111 | 0 | 1001000 | 101101 | 1001 | 101010010 | 1001111 | 111010 |
Color Harmonies of #E8407F
Complementary color
Monochromatic Colors of #E8407F
Black with #E8407F
Text Example
Text Example
White with #E8407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8407F; }
p { color: rgb(232,64,127); }
H1.HeaderClassName
{
color: #E8407F;
}
.AnyTagClassName
{
color: #E8407F;
}
</style>
background-color css
<style>
a { background-color: #E8407F; }
a { background-color: rgb(232,64,127); }
div.DivClassName
{
background-color: #E8407F;
}
.BgClassName
{
background-color: #E8407F;
}
</style>
border-color css
<style>
span { border-color: #E8407F; }
span { border-color: rgb(232,64,127); }
td.TdClassName
{
border-color: #E8407F;
}
.TagClassName
{
border-color: #E8407F;
}
</style>