Shades of Radical Red #EE495D
Tints of Radical Red #EE495D
RGB
CMYK
RGB Variations
Color information
#EE495D (or 0xEE495D) is known color: Radical Red. HEX triplet: EE, 49 and 5D. RGB value is (238,73,93). Sum of RGB (Red+Green+Blue) = 238+73+93=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE495D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE495D is #11B6A2. Grayscale: #7C7C7C. Windows color (decimal): -1160867 or 6113774. OLE color: 6113774.
HSL color Cylindrical-coordinate representation of color #EE495D: hue angle of 352.73º 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 #EE495D is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 93 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.07 |
| HSL | 352.73º | 0.83% | 0.61% | - |
| HSV(B) | 352.73º | 0.69% | 0.93% | - |
| XYZ | 39.62 | 23.73 | 12.85 | - |
| YUV | 124.62 | 110.16 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 93 | 0 | 0.69 | 0.61 | 0.07 | 352.73 | 0.83 | 0.61 |
| Hex | EE | 49 | 5D | 0 | 45 | 3D | 7 | 161 | 53 | 3D |
| Octal | 356 | 111 | 135 | 0 | 105 | 75 | 7 | 541 | 123 | 75 |
| Binary | 11101110 | 1001001 | 1011101 | 0 | 1000101 | 111101 | 111 | 101100001 | 1010011 | 111101 |
Color Harmonies of #EE495D
Complementary color
Monochromatic Colors of #EE495D
Black with #EE495D
Text Example
Text Example
White with #EE495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE495D; }
p { color: rgb(238,73,93); }
H1.HeaderClassName
{
color: #EE495D;
}
.AnyTagClassName
{
color: #EE495D;
}
</style>
background-color css
<style>
a { background-color: #EE495D; }
a { background-color: rgb(238,73,93); }
div.DivClassName
{
background-color: #EE495D;
}
.BgClassName
{
background-color: #EE495D;
}
</style>
border-color css
<style>
span { border-color: #EE495D; }
span { border-color: rgb(238,73,93); }
td.TdClassName
{
border-color: #EE495D;
}
.TagClassName
{
border-color: #EE495D;
}
</style>