Shades of Violet Red #EA4493
Tints of Violet Red #EA4493
RGB
CMYK
RGB Variations
Color information
#EA4493 (or 0xEA4493) is known color: Violet Red. HEX triplet: EA, 44 and 93. RGB value is (234,68,147). Sum of RGB (Red+Green+Blue) = 234+68+147=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4493 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4493 is #15BB6C. Grayscale: #7E7E7E. Windows color (decimal): -1424237 or 9651434. OLE color: 9651434.
HSL color Cylindrical-coordinate representation of color #EA4493: hue angle of 331.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 #EA4493 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 147 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.08 |
| HSL | 331.45º | 0.8% | 0.59% | - |
| HSV(B) | 331.45º | 0.71% | 0.92% | - |
| XYZ | 41.27 | 23.73 | 30.01 | - |
| YUV | 126.64 | 139.5 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 147 | 0 | 0.71 | 0.37 | 0.08 | 331.45 | 0.8 | 0.59 |
| Hex | EA | 44 | 93 | 0 | 47 | 25 | 8 | 14B | 50 | 3B |
| Octal | 352 | 104 | 223 | 0 | 107 | 45 | 10 | 513 | 120 | 73 |
| Binary | 11101010 | 1000100 | 10010011 | 0 | 1000111 | 100101 | 1000 | 101001011 | 1010000 | 111011 |
Color Harmonies of #EA4493
Complementary color
Monochromatic Colors of #EA4493
Black with #EA4493
Text Example
Text Example
White with #EA4493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4493; }
p { color: rgb(234,68,147); }
H1.HeaderClassName
{
color: #EA4493;
}
.AnyTagClassName
{
color: #EA4493;
}
</style>
background-color css
<style>
a { background-color: #EA4493; }
a { background-color: rgb(234,68,147); }
div.DivClassName
{
background-color: #EA4493;
}
.BgClassName
{
background-color: #EA4493;
}
</style>
border-color css
<style>
span { border-color: #EA4493; }
span { border-color: rgb(234,68,147); }
td.TdClassName
{
border-color: #EA4493;
}
.TagClassName
{
border-color: #EA4493;
}
</style>