Shades of Radical Red #EE345F
Tints of Radical Red #EE345F
RGB
CMYK
RGB Variations
Color information
#EE345F (or 0xEE345F) is known color: Radical Red. HEX triplet: EE, 34 and 5F. RGB value is (238,52,95). Sum of RGB (Red+Green+Blue) = 238+52+95=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE345F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE345F is #11CBA0. Grayscale: #707070. Windows color (decimal): -1166241 or 6239470. OLE color: 6239470.
HSL color Cylindrical-coordinate representation of color #EE345F: hue angle of 346.13º degrees, saturation: 0.85, 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 #EE345F is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 95 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.07 |
| HSL | 346.13º | 0.85% | 0.57% | - |
| HSV(B) | 346.13º | 0.78% | 0.93% | - |
| XYZ | 38.55 | 21.46 | 12.94 | - |
| YUV | 112.52 | 118.12 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 95 | 0 | 0.78 | 0.60 | 0.07 | 346.13 | 0.85 | 0.57 |
| Hex | EE | 34 | 5F | 0 | 4E | 3C | 7 | 15A | 55 | 39 |
| Octal | 356 | 64 | 137 | 0 | 116 | 74 | 7 | 532 | 125 | 71 |
| Binary | 11101110 | 110100 | 1011111 | 0 | 1001110 | 111100 | 111 | 101011010 | 1010101 | 111001 |
Color Harmonies of #EE345F
Complementary color
Monochromatic Colors of #EE345F
Black with #EE345F
Text Example
Text Example
White with #EE345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE345F; }
p { color: rgb(238,52,95); }
H1.HeaderClassName
{
color: #EE345F;
}
.AnyTagClassName
{
color: #EE345F;
}
</style>
background-color css
<style>
a { background-color: #EE345F; }
a { background-color: rgb(238,52,95); }
div.DivClassName
{
background-color: #EE345F;
}
.BgClassName
{
background-color: #EE345F;
}
</style>
border-color css
<style>
span { border-color: #EE345F; }
span { border-color: rgb(238,52,95); }
td.TdClassName
{
border-color: #EE345F;
}
.TagClassName
{
border-color: #EE345F;
}
</style>