Shades of Violet Red #EA3A89
Tints of Violet Red #EA3A89
RGB
CMYK
RGB Variations
Color information
#EA3A89 (or 0xEA3A89) is known color: Violet Red. HEX triplet: EA, 3A and 89. RGB value is (234,58,137). Sum of RGB (Red+Green+Blue) = 234+58+137=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3A89 is #15C576. Grayscale: #777777. Windows color (decimal): -1426807 or 8993514. OLE color: 8993514.
HSL color Cylindrical-coordinate representation of color #EA3A89: hue angle of 333.07º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA3A89 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 137 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.08 |
| HSL | 333.07º | 0.81% | 0.57% | - |
| HSV(B) | 333.07º | 0.75% | 0.92% | - |
| XYZ | 39.96 | 22.32 | 25.87 | - |
| YUV | 119.63 | 137.81 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 137 | 0 | 0.75 | 0.41 | 0.08 | 333.07 | 0.81 | 0.57 |
| Hex | EA | 3A | 89 | 0 | 4B | 29 | 8 | 14D | 51 | 39 |
| Octal | 352 | 72 | 211 | 0 | 113 | 51 | 10 | 515 | 121 | 71 |
| Binary | 11101010 | 111010 | 10001001 | 0 | 1001011 | 101001 | 1000 | 101001101 | 1010001 | 111001 |
Color Harmonies of #EA3A89
Complementary color
Monochromatic Colors of #EA3A89
Black with #EA3A89
Text Example
Text Example
White with #EA3A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A89; }
p { color: rgb(234,58,137); }
H1.HeaderClassName
{
color: #EA3A89;
}
.AnyTagClassName
{
color: #EA3A89;
}
</style>
background-color css
<style>
a { background-color: #EA3A89; }
a { background-color: rgb(234,58,137); }
div.DivClassName
{
background-color: #EA3A89;
}
.BgClassName
{
background-color: #EA3A89;
}
</style>
border-color css
<style>
span { border-color: #EA3A89; }
span { border-color: rgb(234,58,137); }
td.TdClassName
{
border-color: #EA3A89;
}
.TagClassName
{
border-color: #EA3A89;
}
</style>