Shades of Radical Red #EE385E
Tints of Radical Red #EE385E
RGB
CMYK
RGB Variations
Color information
#EE385E (or 0xEE385E) is known color: Radical Red. HEX triplet: EE, 38 and 5E. RGB value is (238,56,94). Sum of RGB (Red+Green+Blue) = 238+56+94=388 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.34% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 238 - color contains mainly: red. Hex color #EE385E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE385E is #11C7A1. Grayscale: #727272. Windows color (decimal): -1165218 or 6174958. OLE color: 6174958.
HSL color Cylindrical-coordinate representation of color #EE385E: hue angle of 347.47º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE385E is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 94 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.07 |
| HSL | 347.47º | 0.84% | 0.58% | - |
| HSV(B) | 347.47º | 0.76% | 0.93% | - |
| XYZ | 38.69 | 21.81 | 12.76 | - |
| YUV | 114.75 | 116.3 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 94 | 0 | 0.76 | 0.61 | 0.07 | 347.47 | 0.84 | 0.58 |
| Hex | EE | 38 | 5E | 0 | 4C | 3D | 7 | 15B | 54 | 3A |
| Octal | 356 | 70 | 136 | 0 | 114 | 75 | 7 | 533 | 124 | 72 |
| Binary | 11101110 | 111000 | 1011110 | 0 | 1001100 | 111101 | 111 | 101011011 | 1010100 | 111010 |
Color Harmonies of #EE385E
Complementary color
Monochromatic Colors of #EE385E
Black with #EE385E
Text Example
Text Example
White with #EE385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE385E; }
p { color: rgb(238,56,94); }
H1.HeaderClassName
{
color: #EE385E;
}
.AnyTagClassName
{
color: #EE385E;
}
</style>
background-color css
<style>
a { background-color: #EE385E; }
a { background-color: rgb(238,56,94); }
div.DivClassName
{
background-color: #EE385E;
}
.BgClassName
{
background-color: #EE385E;
}
</style>
border-color css
<style>
span { border-color: #EE385E; }
span { border-color: rgb(238,56,94); }
td.TdClassName
{
border-color: #EE385E;
}
.TagClassName
{
border-color: #EE385E;
}
</style>