Shades of Radical Red #EE4853
Tints of Radical Red #EE4853
RGB
CMYK
RGB Variations
Color information
#EE4853 (or 0xEE4853) is known color: Radical Red. HEX triplet: EE, 48 and 53. RGB value is (238,72,83). Sum of RGB (Red+Green+Blue) = 238+72+83=393 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.56% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4853 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4853 is #11B7AC. Grayscale: #7B7B7B. Windows color (decimal): -1161133 or 5458158. OLE color: 5458158.
HSL color Cylindrical-coordinate representation of color #EE4853: hue angle of 356.02º 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 #EE4853 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 83 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.07 |
| HSL | 356.02º | 0.83% | 0.61% | - |
| HSV(B) | 356.02º | 0.7% | 0.93% | - |
| XYZ | 39.14 | 23.44 | 10.64 | - |
| YUV | 122.89 | 105.5 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 83 | 0 | 0.70 | 0.65 | 0.07 | 356.02 | 0.83 | 0.61 |
| Hex | EE | 48 | 53 | 0 | 46 | 41 | 7 | 164 | 53 | 3D |
| Octal | 356 | 110 | 123 | 0 | 106 | 101 | 7 | 544 | 123 | 75 |
| Binary | 11101110 | 1001000 | 1010011 | 0 | 1000110 | 1000001 | 111 | 101100100 | 1010011 | 111101 |
Color Harmonies of #EE4853
Complementary color
Monochromatic Colors of #EE4853
Black with #EE4853
Text Example
Text Example
White with #EE4853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4853; }
p { color: rgb(238,72,83); }
H1.HeaderClassName
{
color: #EE4853;
}
.AnyTagClassName
{
color: #EE4853;
}
</style>
background-color css
<style>
a { background-color: #EE4853; }
a { background-color: rgb(238,72,83); }
div.DivClassName
{
background-color: #EE4853;
}
.BgClassName
{
background-color: #EE4853;
}
</style>
border-color css
<style>
span { border-color: #EE4853; }
span { border-color: rgb(238,72,83); }
td.TdClassName
{
border-color: #EE4853;
}
.TagClassName
{
border-color: #EE4853;
}
</style>