Shades of Radical Red #EA475D
Tints of Radical Red #EA475D
RGB
CMYK
RGB Variations
Color information
#EA475D (or 0xEA475D) is known color: Radical Red. HEX triplet: EA, 47 and 5D. RGB value is (234,71,93). Sum of RGB (Red+Green+Blue) = 234+71+93=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA475D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA475D is #15B8A2. Grayscale: #7A7A7A. Windows color (decimal): -1423523 or 6113258. OLE color: 6113258.
HSL color Cylindrical-coordinate representation of color #EA475D: hue angle of 351.9º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA475D is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 93 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.08 |
| HSL | 351.9º | 0.8% | 0.6% | - |
| HSV(B) | 351.9º | 0.7% | 0.92% | - |
| XYZ | 38.16 | 22.79 | 12.74 | - |
| YUV | 122.25 | 111.5 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 93 | 0 | 0.70 | 0.60 | 0.08 | 351.9 | 0.8 | 0.6 |
| Hex | EA | 47 | 5D | 0 | 46 | 3C | 8 | 160 | 50 | 3C |
| Octal | 352 | 107 | 135 | 0 | 106 | 74 | 10 | 540 | 120 | 74 |
| Binary | 11101010 | 1000111 | 1011101 | 0 | 1000110 | 111100 | 1000 | 101100000 | 1010000 | 111100 |
Color Harmonies of #EA475D
Complementary color
Monochromatic Colors of #EA475D
Black with #EA475D
Text Example
Text Example
White with #EA475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA475D; }
p { color: rgb(234,71,93); }
H1.HeaderClassName
{
color: #EA475D;
}
.AnyTagClassName
{
color: #EA475D;
}
</style>
background-color css
<style>
a { background-color: #EA475D; }
a { background-color: rgb(234,71,93); }
div.DivClassName
{
background-color: #EA475D;
}
.BgClassName
{
background-color: #EA475D;
}
</style>
border-color css
<style>
span { border-color: #EA475D; }
span { border-color: rgb(234,71,93); }
td.TdClassName
{
border-color: #EA475D;
}
.TagClassName
{
border-color: #EA475D;
}
</style>