Shades of Radical Red #EE395F
Tints of Radical Red #EE395F
RGB
CMYK
RGB Variations
Color information
#EE395F (or 0xEE395F) is known color: Radical Red. HEX triplet: EE, 39 and 5F. RGB value is (238,57,95). Sum of RGB (Red+Green+Blue) = 238+57+95=390 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.03% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 238 - color contains mainly: red. Hex color #EE395F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE395F is #11C6A0. Grayscale: #737373. Windows color (decimal): -1164961 or 6240750. OLE color: 6240750.
HSL color Cylindrical-coordinate representation of color #EE395F: hue angle of 347.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 #EE395F is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 95 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.07 |
| HSL | 347.4º | 0.84% | 0.58% | - |
| HSV(B) | 347.4º | 0.76% | 0.93% | - |
| XYZ | 38.79 | 21.93 | 13.01 | - |
| YUV | 115.45 | 116.47 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 95 | 0 | 0.76 | 0.60 | 0.07 | 347.4 | 0.84 | 0.58 |
| Hex | EE | 39 | 5F | 0 | 4C | 3C | 7 | 15B | 54 | 3A |
| Octal | 356 | 71 | 137 | 0 | 114 | 74 | 7 | 533 | 124 | 72 |
| Binary | 11101110 | 111001 | 1011111 | 0 | 1001100 | 111100 | 111 | 101011011 | 1010100 | 111010 |
Color Harmonies of #EE395F
Complementary color
Monochromatic Colors of #EE395F
Black with #EE395F
Text Example
Text Example
White with #EE395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE395F; }
p { color: rgb(238,57,95); }
H1.HeaderClassName
{
color: #EE395F;
}
.AnyTagClassName
{
color: #EE395F;
}
</style>
background-color css
<style>
a { background-color: #EE395F; }
a { background-color: rgb(238,57,95); }
div.DivClassName
{
background-color: #EE395F;
}
.BgClassName
{
background-color: #EE395F;
}
</style>
border-color css
<style>
span { border-color: #EE395F; }
span { border-color: rgb(238,57,95); }
td.TdClassName
{
border-color: #EE395F;
}
.TagClassName
{
border-color: #EE395F;
}
</style>