Shades of Radical Red #EE375D
Tints of Radical Red #EE375D
RGB
CMYK
RGB Variations
Color information
#EE375D (or 0xEE375D) is known color: Radical Red. HEX triplet: EE, 37 and 5D. RGB value is (238,55,93). Sum of RGB (Red+Green+Blue) = 238+55+93=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE375D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE375D is #11C8A2. Grayscale: #727272. Windows color (decimal): -1165475 or 6109166. OLE color: 6109166.
HSL color Cylindrical-coordinate representation of color #EE375D: hue angle of 347.54º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE375D is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 93 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.07 |
| HSL | 347.54º | 0.84% | 0.57% | - |
| HSV(B) | 347.54º | 0.77% | 0.93% | - |
| XYZ | 38.6 | 21.7 | 12.51 | - |
| YUV | 114.05 | 116.13 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 93 | 0 | 0.77 | 0.61 | 0.07 | 347.54 | 0.84 | 0.57 |
| Hex | EE | 37 | 5D | 0 | 4D | 3D | 7 | 15C | 54 | 39 |
| Octal | 356 | 67 | 135 | 0 | 115 | 75 | 7 | 534 | 124 | 71 |
| Binary | 11101110 | 110111 | 1011101 | 0 | 1001101 | 111101 | 111 | 101011100 | 1010100 | 111001 |
Color Harmonies of #EE375D
Complementary color
Monochromatic Colors of #EE375D
Black with #EE375D
Text Example
Text Example
White with #EE375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE375D; }
p { color: rgb(238,55,93); }
H1.HeaderClassName
{
color: #EE375D;
}
.AnyTagClassName
{
color: #EE375D;
}
</style>
background-color css
<style>
a { background-color: #EE375D; }
a { background-color: rgb(238,55,93); }
div.DivClassName
{
background-color: #EE375D;
}
.BgClassName
{
background-color: #EE375D;
}
</style>
border-color css
<style>
span { border-color: #EE375D; }
span { border-color: rgb(238,55,93); }
td.TdClassName
{
border-color: #EE375D;
}
.TagClassName
{
border-color: #EE375D;
}
</style>