Shades of Radical Red #EE4D58
Tints of Radical Red #EE4D58
RGB
CMYK
RGB Variations
Color information
#EE4D58 (or 0xEE4D58) is known color: Radical Red. HEX triplet: EE, 4D and 58. RGB value is (238,77,88). Sum of RGB (Red+Green+Blue) = 238+77+88=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4D58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE4D58 is #11B2A7. Grayscale: #7E7E7E. Windows color (decimal): -1159848 or 5787118. OLE color: 5787118.
HSL color Cylindrical-coordinate representation of color #EE4D58: hue angle of 355.9º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4D58 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 77 | 88 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.07 |
| HSL | 355.9º | 0.83% | 0.62% | - |
| HSV(B) | 355.9º | 0.68% | 0.93% | - |
| XYZ | 39.68 | 24.19 | 11.81 | - |
| YUV | 126.39 | 106.34 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 88 | 0 | 0.68 | 0.63 | 0.07 | 355.9 | 0.83 | 0.62 |
| Hex | EE | 4D | 58 | 0 | 44 | 3F | 7 | 164 | 53 | 3E |
| Octal | 356 | 115 | 130 | 0 | 104 | 77 | 7 | 544 | 123 | 76 |
| Binary | 11101110 | 1001101 | 1011000 | 0 | 1000100 | 111111 | 111 | 101100100 | 1010011 | 111110 |
Color Harmonies of #EE4D58
Complementary color
Monochromatic Colors of #EE4D58
Black with #EE4D58
Text Example
Text Example
White with #EE4D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4D58; }
p { color: rgb(238,77,88); }
H1.HeaderClassName
{
color: #EE4D58;
}
.AnyTagClassName
{
color: #EE4D58;
}
</style>
background-color css
<style>
a { background-color: #EE4D58; }
a { background-color: rgb(238,77,88); }
div.DivClassName
{
background-color: #EE4D58;
}
.BgClassName
{
background-color: #EE4D58;
}
</style>
border-color css
<style>
span { border-color: #EE4D58; }
span { border-color: rgb(238,77,88); }
td.TdClassName
{
border-color: #EE4D58;
}
.TagClassName
{
border-color: #EE4D58;
}
</style>