Shades of Radical Red #EE445A
Tints of Radical Red #EE445A
RGB
CMYK
RGB Variations
Color information
#EE445A (or 0xEE445A) is known color: Radical Red. HEX triplet: EE, 44 and 5A. RGB value is (238,68,90). Sum of RGB (Red+Green+Blue) = 238+68+90=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE445A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE445A is #11BBA5. Grayscale: #797979. Windows color (decimal): -1162150 or 5915886. OLE color: 5915886.
HSL color Cylindrical-coordinate representation of color #EE445A: hue angle of 352.24º 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 #EE445A is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 68 | 90 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.07 |
| HSL | 352.24º | 0.83% | 0.6% | - |
| HSV(B) | 352.24º | 0.71% | 0.93% | - |
| XYZ | 39.17 | 23.05 | 12.06 | - |
| YUV | 121.34 | 110.32 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 68 | 90 | 0 | 0.71 | 0.62 | 0.07 | 352.24 | 0.83 | 0.6 |
| Hex | EE | 44 | 5A | 0 | 47 | 3E | 7 | 160 | 53 | 3C |
| Octal | 356 | 104 | 132 | 0 | 107 | 76 | 7 | 540 | 123 | 74 |
| Binary | 11101110 | 1000100 | 1011010 | 0 | 1000111 | 111110 | 111 | 101100000 | 1010011 | 111100 |
Color Harmonies of #EE445A
Complementary color
Monochromatic Colors of #EE445A
Black with #EE445A
Text Example
Text Example
White with #EE445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE445A; }
p { color: rgb(238,68,90); }
H1.HeaderClassName
{
color: #EE445A;
}
.AnyTagClassName
{
color: #EE445A;
}
</style>
background-color css
<style>
a { background-color: #EE445A; }
a { background-color: rgb(238,68,90); }
div.DivClassName
{
background-color: #EE445A;
}
.BgClassName
{
background-color: #EE445A;
}
</style>
border-color css
<style>
span { border-color: #EE445A; }
span { border-color: rgb(238,68,90); }
td.TdClassName
{
border-color: #EE445A;
}
.TagClassName
{
border-color: #EE445A;
}
</style>