Shades of Radical Red #EE474F
Tints of Radical Red #EE474F
RGB
CMYK
RGB Variations
Color information
#EE474F (or 0xEE474F) is known color: Radical Red. HEX triplet: EE, 47 and 4F. RGB value is (238,71,79). Sum of RGB (Red+Green+Blue) = 238+71+79=388 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.34% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 238 - color contains mainly: red. Hex color #EE474F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE474F is #11B8B0. Grayscale: #797979. Windows color (decimal): -1161393 or 5195758. OLE color: 5195758.
HSL color Cylindrical-coordinate representation of color #EE474F: hue angle of 357.13º 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 #EE474F is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 79 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.07 |
| HSL | 357.13º | 0.83% | 0.61% | - |
| HSV(B) | 357.13º | 0.7% | 0.93% | - |
| XYZ | 38.92 | 23.25 | 9.83 | - |
| YUV | 121.85 | 103.83 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 79 | 0 | 0.70 | 0.67 | 0.07 | 357.13 | 0.83 | 0.61 |
| Hex | EE | 47 | 4F | 0 | 46 | 43 | 7 | 165 | 53 | 3D |
| Octal | 356 | 107 | 117 | 0 | 106 | 103 | 7 | 545 | 123 | 75 |
| Binary | 11101110 | 1000111 | 1001111 | 0 | 1000110 | 1000011 | 111 | 101100101 | 1010011 | 111101 |
Color Harmonies of #EE474F
Complementary color
Monochromatic Colors of #EE474F
Black with #EE474F
Text Example
Text Example
White with #EE474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE474F; }
p { color: rgb(238,71,79); }
H1.HeaderClassName
{
color: #EE474F;
}
.AnyTagClassName
{
color: #EE474F;
}
</style>
background-color css
<style>
a { background-color: #EE474F; }
a { background-color: rgb(238,71,79); }
div.DivClassName
{
background-color: #EE474F;
}
.BgClassName
{
background-color: #EE474F;
}
</style>
border-color css
<style>
span { border-color: #EE474F; }
span { border-color: rgb(238,71,79); }
td.TdClassName
{
border-color: #EE474F;
}
.TagClassName
{
border-color: #EE474F;
}
</style>