Shades of Radical Red #EE4055
Tints of Radical Red #EE4055
RGB
CMYK
RGB Variations
Color information
#EE4055 (or 0xEE4055) is known color: Radical Red. HEX triplet: EE, 40 and 55. RGB value is (238,64,85). Sum of RGB (Red+Green+Blue) = 238+64+85=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4055 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4055 is #11BFAA. Grayscale: #767676. Windows color (decimal): -1163179 or 5587182. OLE color: 5587182.
HSL color Cylindrical-coordinate representation of color #EE4055: hue angle of 352.76º 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 #EE4055 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 85 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.07 |
| HSL | 352.76º | 0.84% | 0.59% | - |
| HSV(B) | 352.76º | 0.73% | 0.93% | - |
| XYZ | 38.73 | 22.5 | 10.9 | - |
| YUV | 118.42 | 109.15 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 85 | 0 | 0.73 | 0.64 | 0.07 | 352.76 | 0.84 | 0.59 |
| Hex | EE | 40 | 55 | 0 | 49 | 40 | 7 | 161 | 54 | 3B |
| Octal | 356 | 100 | 125 | 0 | 111 | 100 | 7 | 541 | 124 | 73 |
| Binary | 11101110 | 1000000 | 1010101 | 0 | 1001001 | 1000000 | 111 | 101100001 | 1010100 | 111011 |
Color Harmonies of #EE4055
Complementary color
Monochromatic Colors of #EE4055
Black with #EE4055
Text Example
Text Example
White with #EE4055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4055; }
p { color: rgb(238,64,85); }
H1.HeaderClassName
{
color: #EE4055;
}
.AnyTagClassName
{
color: #EE4055;
}
</style>
background-color css
<style>
a { background-color: #EE4055; }
a { background-color: rgb(238,64,85); }
div.DivClassName
{
background-color: #EE4055;
}
.BgClassName
{
background-color: #EE4055;
}
</style>
border-color css
<style>
span { border-color: #EE4055; }
span { border-color: rgb(238,64,85); }
td.TdClassName
{
border-color: #EE4055;
}
.TagClassName
{
border-color: #EE4055;
}
</style>