Shades of Violet Red #EA4080
Tints of Violet Red #EA4080
RGB
CMYK
RGB Variations
Color information
#EA4080 (or 0xEA4080) is known color: Violet Red. HEX triplet: EA, 40 and 80. RGB value is (234,64,128). Sum of RGB (Red+Green+Blue) = 234+64+128=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4080 is #15BF7F. Grayscale: #7A7A7A. Windows color (decimal): -1425280 or 8405226. OLE color: 8405226.
HSL color Cylindrical-coordinate representation of color #EA4080: hue angle of 337.41º 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 #EA4080 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 64 | 128 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.08 |
| HSL | 337.41º | 0.8% | 0.58% | - |
| HSV(B) | 337.41º | 0.73% | 0.92% | - |
| XYZ | 39.66 | 22.72 | 22.72 | - |
| YUV | 122.13 | 131.32 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 64 | 128 | 0 | 0.73 | 0.45 | 0.08 | 337.41 | 0.8 | 0.58 |
| Hex | EA | 40 | 80 | 0 | 49 | 2D | 8 | 151 | 50 | 3A |
| Octal | 352 | 100 | 200 | 0 | 111 | 55 | 10 | 521 | 120 | 72 |
| Binary | 11101010 | 1000000 | 10000000 | 0 | 1001001 | 101101 | 1000 | 101010001 | 1010000 | 111010 |
Color Harmonies of #EA4080
Complementary color
Monochromatic Colors of #EA4080
Black with #EA4080
Text Example
Text Example
White with #EA4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4080; }
p { color: rgb(234,64,128); }
H1.HeaderClassName
{
color: #EA4080;
}
.AnyTagClassName
{
color: #EA4080;
}
</style>
background-color css
<style>
a { background-color: #EA4080; }
a { background-color: rgb(234,64,128); }
div.DivClassName
{
background-color: #EA4080;
}
.BgClassName
{
background-color: #EA4080;
}
</style>
border-color css
<style>
span { border-color: #EA4080; }
span { border-color: rgb(234,64,128); }
td.TdClassName
{
border-color: #EA4080;
}
.TagClassName
{
border-color: #EA4080;
}
</style>