Shades of Radical Red #EE4C5C
Tints of Radical Red #EE4C5C
RGB
CMYK
RGB Variations
Color information
#EE4C5C (or 0xEE4C5C) is known color: Radical Red. HEX triplet: EE, 4C and 5C. RGB value is (238,76,92). Sum of RGB (Red+Green+Blue) = 238+76+92=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4C5C is #11B3A3. Grayscale: #7E7E7E. Windows color (decimal): -1160100 or 6049006. OLE color: 6049006.
HSL color Cylindrical-coordinate representation of color #EE4C5C: hue angle of 354.07º 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 #EE4C5C is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 76 | 92 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.07 |
| HSL | 354.07º | 0.83% | 0.62% | - |
| HSV(B) | 354.07º | 0.68% | 0.93% | - |
| XYZ | 39.78 | 24.12 | 12.68 | - |
| YUV | 126.26 | 108.67 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 76 | 92 | 0 | 0.68 | 0.61 | 0.07 | 354.07 | 0.83 | 0.62 |
| Hex | EE | 4C | 5C | 0 | 44 | 3D | 7 | 162 | 53 | 3E |
| Octal | 356 | 114 | 134 | 0 | 104 | 75 | 7 | 542 | 123 | 76 |
| Binary | 11101110 | 1001100 | 1011100 | 0 | 1000100 | 111101 | 111 | 101100010 | 1010011 | 111110 |
Color Harmonies of #EE4C5C
Complementary color
Monochromatic Colors of #EE4C5C
Black with #EE4C5C
Text Example
Text Example
White with #EE4C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4C5C; }
p { color: rgb(238,76,92); }
H1.HeaderClassName
{
color: #EE4C5C;
}
.AnyTagClassName
{
color: #EE4C5C;
}
</style>
background-color css
<style>
a { background-color: #EE4C5C; }
a { background-color: rgb(238,76,92); }
div.DivClassName
{
background-color: #EE4C5C;
}
.BgClassName
{
background-color: #EE4C5C;
}
</style>
border-color css
<style>
span { border-color: #EE4C5C; }
span { border-color: rgb(238,76,92); }
td.TdClassName
{
border-color: #EE4C5C;
}
.TagClassName
{
border-color: #EE4C5C;
}
</style>