Shades of Radical Red #EE415E
Tints of Radical Red #EE415E
RGB
CMYK
RGB Variations
Color information
#EE415E (or 0xEE415E) is known color: Radical Red. HEX triplet: EE, 41 and 5E. RGB value is (238,65,94). Sum of RGB (Red+Green+Blue) = 238+65+94=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE415E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE415E is #11BEA1. Grayscale: #787878. Windows color (decimal): -1162914 or 6177262. OLE color: 6177262.
HSL color Cylindrical-coordinate representation of color #EE415E: hue angle of 349.94º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE415E is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 94 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.07 |
| HSL | 349.94º | 0.84% | 0.59% | - |
| HSV(B) | 349.94º | 0.73% | 0.93% | - |
| XYZ | 39.17 | 22.77 | 12.92 | - |
| YUV | 120.03 | 113.31 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 94 | 0 | 0.73 | 0.61 | 0.07 | 349.94 | 0.84 | 0.59 |
| Hex | EE | 41 | 5E | 0 | 49 | 3D | 7 | 15E | 54 | 3B |
| Octal | 356 | 101 | 136 | 0 | 111 | 75 | 7 | 536 | 124 | 73 |
| Binary | 11101110 | 1000001 | 1011110 | 0 | 1001001 | 111101 | 111 | 101011110 | 1010100 | 111011 |
Color Harmonies of #EE415E
Complementary color
Monochromatic Colors of #EE415E
Black with #EE415E
Text Example
Text Example
White with #EE415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE415E; }
p { color: rgb(238,65,94); }
H1.HeaderClassName
{
color: #EE415E;
}
.AnyTagClassName
{
color: #EE415E;
}
</style>
background-color css
<style>
a { background-color: #EE415E; }
a { background-color: rgb(238,65,94); }
div.DivClassName
{
background-color: #EE415E;
}
.BgClassName
{
background-color: #EE415E;
}
</style>
border-color css
<style>
span { border-color: #EE415E; }
span { border-color: rgb(238,65,94); }
td.TdClassName
{
border-color: #EE415E;
}
.TagClassName
{
border-color: #EE415E;
}
</style>