Shades of Violet Red #EA4286
Tints of Violet Red #EA4286
RGB
CMYK
RGB Variations
Color information
#EA4286 (or 0xEA4286) is known color: Violet Red. HEX triplet: EA, 42 and 86. RGB value is (234,66,134). Sum of RGB (Red+Green+Blue) = 234+66+134=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4286 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4286 is #15BD79. Grayscale: #7B7B7B. Windows color (decimal): -1424762 or 8798954. OLE color: 8798954.
HSL color Cylindrical-coordinate representation of color #EA4286: hue angle of 335.71º 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 #EA4286 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 134 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.08 |
| HSL | 335.71º | 0.8% | 0.59% | - |
| HSV(B) | 335.71º | 0.72% | 0.92% | - |
| XYZ | 40.18 | 23.11 | 24.9 | - |
| YUV | 123.98 | 133.66 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 134 | 0 | 0.72 | 0.43 | 0.08 | 335.71 | 0.8 | 0.59 |
| Hex | EA | 42 | 86 | 0 | 48 | 2B | 8 | 150 | 50 | 3B |
| Octal | 352 | 102 | 206 | 0 | 110 | 53 | 10 | 520 | 120 | 73 |
| Binary | 11101010 | 1000010 | 10000110 | 0 | 1001000 | 101011 | 1000 | 101010000 | 1010000 | 111011 |
Color Harmonies of #EA4286
Complementary color
Monochromatic Colors of #EA4286
Black with #EA4286
Text Example
Text Example
White with #EA4286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4286; }
p { color: rgb(234,66,134); }
H1.HeaderClassName
{
color: #EA4286;
}
.AnyTagClassName
{
color: #EA4286;
}
</style>
background-color css
<style>
a { background-color: #EA4286; }
a { background-color: rgb(234,66,134); }
div.DivClassName
{
background-color: #EA4286;
}
.BgClassName
{
background-color: #EA4286;
}
</style>
border-color css
<style>
span { border-color: #EA4286; }
span { border-color: rgb(234,66,134); }
td.TdClassName
{
border-color: #EA4286;
}
.TagClassName
{
border-color: #EA4286;
}
</style>