Shades of Radical Red #EE395D
Tints of Radical Red #EE395D
RGB
CMYK
RGB Variations
Color information
#EE395D (or 0xEE395D) is known color: Radical Red. HEX triplet: EE, 39 and 5D. RGB value is (238,57,93). Sum of RGB (Red+Green+Blue) = 238+57+93=388 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.34% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 238 - color contains mainly: red. Hex color #EE395D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE395D is #11C6A2. Grayscale: #737373. Windows color (decimal): -1164963 or 6109678. OLE color: 6109678.
HSL color Cylindrical-coordinate representation of color #EE395D: hue angle of 348.07º 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 #EE395D is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 93 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.07 |
| HSL | 348.07º | 0.84% | 0.58% | - |
| HSV(B) | 348.07º | 0.76% | 0.93% | - |
| XYZ | 38.7 | 21.89 | 12.54 | - |
| YUV | 115.22 | 115.47 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 93 | 0 | 0.76 | 0.61 | 0.07 | 348.07 | 0.84 | 0.58 |
| Hex | EE | 39 | 5D | 0 | 4C | 3D | 7 | 15C | 54 | 3A |
| Octal | 356 | 71 | 135 | 0 | 114 | 75 | 7 | 534 | 124 | 72 |
| Binary | 11101110 | 111001 | 1011101 | 0 | 1001100 | 111101 | 111 | 101011100 | 1010100 | 111010 |
Color Harmonies of #EE395D
Complementary color
Monochromatic Colors of #EE395D
Black with #EE395D
Text Example
Text Example
White with #EE395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE395D; }
p { color: rgb(238,57,93); }
H1.HeaderClassName
{
color: #EE395D;
}
.AnyTagClassName
{
color: #EE395D;
}
</style>
background-color css
<style>
a { background-color: #EE395D; }
a { background-color: rgb(238,57,93); }
div.DivClassName
{
background-color: #EE395D;
}
.BgClassName
{
background-color: #EE395D;
}
</style>
border-color css
<style>
span { border-color: #EE395D; }
span { border-color: rgb(238,57,93); }
td.TdClassName
{
border-color: #EE395D;
}
.TagClassName
{
border-color: #EE395D;
}
</style>