Shades of Violet Red #E8407D
Tints of Violet Red #E8407D
RGB
CMYK
RGB Variations
Color information
#E8407D (or 0xE8407D) is known color: Violet Red. HEX triplet: E8, 40 and 7D. RGB value is (232,64,125). Sum of RGB (Red+Green+Blue) = 232+64+125=421 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.11% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 232 - color contains mainly: red. Hex color #E8407D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8407D is #17BF82. Grayscale: #797979. Windows color (decimal): -1556355 or 8208616. OLE color: 8208616.
HSL color Cylindrical-coordinate representation of color #E8407D: hue angle of 338.21º 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 #E8407D is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 64 | 125 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.09 |
| HSL | 338.21º | 0.79% | 0.58% | - |
| HSV(B) | 338.21º | 0.72% | 0.91% | - |
| XYZ | 38.81 | 22.3 | 21.66 | - |
| YUV | 121.19 | 130.16 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 64 | 125 | 0 | 0.72 | 0.46 | 0.09 | 338.21 | 0.79 | 0.58 |
| Hex | E8 | 40 | 7D | 0 | 48 | 2E | 9 | 152 | 4F | 3A |
| Octal | 350 | 100 | 175 | 0 | 110 | 56 | 11 | 522 | 117 | 72 |
| Binary | 11101000 | 1000000 | 1111101 | 0 | 1001000 | 101110 | 1001 | 101010010 | 1001111 | 111010 |
Color Harmonies of #E8407D
Complementary color
Monochromatic Colors of #E8407D
Black with #E8407D
Text Example
Text Example
White with #E8407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8407D; }
p { color: rgb(232,64,125); }
H1.HeaderClassName
{
color: #E8407D;
}
.AnyTagClassName
{
color: #E8407D;
}
</style>
background-color css
<style>
a { background-color: #E8407D; }
a { background-color: rgb(232,64,125); }
div.DivClassName
{
background-color: #E8407D;
}
.BgClassName
{
background-color: #E8407D;
}
</style>
border-color css
<style>
span { border-color: #E8407D; }
span { border-color: rgb(232,64,125); }
td.TdClassName
{
border-color: #E8407D;
}
.TagClassName
{
border-color: #E8407D;
}
</style>