Shades of Radical Red #EE4366
Tints of Radical Red #EE4366
RGB
CMYK
RGB Variations
Color information
#EE4366 (or 0xEE4366) is known color: Radical Red. HEX triplet: EE, 43 and 66. RGB value is (238,67,102). Sum of RGB (Red+Green+Blue) = 238+67+102=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4366 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4366 is #11BC99. Grayscale: #7A7A7A. Windows color (decimal): -1162394 or 6702062. OLE color: 6702062.
HSL color Cylindrical-coordinate representation of color #EE4366: hue angle of 347.72º 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 #EE4366 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 102 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.07 |
| HSL | 347.72º | 0.83% | 0.6% | - |
| HSV(B) | 347.72º | 0.72% | 0.93% | - |
| XYZ | 39.67 | 23.15 | 14.95 | - |
| YUV | 122.12 | 116.65 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 102 | 0 | 0.72 | 0.57 | 0.07 | 347.72 | 0.83 | 0.6 |
| Hex | EE | 43 | 66 | 0 | 48 | 39 | 7 | 15C | 53 | 3C |
| Octal | 356 | 103 | 146 | 0 | 110 | 71 | 7 | 534 | 123 | 74 |
| Binary | 11101110 | 1000011 | 1100110 | 0 | 1001000 | 111001 | 111 | 101011100 | 1010011 | 111100 |
Color Harmonies of #EE4366
Complementary color
Monochromatic Colors of #EE4366
Black with #EE4366
Text Example
Text Example
White with #EE4366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4366; }
p { color: rgb(238,67,102); }
H1.HeaderClassName
{
color: #EE4366;
}
.AnyTagClassName
{
color: #EE4366;
}
</style>
background-color css
<style>
a { background-color: #EE4366; }
a { background-color: rgb(238,67,102); }
div.DivClassName
{
background-color: #EE4366;
}
.BgClassName
{
background-color: #EE4366;
}
</style>
border-color css
<style>
span { border-color: #EE4366; }
span { border-color: rgb(238,67,102); }
td.TdClassName
{
border-color: #EE4366;
}
.TagClassName
{
border-color: #EE4366;
}
</style>