Shades of Radical Red #EE4E60
Tints of Radical Red #EE4E60
RGB
CMYK
RGB Variations
Color information
#EE4E60 (or 0xEE4E60) is known color: Radical Red. HEX triplet: EE, 4E and 60. RGB value is (238,78,96). Sum of RGB (Red+Green+Blue) = 238+78+96=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE4E60 is #11B19F. Grayscale: #7F7F7F. Windows color (decimal): -1159584 or 6311662. OLE color: 6311662.
HSL color Cylindrical-coordinate representation of color #EE4E60: hue angle of 353.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE4E60 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 78 | 96 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.07 |
| HSL | 353.25º | 0.82% | 0.62% | - |
| HSV(B) | 353.25º | 0.67% | 0.93% | - |
| XYZ | 40.1 | 24.47 | 13.68 | - |
| YUV | 127.89 | 110.01 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 78 | 96 | 0 | 0.67 | 0.60 | 0.07 | 353.25 | 0.82 | 0.62 |
| Hex | EE | 4E | 60 | 0 | 43 | 3C | 7 | 161 | 52 | 3E |
| Octal | 356 | 116 | 140 | 0 | 103 | 74 | 7 | 541 | 122 | 76 |
| Binary | 11101110 | 1001110 | 1100000 | 0 | 1000011 | 111100 | 111 | 101100001 | 1010010 | 111110 |
Color Harmonies of #EE4E60
Complementary color
Monochromatic Colors of #EE4E60
Black with #EE4E60
Text Example
Text Example
White with #EE4E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4E60; }
p { color: rgb(238,78,96); }
H1.HeaderClassName
{
color: #EE4E60;
}
.AnyTagClassName
{
color: #EE4E60;
}
</style>
background-color css
<style>
a { background-color: #EE4E60; }
a { background-color: rgb(238,78,96); }
div.DivClassName
{
background-color: #EE4E60;
}
.BgClassName
{
background-color: #EE4E60;
}
</style>
border-color css
<style>
span { border-color: #EE4E60; }
span { border-color: rgb(238,78,96); }
td.TdClassName
{
border-color: #EE4E60;
}
.TagClassName
{
border-color: #EE4E60;
}
</style>