Shades of Radical Red #EE4D5D
Tints of Radical Red #EE4D5D
RGB
CMYK
RGB Variations
Color information
#EE4D5D (or 0xEE4D5D) is known color: Radical Red. HEX triplet: EE, 4D and 5D. RGB value is (238,77,93). Sum of RGB (Red+Green+Blue) = 238+77+93=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE4D5D is #11B2A2. Grayscale: #7F7F7F. Windows color (decimal): -1159843 or 6114798. OLE color: 6114798.
HSL color Cylindrical-coordinate representation of color #EE4D5D: hue angle of 354.04º 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 #EE4D5D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 77 | 93 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.07 |
| HSL | 354.04º | 0.83% | 0.62% | - |
| HSV(B) | 354.04º | 0.68% | 0.93% | - |
| XYZ | 39.89 | 24.28 | 12.94 | - |
| YUV | 126.96 | 108.84 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 93 | 0 | 0.68 | 0.61 | 0.07 | 354.04 | 0.83 | 0.62 |
| Hex | EE | 4D | 5D | 0 | 44 | 3D | 7 | 162 | 53 | 3E |
| Octal | 356 | 115 | 135 | 0 | 104 | 75 | 7 | 542 | 123 | 76 |
| Binary | 11101110 | 1001101 | 1011101 | 0 | 1000100 | 111101 | 111 | 101100010 | 1010011 | 111110 |
Color Harmonies of #EE4D5D
Complementary color
Monochromatic Colors of #EE4D5D
Black with #EE4D5D
Text Example
Text Example
White with #EE4D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4D5D; }
p { color: rgb(238,77,93); }
H1.HeaderClassName
{
color: #EE4D5D;
}
.AnyTagClassName
{
color: #EE4D5D;
}
</style>
background-color css
<style>
a { background-color: #EE4D5D; }
a { background-color: rgb(238,77,93); }
div.DivClassName
{
background-color: #EE4D5D;
}
.BgClassName
{
background-color: #EE4D5D;
}
</style>
border-color css
<style>
span { border-color: #EE4D5D; }
span { border-color: rgb(238,77,93); }
td.TdClassName
{
border-color: #EE4D5D;
}
.TagClassName
{
border-color: #EE4D5D;
}
</style>