Shades of Violet Red #E8418A
Tints of Violet Red #E8418A
RGB
CMYK
RGB Variations
Color information
#E8418A (or 0xE8418A) is known color: Violet Red. HEX triplet: E8, 41 and 8A. RGB value is (232,65,138). Sum of RGB (Red+Green+Blue) = 232+65+138=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E8418A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8418A is #17BE75. Grayscale: #7B7B7B. Windows color (decimal): -1556086 or 9060840. OLE color: 9060840.
HSL color Cylindrical-coordinate representation of color #E8418A: hue angle of 333.77º 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 #E8418A is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 65 | 138 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.09 |
| HSL | 333.77º | 0.78% | 0.58% | - |
| HSV(B) | 333.77º | 0.72% | 0.91% | - |
| XYZ | 39.76 | 22.77 | 26.34 | - |
| YUV | 123.26 | 136.33 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 65 | 138 | 0 | 0.72 | 0.41 | 0.09 | 333.77 | 0.78 | 0.58 |
| Hex | E8 | 41 | 8A | 0 | 48 | 29 | 9 | 14E | 4E | 3A |
| Octal | 350 | 101 | 212 | 0 | 110 | 51 | 11 | 516 | 116 | 72 |
| Binary | 11101000 | 1000001 | 10001010 | 0 | 1001000 | 101001 | 1001 | 101001110 | 1001110 | 111010 |
Color Harmonies of #E8418A
Complementary color
Monochromatic Colors of #E8418A
Black with #E8418A
Text Example
Text Example
White with #E8418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8418A; }
p { color: rgb(232,65,138); }
H1.HeaderClassName
{
color: #E8418A;
}
.AnyTagClassName
{
color: #E8418A;
}
</style>
background-color css
<style>
a { background-color: #E8418A; }
a { background-color: rgb(232,65,138); }
div.DivClassName
{
background-color: #E8418A;
}
.BgClassName
{
background-color: #E8418A;
}
</style>
border-color css
<style>
span { border-color: #E8418A; }
span { border-color: rgb(232,65,138); }
td.TdClassName
{
border-color: #E8418A;
}
.TagClassName
{
border-color: #E8418A;
}
</style>