Shades of Radical Red #EE4165
Tints of Radical Red #EE4165
RGB
CMYK
RGB Variations
Color information
#EE4165 (or 0xEE4165) is known color: Radical Red. HEX triplet: EE, 41 and 65. RGB value is (238,65,101). Sum of RGB (Red+Green+Blue) = 238+65+101=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4165 is #11BE9A. Grayscale: #787878. Windows color (decimal): -1162907 or 6636014. OLE color: 6636014.
HSL color Cylindrical-coordinate representation of color #EE4165: hue angle of 347.51º 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 #EE4165 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 101 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.07 |
| HSL | 347.51º | 0.84% | 0.59% | - |
| HSV(B) | 347.51º | 0.73% | 0.93% | - |
| XYZ | 39.5 | 22.9 | 14.65 | - |
| YUV | 120.83 | 116.81 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 101 | 0 | 0.73 | 0.58 | 0.07 | 347.51 | 0.84 | 0.59 |
| Hex | EE | 41 | 65 | 0 | 49 | 3A | 7 | 15C | 54 | 3B |
| Octal | 356 | 101 | 145 | 0 | 111 | 72 | 7 | 534 | 124 | 73 |
| Binary | 11101110 | 1000001 | 1100101 | 0 | 1001001 | 111010 | 111 | 101011100 | 1010100 | 111011 |
Color Harmonies of #EE4165
Complementary color
Monochromatic Colors of #EE4165
Black with #EE4165
Text Example
Text Example
White with #EE4165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4165; }
p { color: rgb(238,65,101); }
H1.HeaderClassName
{
color: #EE4165;
}
.AnyTagClassName
{
color: #EE4165;
}
</style>
background-color css
<style>
a { background-color: #EE4165; }
a { background-color: rgb(238,65,101); }
div.DivClassName
{
background-color: #EE4165;
}
.BgClassName
{
background-color: #EE4165;
}
</style>
border-color css
<style>
span { border-color: #EE4165; }
span { border-color: rgb(238,65,101); }
td.TdClassName
{
border-color: #EE4165;
}
.TagClassName
{
border-color: #EE4165;
}
</style>