Shades of Radical Red #EE445E
Tints of Radical Red #EE445E
RGB
CMYK
RGB Variations
Color information
#EE445E (or 0xEE445E) is known color: Radical Red. HEX triplet: EE, 44 and 5E. RGB value is (238,68,94). Sum of RGB (Red+Green+Blue) = 238+68+94=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE445E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE445E is #11BBA1. Grayscale: #797979. Windows color (decimal): -1162146 or 6178030. OLE color: 6178030.
HSL color Cylindrical-coordinate representation of color #EE445E: hue angle of 350.82º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE445E is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 68 | 94 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.07 |
| HSL | 350.82º | 0.83% | 0.6% | - |
| HSV(B) | 350.82º | 0.71% | 0.93% | - |
| XYZ | 39.35 | 23.12 | 12.98 | - |
| YUV | 121.79 | 112.32 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 68 | 94 | 0 | 0.71 | 0.61 | 0.07 | 350.82 | 0.83 | 0.6 |
| Hex | EE | 44 | 5E | 0 | 47 | 3D | 7 | 15F | 53 | 3C |
| Octal | 356 | 104 | 136 | 0 | 107 | 75 | 7 | 537 | 123 | 74 |
| Binary | 11101110 | 1000100 | 1011110 | 0 | 1000111 | 111101 | 111 | 101011111 | 1010011 | 111100 |
Color Harmonies of #EE445E
Complementary color
Monochromatic Colors of #EE445E
Black with #EE445E
Text Example
Text Example
White with #EE445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE445E; }
p { color: rgb(238,68,94); }
H1.HeaderClassName
{
color: #EE445E;
}
.AnyTagClassName
{
color: #EE445E;
}
</style>
background-color css
<style>
a { background-color: #EE445E; }
a { background-color: rgb(238,68,94); }
div.DivClassName
{
background-color: #EE445E;
}
.BgClassName
{
background-color: #EE445E;
}
</style>
border-color css
<style>
span { border-color: #EE445E; }
span { border-color: rgb(238,68,94); }
td.TdClassName
{
border-color: #EE445E;
}
.TagClassName
{
border-color: #EE445E;
}
</style>