Shades of Radical Red #EE375B
Tints of Radical Red #EE375B
RGB
CMYK
RGB Variations
Color information
#EE375B (or 0xEE375B) is known color: Radical Red. HEX triplet: EE, 37 and 5B. RGB value is (238,55,91). Sum of RGB (Red+Green+Blue) = 238+55+91=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE375B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE375B is #11C8A4. Grayscale: #717171. Windows color (decimal): -1165477 or 5978094. OLE color: 5978094.
HSL color Cylindrical-coordinate representation of color #EE375B: hue angle of 348.2º 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 #EE375B is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 91 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.07 |
| HSL | 348.2º | 0.84% | 0.57% | - |
| HSV(B) | 348.2º | 0.77% | 0.93% | - |
| XYZ | 38.51 | 21.66 | 12.05 | - |
| YUV | 113.82 | 115.13 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 91 | 0 | 0.77 | 0.62 | 0.07 | 348.2 | 0.84 | 0.57 |
| Hex | EE | 37 | 5B | 0 | 4D | 3E | 7 | 15C | 54 | 39 |
| Octal | 356 | 67 | 133 | 0 | 115 | 76 | 7 | 534 | 124 | 71 |
| Binary | 11101110 | 110111 | 1011011 | 0 | 1001101 | 111110 | 111 | 101011100 | 1010100 | 111001 |
Color Harmonies of #EE375B
Complementary color
Monochromatic Colors of #EE375B
Black with #EE375B
Text Example
Text Example
White with #EE375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE375B; }
p { color: rgb(238,55,91); }
H1.HeaderClassName
{
color: #EE375B;
}
.AnyTagClassName
{
color: #EE375B;
}
</style>
background-color css
<style>
a { background-color: #EE375B; }
a { background-color: rgb(238,55,91); }
div.DivClassName
{
background-color: #EE375B;
}
.BgClassName
{
background-color: #EE375B;
}
</style>
border-color css
<style>
span { border-color: #EE375B; }
span { border-color: rgb(238,55,91); }
td.TdClassName
{
border-color: #EE375B;
}
.TagClassName
{
border-color: #EE375B;
}
</style>