Shades of Radical Red #EE4C5D
Tints of Radical Red #EE4C5D
RGB
CMYK
RGB Variations
Color information
#EE4C5D (or 0xEE4C5D) is known color: Radical Red. HEX triplet: EE, 4C and 5D. RGB value is (238,76,93). Sum of RGB (Red+Green+Blue) = 238+76+93=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4C5D is #11B3A2. Grayscale: #7E7E7E. Windows color (decimal): -1160099 or 6114542. OLE color: 6114542.
HSL color Cylindrical-coordinate representation of color #EE4C5D: hue angle of 353.7º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4C5D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 76 | 93 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.07 |
| HSL | 353.7º | 0.83% | 0.62% | - |
| HSV(B) | 353.7º | 0.68% | 0.93% | - |
| XYZ | 39.82 | 24.14 | 12.92 | - |
| YUV | 126.38 | 109.17 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 76 | 93 | 0 | 0.68 | 0.61 | 0.07 | 353.7 | 0.83 | 0.62 |
| Hex | EE | 4C | 5D | 0 | 44 | 3D | 7 | 162 | 53 | 3E |
| Octal | 356 | 114 | 135 | 0 | 104 | 75 | 7 | 542 | 123 | 76 |
| Binary | 11101110 | 1001100 | 1011101 | 0 | 1000100 | 111101 | 111 | 101100010 | 1010011 | 111110 |
Color Harmonies of #EE4C5D
Complementary color
Monochromatic Colors of #EE4C5D
Black with #EE4C5D
Text Example
Text Example
White with #EE4C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4C5D; }
p { color: rgb(238,76,93); }
H1.HeaderClassName
{
color: #EE4C5D;
}
.AnyTagClassName
{
color: #EE4C5D;
}
</style>
background-color css
<style>
a { background-color: #EE4C5D; }
a { background-color: rgb(238,76,93); }
div.DivClassName
{
background-color: #EE4C5D;
}
.BgClassName
{
background-color: #EE4C5D;
}
</style>
border-color css
<style>
span { border-color: #EE4C5D; }
span { border-color: rgb(238,76,93); }
td.TdClassName
{
border-color: #EE4C5D;
}
.TagClassName
{
border-color: #EE4C5D;
}
</style>