Shades of Radical Red #EE4059
Tints of Radical Red #EE4059
RGB
CMYK
RGB Variations
Color information
#EE4059 (or 0xEE4059) is known color: Radical Red. HEX triplet: EE, 40 and 59. RGB value is (238,64,89). Sum of RGB (Red+Green+Blue) = 238+64+89=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4059 is #11BFA6. Grayscale: #767676. Windows color (decimal): -1163175 or 5849326. OLE color: 5849326.
HSL color Cylindrical-coordinate representation of color #EE4059: hue angle of 351.38º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE4059 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 89 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.07 |
| HSL | 351.38º | 0.84% | 0.59% | - |
| HSV(B) | 351.38º | 0.73% | 0.93% | - |
| XYZ | 38.9 | 22.57 | 11.76 | - |
| YUV | 118.88 | 111.15 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 89 | 0 | 0.73 | 0.63 | 0.07 | 351.38 | 0.84 | 0.59 |
| Hex | EE | 40 | 59 | 0 | 49 | 3F | 7 | 15F | 54 | 3B |
| Octal | 356 | 100 | 131 | 0 | 111 | 77 | 7 | 537 | 124 | 73 |
| Binary | 11101110 | 1000000 | 1011001 | 0 | 1001001 | 111111 | 111 | 101011111 | 1010100 | 111011 |
Color Harmonies of #EE4059
Complementary color
Monochromatic Colors of #EE4059
Black with #EE4059
Text Example
Text Example
White with #EE4059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4059; }
p { color: rgb(238,64,89); }
H1.HeaderClassName
{
color: #EE4059;
}
.AnyTagClassName
{
color: #EE4059;
}
</style>
background-color css
<style>
a { background-color: #EE4059; }
a { background-color: rgb(238,64,89); }
div.DivClassName
{
background-color: #EE4059;
}
.BgClassName
{
background-color: #EE4059;
}
</style>
border-color css
<style>
span { border-color: #EE4059; }
span { border-color: rgb(238,64,89); }
td.TdClassName
{
border-color: #EE4059;
}
.TagClassName
{
border-color: #EE4059;
}
</style>