Shades of Violet Red #EA4489
Tints of Violet Red #EA4489
RGB
CMYK
RGB Variations
Color information
#EA4489 (or 0xEA4489) is known color: Violet Red. HEX triplet: EA, 44 and 89. RGB value is (234,68,137). Sum of RGB (Red+Green+Blue) = 234+68+137=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4489 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4489 is #15BB76. Grayscale: #7D7D7D. Windows color (decimal): -1424247 or 8996074. OLE color: 8996074.
HSL color Cylindrical-coordinate representation of color #EA4489: hue angle of 335.06º 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 #EA4489 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 137 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.08 |
| HSL | 335.06º | 0.8% | 0.59% | - |
| HSV(B) | 335.06º | 0.71% | 0.92% | - |
| XYZ | 40.51 | 23.43 | 26.05 | - |
| YUV | 125.5 | 134.5 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 137 | 0 | 0.71 | 0.41 | 0.08 | 335.06 | 0.8 | 0.59 |
| Hex | EA | 44 | 89 | 0 | 47 | 29 | 8 | 14F | 50 | 3B |
| Octal | 352 | 104 | 211 | 0 | 107 | 51 | 10 | 517 | 120 | 73 |
| Binary | 11101010 | 1000100 | 10001001 | 0 | 1000111 | 101001 | 1000 | 101001111 | 1010000 | 111011 |
Color Harmonies of #EA4489
Complementary color
Monochromatic Colors of #EA4489
Black with #EA4489
Text Example
Text Example
White with #EA4489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4489; }
p { color: rgb(234,68,137); }
H1.HeaderClassName
{
color: #EA4489;
}
.AnyTagClassName
{
color: #EA4489;
}
</style>
background-color css
<style>
a { background-color: #EA4489; }
a { background-color: rgb(234,68,137); }
div.DivClassName
{
background-color: #EA4489;
}
.BgClassName
{
background-color: #EA4489;
}
</style>
border-color css
<style>
span { border-color: #EA4489; }
span { border-color: rgb(234,68,137); }
td.TdClassName
{
border-color: #EA4489;
}
.TagClassName
{
border-color: #EA4489;
}
</style>