Shades of Radical Red #EE4655
Tints of Radical Red #EE4655
RGB
CMYK
RGB Variations
Color information
#EE4655 (or 0xEE4655) is known color: Radical Red. HEX triplet: EE, 46 and 55. RGB value is (238,70,85). Sum of RGB (Red+Green+Blue) = 238+70+85=393 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.56% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4655 is #11B9AA. Grayscale: #7A7A7A. Windows color (decimal): -1161643 or 5588718. OLE color: 5588718.
HSL color Cylindrical-coordinate representation of color #EE4655: hue angle of 354.64º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE4655 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 85 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.07 |
| HSL | 354.64º | 0.83% | 0.6% | - |
| HSV(B) | 354.64º | 0.71% | 0.93% | - |
| XYZ | 39.09 | 23.21 | 11.01 | - |
| YUV | 121.94 | 107.16 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 85 | 0 | 0.71 | 0.64 | 0.07 | 354.64 | 0.83 | 0.6 |
| Hex | EE | 46 | 55 | 0 | 47 | 40 | 7 | 163 | 53 | 3C |
| Octal | 356 | 106 | 125 | 0 | 107 | 100 | 7 | 543 | 123 | 74 |
| Binary | 11101110 | 1000110 | 1010101 | 0 | 1000111 | 1000000 | 111 | 101100011 | 1010011 | 111100 |
Color Harmonies of #EE4655
Complementary color
Monochromatic Colors of #EE4655
Black with #EE4655
Text Example
Text Example
White with #EE4655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4655; }
p { color: rgb(238,70,85); }
H1.HeaderClassName
{
color: #EE4655;
}
.AnyTagClassName
{
color: #EE4655;
}
</style>
background-color css
<style>
a { background-color: #EE4655; }
a { background-color: rgb(238,70,85); }
div.DivClassName
{
background-color: #EE4655;
}
.BgClassName
{
background-color: #EE4655;
}
</style>
border-color css
<style>
span { border-color: #EE4655; }
span { border-color: rgb(238,70,85); }
td.TdClassName
{
border-color: #EE4655;
}
.TagClassName
{
border-color: #EE4655;
}
</style>