Shades of Radical Red #EE475A
Tints of Radical Red #EE475A
RGB
CMYK
RGB Variations
Color information
#EE475A (or 0xEE475A) is known color: Radical Red. HEX triplet: EE, 47 and 5A. RGB value is (238,71,90). Sum of RGB (Red+Green+Blue) = 238+71+90=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE475A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE475A is #11B8A5. Grayscale: #7B7B7B. Windows color (decimal): -1161382 or 5916654. OLE color: 5916654.
HSL color Cylindrical-coordinate representation of color #EE475A: hue angle of 353.17º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE475A is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 90 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.07 |
| HSL | 353.17º | 0.83% | 0.61% | - |
| HSV(B) | 353.17º | 0.7% | 0.93% | - |
| XYZ | 39.36 | 23.42 | 12.12 | - |
| YUV | 123.1 | 109.33 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 90 | 0 | 0.70 | 0.62 | 0.07 | 353.17 | 0.83 | 0.61 |
| Hex | EE | 47 | 5A | 0 | 46 | 3E | 7 | 161 | 53 | 3D |
| Octal | 356 | 107 | 132 | 0 | 106 | 76 | 7 | 541 | 123 | 75 |
| Binary | 11101110 | 1000111 | 1011010 | 0 | 1000110 | 111110 | 111 | 101100001 | 1010011 | 111101 |
Color Harmonies of #EE475A
Complementary color
Monochromatic Colors of #EE475A
Black with #EE475A
Text Example
Text Example
White with #EE475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE475A; }
p { color: rgb(238,71,90); }
H1.HeaderClassName
{
color: #EE475A;
}
.AnyTagClassName
{
color: #EE475A;
}
</style>
background-color css
<style>
a { background-color: #EE475A; }
a { background-color: rgb(238,71,90); }
div.DivClassName
{
background-color: #EE475A;
}
.BgClassName
{
background-color: #EE475A;
}
</style>
border-color css
<style>
span { border-color: #EE475A; }
span { border-color: rgb(238,71,90); }
td.TdClassName
{
border-color: #EE475A;
}
.TagClassName
{
border-color: #EE475A;
}
</style>