Shades of Violet Red #EA4591
Tints of Violet Red #EA4591
RGB
CMYK
RGB Variations
Color information
#EA4591 (or 0xEA4591) is known color: Violet Red. HEX triplet: EA, 45 and 91. RGB value is (234,69,145). Sum of RGB (Red+Green+Blue) = 234+69+145=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4591 is #15BA6E. Grayscale: #7E7E7E. Windows color (decimal): -1423983 or 9520618. OLE color: 9520618.
HSL color Cylindrical-coordinate representation of color #EA4591: hue angle of 332.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA4591 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 145 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.08 |
| HSL | 332.36º | 0.8% | 0.59% | - |
| HSV(B) | 332.36º | 0.71% | 0.92% | - |
| XYZ | 41.17 | 23.79 | 29.21 | - |
| YUV | 127 | 138.16 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 145 | 0 | 0.71 | 0.38 | 0.08 | 332.36 | 0.8 | 0.59 |
| Hex | EA | 45 | 91 | 0 | 47 | 26 | 8 | 14C | 50 | 3B |
| Octal | 352 | 105 | 221 | 0 | 107 | 46 | 10 | 514 | 120 | 73 |
| Binary | 11101010 | 1000101 | 10010001 | 0 | 1000111 | 100110 | 1000 | 101001100 | 1010000 | 111011 |
Color Harmonies of #EA4591
Complementary color
Monochromatic Colors of #EA4591
Black with #EA4591
Text Example
Text Example
White with #EA4591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4591; }
p { color: rgb(234,69,145); }
H1.HeaderClassName
{
color: #EA4591;
}
.AnyTagClassName
{
color: #EA4591;
}
</style>
background-color css
<style>
a { background-color: #EA4591; }
a { background-color: rgb(234,69,145); }
div.DivClassName
{
background-color: #EA4591;
}
.BgClassName
{
background-color: #EA4591;
}
</style>
border-color css
<style>
span { border-color: #EA4591; }
span { border-color: rgb(234,69,145); }
td.TdClassName
{
border-color: #EA4591;
}
.TagClassName
{
border-color: #EA4591;
}
</style>