Shades of Radical Red #EA495D
Tints of Radical Red #EA495D
RGB
CMYK
RGB Variations
Color information
#EA495D (or 0xEA495D) is known color: Radical Red. HEX triplet: EA, 49 and 5D. RGB value is (234,73,93). Sum of RGB (Red+Green+Blue) = 234+73+93=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA495D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA495D is #15B6A2. Grayscale: #7B7B7B. Windows color (decimal): -1423011 or 6113770. OLE color: 6113770.
HSL color Cylindrical-coordinate representation of color #EA495D: hue angle of 352.55º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA495D is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 93 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.08 |
| HSL | 352.55º | 0.79% | 0.6% | - |
| HSV(B) | 352.55º | 0.69% | 0.92% | - |
| XYZ | 38.29 | 23.05 | 12.79 | - |
| YUV | 123.42 | 110.84 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 93 | 0 | 0.69 | 0.60 | 0.08 | 352.55 | 0.79 | 0.6 |
| Hex | EA | 49 | 5D | 0 | 45 | 3C | 8 | 161 | 4F | 3C |
| Octal | 352 | 111 | 135 | 0 | 105 | 74 | 10 | 541 | 117 | 74 |
| Binary | 11101010 | 1001001 | 1011101 | 0 | 1000101 | 111100 | 1000 | 101100001 | 1001111 | 111100 |
Color Harmonies of #EA495D
Complementary color
Monochromatic Colors of #EA495D
Black with #EA495D
Text Example
Text Example
White with #EA495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA495D; }
p { color: rgb(234,73,93); }
H1.HeaderClassName
{
color: #EA495D;
}
.AnyTagClassName
{
color: #EA495D;
}
</style>
background-color css
<style>
a { background-color: #EA495D; }
a { background-color: rgb(234,73,93); }
div.DivClassName
{
background-color: #EA495D;
}
.BgClassName
{
background-color: #EA495D;
}
</style>
border-color css
<style>
span { border-color: #EA495D; }
span { border-color: rgb(234,73,93); }
td.TdClassName
{
border-color: #EA495D;
}
.TagClassName
{
border-color: #EA495D;
}
</style>