Shades of Radical Red #EE395C
Tints of Radical Red #EE395C
RGB
CMYK
RGB Variations
Color information
#EE395C (or 0xEE395C) is known color: Radical Red. HEX triplet: EE, 39 and 5C. RGB value is (238,57,92). Sum of RGB (Red+Green+Blue) = 238+57+92=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE395C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE395C is #11C6A3. Grayscale: #737373. Windows color (decimal): -1164964 or 6044142. OLE color: 6044142.
HSL color Cylindrical-coordinate representation of color #EE395C: hue angle of 348.4º 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 #EE395C is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 92 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.07 |
| HSL | 348.4º | 0.84% | 0.58% | - |
| HSV(B) | 348.4º | 0.76% | 0.93% | - |
| XYZ | 38.65 | 21.88 | 12.31 | - |
| YUV | 115.11 | 114.97 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 92 | 0 | 0.76 | 0.61 | 0.07 | 348.4 | 0.84 | 0.58 |
| Hex | EE | 39 | 5C | 0 | 4C | 3D | 7 | 15C | 54 | 3A |
| Octal | 356 | 71 | 134 | 0 | 114 | 75 | 7 | 534 | 124 | 72 |
| Binary | 11101110 | 111001 | 1011100 | 0 | 1001100 | 111101 | 111 | 101011100 | 1010100 | 111010 |
Color Harmonies of #EE395C
Complementary color
Monochromatic Colors of #EE395C
Black with #EE395C
Text Example
Text Example
White with #EE395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE395C; }
p { color: rgb(238,57,92); }
H1.HeaderClassName
{
color: #EE395C;
}
.AnyTagClassName
{
color: #EE395C;
}
</style>
background-color css
<style>
a { background-color: #EE395C; }
a { background-color: rgb(238,57,92); }
div.DivClassName
{
background-color: #EE395C;
}
.BgClassName
{
background-color: #EE395C;
}
</style>
border-color css
<style>
span { border-color: #EE395C; }
span { border-color: rgb(238,57,92); }
td.TdClassName
{
border-color: #EE395C;
}
.TagClassName
{
border-color: #EE395C;
}
</style>