Shades of Violet Red #E5418A
Tints of Violet Red #E5418A
RGB
CMYK
RGB Variations
Color information
#E5418A (or 0xE5418A) is known color: Violet Red. HEX triplet: E5, 41 and 8A. RGB value is (229,65,138). Sum of RGB (Red+Green+Blue) = 229+65+138=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E5418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5418A is #1ABE75. Grayscale: #7A7A7A. Windows color (decimal): -1752694 or 9060837. OLE color: 9060837.
HSL color Cylindrical-coordinate representation of color #E5418A: hue angle of 333.29º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5418A is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 138 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.10 |
| HSL | 333.29º | 0.76% | 0.58% | - |
| HSV(B) | 333.29º | 0.72% | 0.9% | - |
| XYZ | 38.79 | 22.27 | 26.3 | - |
| YUV | 122.36 | 136.83 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 138 | 0 | 0.72 | 0.40 | 0.10 | 333.29 | 0.76 | 0.58 |
| Hex | E5 | 41 | 8A | 0 | 48 | 28 | A | 14D | 4C | 3A |
| Octal | 345 | 101 | 212 | 0 | 110 | 50 | 12 | 515 | 114 | 72 |
| Binary | 11100101 | 1000001 | 10001010 | 0 | 1001000 | 101000 | 1010 | 101001101 | 1001100 | 111010 |
Color Harmonies of #E5418A
Complementary color
Monochromatic Colors of #E5418A
Black with #E5418A
Text Example
Text Example
White with #E5418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5418A; }
p { color: rgb(229,65,138); }
H1.HeaderClassName
{
color: #E5418A;
}
.AnyTagClassName
{
color: #E5418A;
}
</style>
background-color css
<style>
a { background-color: #E5418A; }
a { background-color: rgb(229,65,138); }
div.DivClassName
{
background-color: #E5418A;
}
.BgClassName
{
background-color: #E5418A;
}
</style>
border-color css
<style>
span { border-color: #E5418A; }
span { border-color: rgb(229,65,138); }
td.TdClassName
{
border-color: #E5418A;
}
.TagClassName
{
border-color: #E5418A;
}
</style>