Shades of Violet Red #E8417F
Tints of Violet Red #E8417F
RGB
CMYK
RGB Variations
Color information
#E8417F (or 0xE8417F) is known color: Violet Red. HEX triplet: E8, 41 and 7F. RGB value is (232,65,127). Sum of RGB (Red+Green+Blue) = 232+65+127=424 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.72% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 232 - color contains mainly: red. Hex color #E8417F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8417F is #17BE80. Grayscale: #797979. Windows color (decimal): -1556097 or 8339944. OLE color: 8339944.
HSL color Cylindrical-coordinate representation of color #E8417F: hue angle of 337.72º 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 #E8417F is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 65 | 127 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.09 |
| HSL | 337.72º | 0.78% | 0.58% | - |
| HSV(B) | 337.72º | 0.72% | 0.91% | - |
| XYZ | 39 | 22.47 | 22.36 | - |
| YUV | 122 | 130.83 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 65 | 127 | 0 | 0.72 | 0.45 | 0.09 | 337.72 | 0.78 | 0.58 |
| Hex | E8 | 41 | 7F | 0 | 48 | 2D | 9 | 152 | 4E | 3A |
| Octal | 350 | 101 | 177 | 0 | 110 | 55 | 11 | 522 | 116 | 72 |
| Binary | 11101000 | 1000001 | 1111111 | 0 | 1001000 | 101101 | 1001 | 101010010 | 1001110 | 111010 |
Color Harmonies of #E8417F
Complementary color
Monochromatic Colors of #E8417F
Black with #E8417F
Text Example
Text Example
White with #E8417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8417F; }
p { color: rgb(232,65,127); }
H1.HeaderClassName
{
color: #E8417F;
}
.AnyTagClassName
{
color: #E8417F;
}
</style>
background-color css
<style>
a { background-color: #E8417F; }
a { background-color: rgb(232,65,127); }
div.DivClassName
{
background-color: #E8417F;
}
.BgClassName
{
background-color: #E8417F;
}
</style>
border-color css
<style>
span { border-color: #E8417F; }
span { border-color: rgb(232,65,127); }
td.TdClassName
{
border-color: #E8417F;
}
.TagClassName
{
border-color: #E8417F;
}
</style>