Shades of Radical Red #EE4166
Tints of Radical Red #EE4166
RGB
CMYK
RGB Variations
Color information
#EE4166 (or 0xEE4166) is known color: Radical Red. HEX triplet: EE, 41 and 66. RGB value is (238,65,102). Sum of RGB (Red+Green+Blue) = 238+65+102=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4166 is #11BE99. Grayscale: #787878. Windows color (decimal): -1162906 or 6701550. OLE color: 6701550.
HSL color Cylindrical-coordinate representation of color #EE4166: hue angle of 347.17º 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 #EE4166 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 102 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.07 |
| HSL | 347.17º | 0.84% | 0.59% | - |
| HSV(B) | 347.17º | 0.73% | 0.93% | - |
| XYZ | 39.55 | 22.92 | 14.91 | - |
| YUV | 120.95 | 117.31 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 102 | 0 | 0.73 | 0.57 | 0.07 | 347.17 | 0.84 | 0.59 |
| Hex | EE | 41 | 66 | 0 | 49 | 39 | 7 | 15B | 54 | 3B |
| Octal | 356 | 101 | 146 | 0 | 111 | 71 | 7 | 533 | 124 | 73 |
| Binary | 11101110 | 1000001 | 1100110 | 0 | 1001001 | 111001 | 111 | 101011011 | 1010100 | 111011 |
Color Harmonies of #EE4166
Complementary color
Monochromatic Colors of #EE4166
Black with #EE4166
Text Example
Text Example
White with #EE4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4166; }
p { color: rgb(238,65,102); }
H1.HeaderClassName
{
color: #EE4166;
}
.AnyTagClassName
{
color: #EE4166;
}
</style>
background-color css
<style>
a { background-color: #EE4166; }
a { background-color: rgb(238,65,102); }
div.DivClassName
{
background-color: #EE4166;
}
.BgClassName
{
background-color: #EE4166;
}
</style>
border-color css
<style>
span { border-color: #EE4166; }
span { border-color: rgb(238,65,102); }
td.TdClassName
{
border-color: #EE4166;
}
.TagClassName
{
border-color: #EE4166;
}
</style>