Shades of Violet Red #EA458E
Tints of Violet Red #EA458E
RGB
CMYK
RGB Variations
Color information
#EA458E (or 0xEA458E) is known color: Violet Red. HEX triplet: EA, 45 and 8E. RGB value is (234,69,142). Sum of RGB (Red+Green+Blue) = 234+69+142=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA458E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA458E is #15BA71. Grayscale: #7E7E7E. Windows color (decimal): -1423986 or 9324010. OLE color: 9324010.
HSL color Cylindrical-coordinate representation of color #EA458E: hue angle of 333.45º 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 #EA458E is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 142 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.08 |
| HSL | 333.45º | 0.8% | 0.59% | - |
| HSV(B) | 333.45º | 0.71% | 0.92% | - |
| XYZ | 40.94 | 23.7 | 28.01 | - |
| YUV | 126.66 | 136.66 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 142 | 0 | 0.71 | 0.39 | 0.08 | 333.45 | 0.8 | 0.59 |
| Hex | EA | 45 | 8E | 0 | 47 | 27 | 8 | 14D | 50 | 3B |
| Octal | 352 | 105 | 216 | 0 | 107 | 47 | 10 | 515 | 120 | 73 |
| Binary | 11101010 | 1000101 | 10001110 | 0 | 1000111 | 100111 | 1000 | 101001101 | 1010000 | 111011 |
Color Harmonies of #EA458E
Complementary color
Monochromatic Colors of #EA458E
Black with #EA458E
Text Example
Text Example
White with #EA458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA458E; }
p { color: rgb(234,69,142); }
H1.HeaderClassName
{
color: #EA458E;
}
.AnyTagClassName
{
color: #EA458E;
}
</style>
background-color css
<style>
a { background-color: #EA458E; }
a { background-color: rgb(234,69,142); }
div.DivClassName
{
background-color: #EA458E;
}
.BgClassName
{
background-color: #EA458E;
}
</style>
border-color css
<style>
span { border-color: #EA458E; }
span { border-color: rgb(234,69,142); }
td.TdClassName
{
border-color: #EA458E;
}
.TagClassName
{
border-color: #EA458E;
}
</style>