Shades of Violet Red #EA3A7D
Tints of Violet Red #EA3A7D
RGB
CMYK
RGB Variations
Color information
#EA3A7D (or 0xEA3A7D) is known color: Violet Red. HEX triplet: EA, 3A and 7D. RGB value is (234,58,125). Sum of RGB (Red+Green+Blue) = 234+58+125=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3A7D is #15C582. Grayscale: #767676. Windows color (decimal): -1426819 or 8207082. OLE color: 8207082.
HSL color Cylindrical-coordinate representation of color #EA3A7D: hue angle of 337.16º 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 #EA3A7D is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 125 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.08 |
| HSL | 337.16º | 0.81% | 0.57% | - |
| HSV(B) | 337.16º | 0.75% | 0.92% | - |
| XYZ | 39.15 | 22 | 21.59 | - |
| YUV | 118.26 | 131.81 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 125 | 0 | 0.75 | 0.47 | 0.08 | 337.16 | 0.81 | 0.57 |
| Hex | EA | 3A | 7D | 0 | 4B | 2F | 8 | 151 | 51 | 39 |
| Octal | 352 | 72 | 175 | 0 | 113 | 57 | 10 | 521 | 121 | 71 |
| Binary | 11101010 | 111010 | 1111101 | 0 | 1001011 | 101111 | 1000 | 101010001 | 1010001 | 111001 |
Color Harmonies of #EA3A7D
Complementary color
Monochromatic Colors of #EA3A7D
Black with #EA3A7D
Text Example
Text Example
White with #EA3A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A7D; }
p { color: rgb(234,58,125); }
H1.HeaderClassName
{
color: #EA3A7D;
}
.AnyTagClassName
{
color: #EA3A7D;
}
</style>
background-color css
<style>
a { background-color: #EA3A7D; }
a { background-color: rgb(234,58,125); }
div.DivClassName
{
background-color: #EA3A7D;
}
.BgClassName
{
background-color: #EA3A7D;
}
</style>
border-color css
<style>
span { border-color: #EA3A7D; }
span { border-color: rgb(234,58,125); }
td.TdClassName
{
border-color: #EA3A7D;
}
.TagClassName
{
border-color: #EA3A7D;
}
</style>