Shades of Radical Red #EA485B
Tints of Radical Red #EA485B
RGB
CMYK
RGB Variations
Color information
#EA485B (or 0xEA485B) is known color: Radical Red. HEX triplet: EA, 48 and 5B. RGB value is (234,72,91). Sum of RGB (Red+Green+Blue) = 234+72+91=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA485B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA485B is #15B7A4. Grayscale: #7A7A7A. Windows color (decimal): -1423269 or 5982442. OLE color: 5982442.
HSL color Cylindrical-coordinate representation of color #EA485B: hue angle of 352.96º 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 #EA485B is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 72 | 91 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.08 |
| HSL | 352.96º | 0.79% | 0.6% | - |
| HSV(B) | 352.96º | 0.69% | 0.92% | - |
| XYZ | 38.14 | 22.88 | 12.3 | - |
| YUV | 122.6 | 110.17 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 72 | 91 | 0 | 0.69 | 0.61 | 0.08 | 352.96 | 0.79 | 0.6 |
| Hex | EA | 48 | 5B | 0 | 45 | 3D | 8 | 161 | 4F | 3C |
| Octal | 352 | 110 | 133 | 0 | 105 | 75 | 10 | 541 | 117 | 74 |
| Binary | 11101010 | 1001000 | 1011011 | 0 | 1000101 | 111101 | 1000 | 101100001 | 1001111 | 111100 |
Color Harmonies of #EA485B
Complementary color
Monochromatic Colors of #EA485B
Black with #EA485B
Text Example
Text Example
White with #EA485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA485B; }
p { color: rgb(234,72,91); }
H1.HeaderClassName
{
color: #EA485B;
}
.AnyTagClassName
{
color: #EA485B;
}
</style>
background-color css
<style>
a { background-color: #EA485B; }
a { background-color: rgb(234,72,91); }
div.DivClassName
{
background-color: #EA485B;
}
.BgClassName
{
background-color: #EA485B;
}
</style>
border-color css
<style>
span { border-color: #EA485B; }
span { border-color: rgb(234,72,91); }
td.TdClassName
{
border-color: #EA485B;
}
.TagClassName
{
border-color: #EA485B;
}
</style>