Shades of Radical Red #EE4954
Tints of Radical Red #EE4954
RGB
CMYK
RGB Variations
Color information
#EE4954 (or 0xEE4954) is known color: Radical Red. HEX triplet: EE, 49 and 54. RGB value is (238,73,84). Sum of RGB (Red+Green+Blue) = 238+73+84=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4954 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4954 is #11B6AB. Grayscale: #7B7B7B. Windows color (decimal): -1160876 or 5523950. OLE color: 5523950.
HSL color Cylindrical-coordinate representation of color #EE4954: hue angle of 356º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4954 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 84 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.07 |
| HSL | 356º | 0.83% | 0.61% | - |
| HSV(B) | 356º | 0.69% | 0.93% | - |
| XYZ | 39.24 | 23.58 | 10.87 | - |
| YUV | 123.59 | 105.66 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 84 | 0 | 0.69 | 0.65 | 0.07 | 356 | 0.83 | 0.61 |
| Hex | EE | 49 | 54 | 0 | 45 | 41 | 7 | 164 | 53 | 3D |
| Octal | 356 | 111 | 124 | 0 | 105 | 101 | 7 | 544 | 123 | 75 |
| Binary | 11101110 | 1001001 | 1010100 | 0 | 1000101 | 1000001 | 111 | 101100100 | 1010011 | 111101 |
Color Harmonies of #EE4954
Complementary color
Monochromatic Colors of #EE4954
Black with #EE4954
Text Example
Text Example
White with #EE4954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4954; }
p { color: rgb(238,73,84); }
H1.HeaderClassName
{
color: #EE4954;
}
.AnyTagClassName
{
color: #EE4954;
}
</style>
background-color css
<style>
a { background-color: #EE4954; }
a { background-color: rgb(238,73,84); }
div.DivClassName
{
background-color: #EE4954;
}
.BgClassName
{
background-color: #EE4954;
}
</style>
border-color css
<style>
span { border-color: #EE4954; }
span { border-color: rgb(238,73,84); }
td.TdClassName
{
border-color: #EE4954;
}
.TagClassName
{
border-color: #EE4954;
}
</style>