Shades of Violet Red #EA4089
Tints of Violet Red #EA4089
RGB
CMYK
RGB Variations
Color information
#EA4089 (or 0xEA4089) is known color: Violet Red. HEX triplet: EA, 40 and 89. RGB value is (234,64,137). Sum of RGB (Red+Green+Blue) = 234+64+137=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4089 is #15BF76. Grayscale: #7B7B7B. Windows color (decimal): -1425271 or 8995050. OLE color: 8995050.
HSL color Cylindrical-coordinate representation of color #EA4089: hue angle of 334.24º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA4089 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 64 | 137 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.08 |
| HSL | 334.24º | 0.8% | 0.58% | - |
| HSV(B) | 334.24º | 0.73% | 0.92% | - |
| XYZ | 40.28 | 22.97 | 25.98 | - |
| YUV | 123.15 | 135.82 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 64 | 137 | 0 | 0.73 | 0.41 | 0.08 | 334.24 | 0.8 | 0.58 |
| Hex | EA | 40 | 89 | 0 | 49 | 29 | 8 | 14E | 50 | 3A |
| Octal | 352 | 100 | 211 | 0 | 111 | 51 | 10 | 516 | 120 | 72 |
| Binary | 11101010 | 1000000 | 10001001 | 0 | 1001001 | 101001 | 1000 | 101001110 | 1010000 | 111010 |
Color Harmonies of #EA4089
Complementary color
Monochromatic Colors of #EA4089
Black with #EA4089
Text Example
Text Example
White with #EA4089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4089; }
p { color: rgb(234,64,137); }
H1.HeaderClassName
{
color: #EA4089;
}
.AnyTagClassName
{
color: #EA4089;
}
</style>
background-color css
<style>
a { background-color: #EA4089; }
a { background-color: rgb(234,64,137); }
div.DivClassName
{
background-color: #EA4089;
}
.BgClassName
{
background-color: #EA4089;
}
</style>
border-color css
<style>
span { border-color: #EA4089; }
span { border-color: rgb(234,64,137); }
td.TdClassName
{
border-color: #EA4089;
}
.TagClassName
{
border-color: #EA4089;
}
</style>