Shades of Radical Red #EE426A
Tints of Radical Red #EE426A
RGB
CMYK
RGB Variations
Color information
#EE426A (or 0xEE426A) is known color: Radical Red. HEX triplet: EE, 42 and 6A. RGB value is (238,66,106). Sum of RGB (Red+Green+Blue) = 238+66+106=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE426A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE426A is #11BD95. Grayscale: #797979. Windows color (decimal): -1162646 or 6963950. OLE color: 6963950.
HSL color Cylindrical-coordinate representation of color #EE426A: hue angle of 346.05º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE426A is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 106 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.07 |
| HSL | 346.05º | 0.83% | 0.6% | - |
| HSV(B) | 346.05º | 0.72% | 0.93% | - |
| XYZ | 39.81 | 23.11 | 16 | - |
| YUV | 121.99 | 118.98 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 106 | 0 | 0.72 | 0.55 | 0.07 | 346.05 | 0.83 | 0.6 |
| Hex | EE | 42 | 6A | 0 | 48 | 37 | 7 | 15A | 53 | 3C |
| Octal | 356 | 102 | 152 | 0 | 110 | 67 | 7 | 532 | 123 | 74 |
| Binary | 11101110 | 1000010 | 1101010 | 0 | 1001000 | 110111 | 111 | 101011010 | 1010011 | 111100 |
Color Harmonies of #EE426A
Complementary color
Monochromatic Colors of #EE426A
Black with #EE426A
Text Example
Text Example
White with #EE426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE426A; }
p { color: rgb(238,66,106); }
H1.HeaderClassName
{
color: #EE426A;
}
.AnyTagClassName
{
color: #EE426A;
}
</style>
background-color css
<style>
a { background-color: #EE426A; }
a { background-color: rgb(238,66,106); }
div.DivClassName
{
background-color: #EE426A;
}
.BgClassName
{
background-color: #EE426A;
}
</style>
border-color css
<style>
span { border-color: #EE426A; }
span { border-color: rgb(238,66,106); }
td.TdClassName
{
border-color: #EE426A;
}
.TagClassName
{
border-color: #EE426A;
}
</style>