Shades of Radical Red #EE484E
Tints of Radical Red #EE484E
RGB
CMYK
RGB Variations
Color information
#EE484E (or 0xEE484E) is known color: Radical Red. HEX triplet: EE, 48 and 4E. RGB value is (238,72,78). Sum of RGB (Red+Green+Blue) = 238+72+78=388 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.34% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 238 - color contains mainly: red. Hex color #EE484E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE484E is #11B7B1. Grayscale: #7A7A7A. Windows color (decimal): -1161138 or 5130478. OLE color: 5130478.
HSL color Cylindrical-coordinate representation of color #EE484E: hue angle of 357.83º 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 #EE484E is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 78 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.07 |
| HSL | 357.83º | 0.83% | 0.61% | - |
| HSV(B) | 357.83º | 0.7% | 0.93% | - |
| XYZ | 38.95 | 23.36 | 9.66 | - |
| YUV | 122.32 | 103 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 78 | 0 | 0.70 | 0.67 | 0.07 | 357.83 | 0.83 | 0.61 |
| Hex | EE | 48 | 4E | 0 | 46 | 43 | 7 | 166 | 53 | 3D |
| Octal | 356 | 110 | 116 | 0 | 106 | 103 | 7 | 546 | 123 | 75 |
| Binary | 11101110 | 1001000 | 1001110 | 0 | 1000110 | 1000011 | 111 | 101100110 | 1010011 | 111101 |
Color Harmonies of #EE484E
Complementary color
Monochromatic Colors of #EE484E
Black with #EE484E
Text Example
Text Example
White with #EE484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE484E; }
p { color: rgb(238,72,78); }
H1.HeaderClassName
{
color: #EE484E;
}
.AnyTagClassName
{
color: #EE484E;
}
</style>
background-color css
<style>
a { background-color: #EE484E; }
a { background-color: rgb(238,72,78); }
div.DivClassName
{
background-color: #EE484E;
}
.BgClassName
{
background-color: #EE484E;
}
</style>
border-color css
<style>
span { border-color: #EE484E; }
span { border-color: rgb(238,72,78); }
td.TdClassName
{
border-color: #EE484E;
}
.TagClassName
{
border-color: #EE484E;
}
</style>