Shades of Radical Red #EE4964
Tints of Radical Red #EE4964
RGB
CMYK
RGB Variations
Color information
#EE4964 (or 0xEE4964) is known color: Radical Red. HEX triplet: EE, 49 and 64. RGB value is (238,73,100). Sum of RGB (Red+Green+Blue) = 238+73+100=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4964 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4964 is #11B69B. Grayscale: #7D7D7D. Windows color (decimal): -1160860 or 6572526. OLE color: 6572526.
HSL color Cylindrical-coordinate representation of color #EE4964: hue angle of 350.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4964 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 100 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.07 |
| HSL | 350.18º | 0.83% | 0.61% | - |
| HSV(B) | 350.18º | 0.69% | 0.93% | - |
| XYZ | 39.94 | 23.86 | 14.56 | - |
| YUV | 125.41 | 113.66 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 100 | 0 | 0.69 | 0.58 | 0.07 | 350.18 | 0.83 | 0.61 |
| Hex | EE | 49 | 64 | 0 | 45 | 3A | 7 | 15E | 53 | 3D |
| Octal | 356 | 111 | 144 | 0 | 105 | 72 | 7 | 536 | 123 | 75 |
| Binary | 11101110 | 1001001 | 1100100 | 0 | 1000101 | 111010 | 111 | 101011110 | 1010011 | 111101 |
Color Harmonies of #EE4964
Complementary color
Monochromatic Colors of #EE4964
Black with #EE4964
Text Example
Text Example
White with #EE4964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4964; }
p { color: rgb(238,73,100); }
H1.HeaderClassName
{
color: #EE4964;
}
.AnyTagClassName
{
color: #EE4964;
}
</style>
background-color css
<style>
a { background-color: #EE4964; }
a { background-color: rgb(238,73,100); }
div.DivClassName
{
background-color: #EE4964;
}
.BgClassName
{
background-color: #EE4964;
}
</style>
border-color css
<style>
span { border-color: #EE4964; }
span { border-color: rgb(238,73,100); }
td.TdClassName
{
border-color: #EE4964;
}
.TagClassName
{
border-color: #EE4964;
}
</style>