Shades of Violet Red #EA459C
Tints of Violet Red #EA459C
RGB
CMYK
RGB Variations
Color information
#EA459C (or 0xEA459C) is known color: Violet Red. HEX triplet: EA, 45 and 9C. RGB value is (234,69,156). Sum of RGB (Red+Green+Blue) = 234+69+156=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA459C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA459C is #15BA63. Grayscale: #808080. Windows color (decimal): -1423972 or 10241514. OLE color: 10241514.
HSL color Cylindrical-coordinate representation of color #EA459C: hue angle of 328.36º 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 #EA459C is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 156 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.08 |
| HSL | 328.36º | 0.8% | 0.59% | - |
| HSV(B) | 328.36º | 0.71% | 0.92% | - |
| XYZ | 42.06 | 24.15 | 33.9 | - |
| YUV | 128.25 | 143.66 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 156 | 0 | 0.71 | 0.33 | 0.08 | 328.36 | 0.8 | 0.59 |
| Hex | EA | 45 | 9C | 0 | 47 | 21 | 8 | 148 | 50 | 3B |
| Octal | 352 | 105 | 234 | 0 | 107 | 41 | 10 | 510 | 120 | 73 |
| Binary | 11101010 | 1000101 | 10011100 | 0 | 1000111 | 100001 | 1000 | 101001000 | 1010000 | 111011 |
Color Harmonies of #EA459C
Complementary color
Monochromatic Colors of #EA459C
Black with #EA459C
Text Example
Text Example
White with #EA459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA459C; }
p { color: rgb(234,69,156); }
H1.HeaderClassName
{
color: #EA459C;
}
.AnyTagClassName
{
color: #EA459C;
}
</style>
background-color css
<style>
a { background-color: #EA459C; }
a { background-color: rgb(234,69,156); }
div.DivClassName
{
background-color: #EA459C;
}
.BgClassName
{
background-color: #EA459C;
}
</style>
border-color css
<style>
span { border-color: #EA459C; }
span { border-color: rgb(234,69,156); }
td.TdClassName
{
border-color: #EA459C;
}
.TagClassName
{
border-color: #EA459C;
}
</style>