Shades of Radical Red #EE4A60
Tints of Radical Red #EE4A60
RGB
CMYK
RGB Variations
Color information
#EE4A60 (or 0xEE4A60) is known color: Radical Red. HEX triplet: EE, 4A and 60. RGB value is (238,74,96). Sum of RGB (Red+Green+Blue) = 238+74+96=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4A60 is #11B59F. Grayscale: #7D7D7D. Windows color (decimal): -1160608 or 6310638. OLE color: 6310638.
HSL color Cylindrical-coordinate representation of color #EE4A60: hue angle of 351.95º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4A60 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 74 | 96 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.07 |
| HSL | 351.95º | 0.83% | 0.61% | - |
| HSV(B) | 351.95º | 0.69% | 0.93% | - |
| XYZ | 39.82 | 23.92 | 13.58 | - |
| YUV | 125.54 | 111.33 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 96 | 0 | 0.69 | 0.60 | 0.07 | 351.95 | 0.83 | 0.61 |
| Hex | EE | 4A | 60 | 0 | 45 | 3C | 7 | 160 | 53 | 3D |
| Octal | 356 | 112 | 140 | 0 | 105 | 74 | 7 | 540 | 123 | 75 |
| Binary | 11101110 | 1001010 | 1100000 | 0 | 1000101 | 111100 | 111 | 101100000 | 1010011 | 111101 |
Color Harmonies of #EE4A60
Complementary color
Monochromatic Colors of #EE4A60
Black with #EE4A60
Text Example
Text Example
White with #EE4A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4A60; }
p { color: rgb(238,74,96); }
H1.HeaderClassName
{
color: #EE4A60;
}
.AnyTagClassName
{
color: #EE4A60;
}
</style>
background-color css
<style>
a { background-color: #EE4A60; }
a { background-color: rgb(238,74,96); }
div.DivClassName
{
background-color: #EE4A60;
}
.BgClassName
{
background-color: #EE4A60;
}
</style>
border-color css
<style>
span { border-color: #EE4A60; }
span { border-color: rgb(238,74,96); }
td.TdClassName
{
border-color: #EE4A60;
}
.TagClassName
{
border-color: #EE4A60;
}
</style>