Shades of Radical Red #EE355E
Tints of Radical Red #EE355E
RGB
CMYK
RGB Variations
Color information
#EE355E (or 0xEE355E) is known color: Radical Red. HEX triplet: EE, 35 and 5E. RGB value is (238,53,94). Sum of RGB (Red+Green+Blue) = 238+53+94=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE355E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE355E is #11CAA1. Grayscale: #717171. Windows color (decimal): -1165986 or 6174190. OLE color: 6174190.
HSL color Cylindrical-coordinate representation of color #EE355E: hue angle of 346.7º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE355E is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 94 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.07 |
| HSL | 346.7º | 0.84% | 0.57% | - |
| HSV(B) | 346.7º | 0.78% | 0.93% | - |
| XYZ | 38.55 | 21.53 | 12.71 | - |
| YUV | 112.99 | 117.29 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 94 | 0 | 0.78 | 0.61 | 0.07 | 346.7 | 0.84 | 0.57 |
| Hex | EE | 35 | 5E | 0 | 4E | 3D | 7 | 15B | 54 | 39 |
| Octal | 356 | 65 | 136 | 0 | 116 | 75 | 7 | 533 | 124 | 71 |
| Binary | 11101110 | 110101 | 1011110 | 0 | 1001110 | 111101 | 111 | 101011011 | 1010100 | 111001 |
Color Harmonies of #EE355E
Complementary color
Monochromatic Colors of #EE355E
Black with #EE355E
Text Example
Text Example
White with #EE355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE355E; }
p { color: rgb(238,53,94); }
H1.HeaderClassName
{
color: #EE355E;
}
.AnyTagClassName
{
color: #EE355E;
}
</style>
background-color css
<style>
a { background-color: #EE355E; }
a { background-color: rgb(238,53,94); }
div.DivClassName
{
background-color: #EE355E;
}
.BgClassName
{
background-color: #EE355E;
}
</style>
border-color css
<style>
span { border-color: #EE355E; }
span { border-color: rgb(238,53,94); }
td.TdClassName
{
border-color: #EE355E;
}
.TagClassName
{
border-color: #EE355E;
}
</style>