Shades of Radical Red #EE345D
Tints of Radical Red #EE345D
RGB
CMYK
RGB Variations
Color information
#EE345D (or 0xEE345D) is known color: Radical Red. HEX triplet: EE, 34 and 5D. RGB value is (238,52,93). Sum of RGB (Red+Green+Blue) = 238+52+93=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE345D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE345D is #11CBA2. Grayscale: #707070. Windows color (decimal): -1166243 or 6108398. OLE color: 6108398.
HSL color Cylindrical-coordinate representation of color #EE345D: hue angle of 346.77º 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 #EE345D is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 93 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.07 |
| HSL | 346.77º | 0.85% | 0.57% | - |
| HSV(B) | 346.77º | 0.78% | 0.93% | - |
| XYZ | 38.46 | 21.42 | 12.46 | - |
| YUV | 112.29 | 117.12 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 93 | 0 | 0.78 | 0.61 | 0.07 | 346.77 | 0.85 | 0.57 |
| Hex | EE | 34 | 5D | 0 | 4E | 3D | 7 | 15B | 55 | 39 |
| Octal | 356 | 64 | 135 | 0 | 116 | 75 | 7 | 533 | 125 | 71 |
| Binary | 11101110 | 110100 | 1011101 | 0 | 1001110 | 111101 | 111 | 101011011 | 1010101 | 111001 |
Color Harmonies of #EE345D
Complementary color
Monochromatic Colors of #EE345D
Black with #EE345D
Text Example
Text Example
White with #EE345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE345D; }
p { color: rgb(238,52,93); }
H1.HeaderClassName
{
color: #EE345D;
}
.AnyTagClassName
{
color: #EE345D;
}
</style>
background-color css
<style>
a { background-color: #EE345D; }
a { background-color: rgb(238,52,93); }
div.DivClassName
{
background-color: #EE345D;
}
.BgClassName
{
background-color: #EE345D;
}
</style>
border-color css
<style>
span { border-color: #EE345D; }
span { border-color: rgb(238,52,93); }
td.TdClassName
{
border-color: #EE345D;
}
.TagClassName
{
border-color: #EE345D;
}
</style>