Shades of Violet Red #EA458C
Tints of Violet Red #EA458C
RGB
CMYK
RGB Variations
Color information
#EA458C (or 0xEA458C) is known color: Violet Red. HEX triplet: EA, 45 and 8C. RGB value is (234,69,140). Sum of RGB (Red+Green+Blue) = 234+69+140=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA458C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA458C is #15BA73. Grayscale: #7E7E7E. Windows color (decimal): -1423988 or 9192938. OLE color: 9192938.
HSL color Cylindrical-coordinate representation of color #EA458C: hue angle of 334.18º 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 #EA458C is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 140 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.08 |
| HSL | 334.18º | 0.8% | 0.59% | - |
| HSV(B) | 334.18º | 0.71% | 0.92% | - |
| XYZ | 40.79 | 23.64 | 27.22 | - |
| YUV | 126.43 | 135.66 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 140 | 0 | 0.71 | 0.40 | 0.08 | 334.18 | 0.8 | 0.59 |
| Hex | EA | 45 | 8C | 0 | 47 | 28 | 8 | 14E | 50 | 3B |
| Octal | 352 | 105 | 214 | 0 | 107 | 50 | 10 | 516 | 120 | 73 |
| Binary | 11101010 | 1000101 | 10001100 | 0 | 1000111 | 101000 | 1000 | 101001110 | 1010000 | 111011 |
Color Harmonies of #EA458C
Complementary color
Monochromatic Colors of #EA458C
Black with #EA458C
Text Example
Text Example
White with #EA458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA458C; }
p { color: rgb(234,69,140); }
H1.HeaderClassName
{
color: #EA458C;
}
.AnyTagClassName
{
color: #EA458C;
}
</style>
background-color css
<style>
a { background-color: #EA458C; }
a { background-color: rgb(234,69,140); }
div.DivClassName
{
background-color: #EA458C;
}
.BgClassName
{
background-color: #EA458C;
}
</style>
border-color css
<style>
span { border-color: #EA458C; }
span { border-color: rgb(234,69,140); }
td.TdClassName
{
border-color: #EA458C;
}
.TagClassName
{
border-color: #EA458C;
}
</style>