Shades of Radical Red #EE365C
Tints of Radical Red #EE365C
RGB
CMYK
RGB Variations
Color information
#EE365C (or 0xEE365C) is known color: Radical Red. HEX triplet: EE, 36 and 5C. RGB value is (238,54,92). Sum of RGB (Red+Green+Blue) = 238+54+92=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE365C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE365C is #11C9A3. Grayscale: #717171. Windows color (decimal): -1165732 or 6043374. OLE color: 6043374.
HSL color Cylindrical-coordinate representation of color #EE365C: hue angle of 347.61º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE365C is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 92 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.07 |
| HSL | 347.61º | 0.84% | 0.57% | - |
| HSV(B) | 347.61º | 0.77% | 0.93% | - |
| XYZ | 38.51 | 21.59 | 12.26 | - |
| YUV | 113.35 | 115.96 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 92 | 0 | 0.77 | 0.61 | 0.07 | 347.61 | 0.84 | 0.57 |
| Hex | EE | 36 | 5C | 0 | 4D | 3D | 7 | 15C | 54 | 39 |
| Octal | 356 | 66 | 134 | 0 | 115 | 75 | 7 | 534 | 124 | 71 |
| Binary | 11101110 | 110110 | 1011100 | 0 | 1001101 | 111101 | 111 | 101011100 | 1010100 | 111001 |
Color Harmonies of #EE365C
Complementary color
Monochromatic Colors of #EE365C
Black with #EE365C
Text Example
Text Example
White with #EE365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE365C; }
p { color: rgb(238,54,92); }
H1.HeaderClassName
{
color: #EE365C;
}
.AnyTagClassName
{
color: #EE365C;
}
</style>
background-color css
<style>
a { background-color: #EE365C; }
a { background-color: rgb(238,54,92); }
div.DivClassName
{
background-color: #EE365C;
}
.BgClassName
{
background-color: #EE365C;
}
</style>
border-color css
<style>
span { border-color: #EE365C; }
span { border-color: rgb(238,54,92); }
td.TdClassName
{
border-color: #EE365C;
}
.TagClassName
{
border-color: #EE365C;
}
</style>