Shades of Violet Red #EA428C
Tints of Violet Red #EA428C
RGB
CMYK
RGB Variations
Color information
#EA428C (or 0xEA428C) is known color: Violet Red. HEX triplet: EA, 42 and 8C. RGB value is (234,66,140). Sum of RGB (Red+Green+Blue) = 234+66+140=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA428C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA428C is #15BD73. Grayscale: #7C7C7C. Windows color (decimal): -1424756 or 9192170. OLE color: 9192170.
HSL color Cylindrical-coordinate representation of color #EA428C: hue angle of 333.57º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA428C is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 140 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.08 |
| HSL | 333.57º | 0.8% | 0.59% | - |
| HSV(B) | 333.57º | 0.72% | 0.92% | - |
| XYZ | 40.61 | 23.28 | 27.16 | - |
| YUV | 124.67 | 136.66 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 140 | 0 | 0.72 | 0.40 | 0.08 | 333.57 | 0.8 | 0.59 |
| Hex | EA | 42 | 8C | 0 | 48 | 28 | 8 | 14E | 50 | 3B |
| Octal | 352 | 102 | 214 | 0 | 110 | 50 | 10 | 516 | 120 | 73 |
| Binary | 11101010 | 1000010 | 10001100 | 0 | 1001000 | 101000 | 1000 | 101001110 | 1010000 | 111011 |
Color Harmonies of #EA428C
Complementary color
Monochromatic Colors of #EA428C
Black with #EA428C
Text Example
Text Example
White with #EA428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA428C; }
p { color: rgb(234,66,140); }
H1.HeaderClassName
{
color: #EA428C;
}
.AnyTagClassName
{
color: #EA428C;
}
</style>
background-color css
<style>
a { background-color: #EA428C; }
a { background-color: rgb(234,66,140); }
div.DivClassName
{
background-color: #EA428C;
}
.BgClassName
{
background-color: #EA428C;
}
</style>
border-color css
<style>
span { border-color: #EA428C; }
span { border-color: rgb(234,66,140); }
td.TdClassName
{
border-color: #EA428C;
}
.TagClassName
{
border-color: #EA428C;
}
</style>