Shades of Radical Red #EE4752
Tints of Radical Red #EE4752
RGB
CMYK
RGB Variations
Color information
#EE4752 (or 0xEE4752) is known color: Radical Red. HEX triplet: EE, 47 and 52. RGB value is (238,71,82). Sum of RGB (Red+Green+Blue) = 238+71+82=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4752 is #11B8AD. Grayscale: #7A7A7A. Windows color (decimal): -1161390 or 5392366. OLE color: 5392366.
HSL color Cylindrical-coordinate representation of color #EE4752: hue angle of 356.05º 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 #EE4752 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 82 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.07 |
| HSL | 356.05º | 0.83% | 0.61% | - |
| HSV(B) | 356.05º | 0.7% | 0.93% | - |
| XYZ | 39.04 | 23.29 | 10.42 | - |
| YUV | 122.19 | 105.33 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 82 | 0 | 0.70 | 0.66 | 0.07 | 356.05 | 0.83 | 0.61 |
| Hex | EE | 47 | 52 | 0 | 46 | 42 | 7 | 164 | 53 | 3D |
| Octal | 356 | 107 | 122 | 0 | 106 | 102 | 7 | 544 | 123 | 75 |
| Binary | 11101110 | 1000111 | 1010010 | 0 | 1000110 | 1000010 | 111 | 101100100 | 1010011 | 111101 |
Color Harmonies of #EE4752
Complementary color
Monochromatic Colors of #EE4752
Black with #EE4752
Text Example
Text Example
White with #EE4752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4752; }
p { color: rgb(238,71,82); }
H1.HeaderClassName
{
color: #EE4752;
}
.AnyTagClassName
{
color: #EE4752;
}
</style>
background-color css
<style>
a { background-color: #EE4752; }
a { background-color: rgb(238,71,82); }
div.DivClassName
{
background-color: #EE4752;
}
.BgClassName
{
background-color: #EE4752;
}
</style>
border-color css
<style>
span { border-color: #EE4752; }
span { border-color: rgb(238,71,82); }
td.TdClassName
{
border-color: #EE4752;
}
.TagClassName
{
border-color: #EE4752;
}
</style>