Shades of Violet Red #EA4798
Tints of Violet Red #EA4798
RGB
CMYK
RGB Variations
Color information
#EA4798 (or 0xEA4798) is known color: Violet Red. HEX triplet: EA, 47 and 98. RGB value is (234,71,152). Sum of RGB (Red+Green+Blue) = 234+71+152=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4798 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4798 is #15B867. Grayscale: #808080. Windows color (decimal): -1423464 or 9979882. OLE color: 9979882.
HSL color Cylindrical-coordinate representation of color #EA4798: hue angle of 330.18º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA4798 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 152 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.08 |
| HSL | 330.18º | 0.8% | 0.6% | - |
| HSV(B) | 330.18º | 0.7% | 0.92% | - |
| XYZ | 41.85 | 24.27 | 32.18 | - |
| YUV | 128.97 | 141 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 152 | 0 | 0.70 | 0.35 | 0.08 | 330.18 | 0.8 | 0.6 |
| Hex | EA | 47 | 98 | 0 | 46 | 23 | 8 | 14A | 50 | 3C |
| Octal | 352 | 107 | 230 | 0 | 106 | 43 | 10 | 512 | 120 | 74 |
| Binary | 11101010 | 1000111 | 10011000 | 0 | 1000110 | 100011 | 1000 | 101001010 | 1010000 | 111100 |
Color Harmonies of #EA4798
Complementary color
Monochromatic Colors of #EA4798
Black with #EA4798
Text Example
Text Example
White with #EA4798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4798; }
p { color: rgb(234,71,152); }
H1.HeaderClassName
{
color: #EA4798;
}
.AnyTagClassName
{
color: #EA4798;
}
</style>
background-color css
<style>
a { background-color: #EA4798; }
a { background-color: rgb(234,71,152); }
div.DivClassName
{
background-color: #EA4798;
}
.BgClassName
{
background-color: #EA4798;
}
</style>
border-color css
<style>
span { border-color: #EA4798; }
span { border-color: rgb(234,71,152); }
td.TdClassName
{
border-color: #EA4798;
}
.TagClassName
{
border-color: #EA4798;
}
</style>