Shades of Radical Red #EE355F
Tints of Radical Red #EE355F
RGB
CMYK
RGB Variations
Color information
#EE355F (or 0xEE355F) is known color: Radical Red. HEX triplet: EE, 35 and 5F. RGB value is (238,53,95). Sum of RGB (Red+Green+Blue) = 238+53+95=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE355F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE355F is #11CAA0. Grayscale: #717171. Windows color (decimal): -1165985 or 6239726. OLE color: 6239726.
HSL color Cylindrical-coordinate representation of color #EE355F: hue angle of 346.38º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE355F is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 95 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.07 |
| HSL | 346.38º | 0.84% | 0.57% | - |
| HSV(B) | 346.38º | 0.78% | 0.93% | - |
| XYZ | 38.6 | 21.55 | 12.95 | - |
| YUV | 113.1 | 117.79 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 95 | 0 | 0.78 | 0.60 | 0.07 | 346.38 | 0.84 | 0.57 |
| Hex | EE | 35 | 5F | 0 | 4E | 3C | 7 | 15A | 54 | 39 |
| Octal | 356 | 65 | 137 | 0 | 116 | 74 | 7 | 532 | 124 | 71 |
| Binary | 11101110 | 110101 | 1011111 | 0 | 1001110 | 111100 | 111 | 101011010 | 1010100 | 111001 |
Color Harmonies of #EE355F
Complementary color
Monochromatic Colors of #EE355F
Black with #EE355F
Text Example
Text Example
White with #EE355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE355F; }
p { color: rgb(238,53,95); }
H1.HeaderClassName
{
color: #EE355F;
}
.AnyTagClassName
{
color: #EE355F;
}
</style>
background-color css
<style>
a { background-color: #EE355F; }
a { background-color: rgb(238,53,95); }
div.DivClassName
{
background-color: #EE355F;
}
.BgClassName
{
background-color: #EE355F;
}
</style>
border-color css
<style>
span { border-color: #EE355F; }
span { border-color: rgb(238,53,95); }
td.TdClassName
{
border-color: #EE355F;
}
.TagClassName
{
border-color: #EE355F;
}
</style>