Shades of Radical Red #EE4266
Tints of Radical Red #EE4266
RGB
CMYK
RGB Variations
Color information
#EE4266 (or 0xEE4266) is known color: Radical Red. HEX triplet: EE, 42 and 66. RGB value is (238,66,102). Sum of RGB (Red+Green+Blue) = 238+66+102=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4266 is #11BD99. Grayscale: #797979. Windows color (decimal): -1162650 or 6701806. OLE color: 6701806.
HSL color Cylindrical-coordinate representation of color #EE4266: hue angle of 347.44º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE4266 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 102 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.07 |
| HSL | 347.44º | 0.83% | 0.6% | - |
| HSV(B) | 347.44º | 0.72% | 0.93% | - |
| XYZ | 39.61 | 23.03 | 14.93 | - |
| YUV | 121.53 | 116.98 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 102 | 0 | 0.72 | 0.57 | 0.07 | 347.44 | 0.83 | 0.6 |
| Hex | EE | 42 | 66 | 0 | 48 | 39 | 7 | 15B | 53 | 3C |
| Octal | 356 | 102 | 146 | 0 | 110 | 71 | 7 | 533 | 123 | 74 |
| Binary | 11101110 | 1000010 | 1100110 | 0 | 1001000 | 111001 | 111 | 101011011 | 1010011 | 111100 |
Color Harmonies of #EE4266
Complementary color
Monochromatic Colors of #EE4266
Black with #EE4266
Text Example
Text Example
White with #EE4266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4266; }
p { color: rgb(238,66,102); }
H1.HeaderClassName
{
color: #EE4266;
}
.AnyTagClassName
{
color: #EE4266;
}
</style>
background-color css
<style>
a { background-color: #EE4266; }
a { background-color: rgb(238,66,102); }
div.DivClassName
{
background-color: #EE4266;
}
.BgClassName
{
background-color: #EE4266;
}
</style>
border-color css
<style>
span { border-color: #EE4266; }
span { border-color: rgb(238,66,102); }
td.TdClassName
{
border-color: #EE4266;
}
.TagClassName
{
border-color: #EE4266;
}
</style>