Shades of Radical Red #EE375E
Tints of Radical Red #EE375E
RGB
CMYK
RGB Variations
Color information
#EE375E (or 0xEE375E) is known color: Radical Red. HEX triplet: EE, 37 and 5E. RGB value is (238,55,94). Sum of RGB (Red+Green+Blue) = 238+55+94=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE375E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE375E is #11C8A1. Grayscale: #727272. Windows color (decimal): -1165474 or 6174702. OLE color: 6174702.
HSL color Cylindrical-coordinate representation of color #EE375E: hue angle of 347.21º 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 #EE375E is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 94 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.07 |
| HSL | 347.21º | 0.84% | 0.57% | - |
| HSV(B) | 347.21º | 0.77% | 0.93% | - |
| XYZ | 38.65 | 21.72 | 12.74 | - |
| YUV | 114.16 | 116.63 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 94 | 0 | 0.77 | 0.61 | 0.07 | 347.21 | 0.84 | 0.57 |
| Hex | EE | 37 | 5E | 0 | 4D | 3D | 7 | 15B | 54 | 39 |
| Octal | 356 | 67 | 136 | 0 | 115 | 75 | 7 | 533 | 124 | 71 |
| Binary | 11101110 | 110111 | 1011110 | 0 | 1001101 | 111101 | 111 | 101011011 | 1010100 | 111001 |
Color Harmonies of #EE375E
Complementary color
Monochromatic Colors of #EE375E
Black with #EE375E
Text Example
Text Example
White with #EE375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE375E; }
p { color: rgb(238,55,94); }
H1.HeaderClassName
{
color: #EE375E;
}
.AnyTagClassName
{
color: #EE375E;
}
</style>
background-color css
<style>
a { background-color: #EE375E; }
a { background-color: rgb(238,55,94); }
div.DivClassName
{
background-color: #EE375E;
}
.BgClassName
{
background-color: #EE375E;
}
</style>
border-color css
<style>
span { border-color: #EE375E; }
span { border-color: rgb(238,55,94); }
td.TdClassName
{
border-color: #EE375E;
}
.TagClassName
{
border-color: #EE375E;
}
</style>