Shades of Radical Red #EE4758
Tints of Radical Red #EE4758
RGB
CMYK
RGB Variations
Color information
#EE4758 (or 0xEE4758) is known color: Radical Red. HEX triplet: EE, 47 and 58. RGB value is (238,71,88). Sum of RGB (Red+Green+Blue) = 238+71+88=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4758 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4758 is #11B8A7. Grayscale: #7A7A7A. Windows color (decimal): -1161384 or 5785582. OLE color: 5785582.
HSL color Cylindrical-coordinate representation of color #EE4758: hue angle of 353.89º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE4758 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 88 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.07 |
| HSL | 353.89º | 0.83% | 0.61% | - |
| HSV(B) | 353.89º | 0.7% | 0.93% | - |
| XYZ | 39.27 | 23.39 | 11.68 | - |
| YUV | 122.87 | 108.33 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 88 | 0 | 0.70 | 0.63 | 0.07 | 353.89 | 0.83 | 0.61 |
| Hex | EE | 47 | 58 | 0 | 46 | 3F | 7 | 162 | 53 | 3D |
| Octal | 356 | 107 | 130 | 0 | 106 | 77 | 7 | 542 | 123 | 75 |
| Binary | 11101110 | 1000111 | 1011000 | 0 | 1000110 | 111111 | 111 | 101100010 | 1010011 | 111101 |
Color Harmonies of #EE4758
Complementary color
Monochromatic Colors of #EE4758
Black with #EE4758
Text Example
Text Example
White with #EE4758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4758; }
p { color: rgb(238,71,88); }
H1.HeaderClassName
{
color: #EE4758;
}
.AnyTagClassName
{
color: #EE4758;
}
</style>
background-color css
<style>
a { background-color: #EE4758; }
a { background-color: rgb(238,71,88); }
div.DivClassName
{
background-color: #EE4758;
}
.BgClassName
{
background-color: #EE4758;
}
</style>
border-color css
<style>
span { border-color: #EE4758; }
span { border-color: rgb(238,71,88); }
td.TdClassName
{
border-color: #EE4758;
}
.TagClassName
{
border-color: #EE4758;
}
</style>