Shades of Violet Red #EA4293
Tints of Violet Red #EA4293
RGB
CMYK
RGB Variations
Color information
#EA4293 (or 0xEA4293) is known color: Violet Red. HEX triplet: EA, 42 and 93. RGB value is (234,66,147). Sum of RGB (Red+Green+Blue) = 234+66+147=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4293 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4293 is #15BD6C. Grayscale: #7D7D7D. Windows color (decimal): -1424749 or 9650922. OLE color: 9650922.
HSL color Cylindrical-coordinate representation of color #EA4293: hue angle of 331.07º 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 #EA4293 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 147 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.08 |
| HSL | 331.07º | 0.8% | 0.59% | - |
| HSV(B) | 331.07º | 0.72% | 0.92% | - |
| XYZ | 41.15 | 23.5 | 29.97 | - |
| YUV | 125.47 | 140.16 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 147 | 0 | 0.72 | 0.37 | 0.08 | 331.07 | 0.8 | 0.59 |
| Hex | EA | 42 | 93 | 0 | 48 | 25 | 8 | 14B | 50 | 3B |
| Octal | 352 | 102 | 223 | 0 | 110 | 45 | 10 | 513 | 120 | 73 |
| Binary | 11101010 | 1000010 | 10010011 | 0 | 1001000 | 100101 | 1000 | 101001011 | 1010000 | 111011 |
Color Harmonies of #EA4293
Complementary color
Monochromatic Colors of #EA4293
Black with #EA4293
Text Example
Text Example
White with #EA4293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4293; }
p { color: rgb(234,66,147); }
H1.HeaderClassName
{
color: #EA4293;
}
.AnyTagClassName
{
color: #EA4293;
}
</style>
background-color css
<style>
a { background-color: #EA4293; }
a { background-color: rgb(234,66,147); }
div.DivClassName
{
background-color: #EA4293;
}
.BgClassName
{
background-color: #EA4293;
}
</style>
border-color css
<style>
span { border-color: #EA4293; }
span { border-color: rgb(234,66,147); }
td.TdClassName
{
border-color: #EA4293;
}
.TagClassName
{
border-color: #EA4293;
}
</style>