Shades of Radical Red #EE355C
Tints of Radical Red #EE355C
RGB
CMYK
RGB Variations
Color information
#EE355C (or 0xEE355C) is known color: Radical Red. HEX triplet: EE, 35 and 5C. RGB value is (238,53,92). Sum of RGB (Red+Green+Blue) = 238+53+92=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE355C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE355C is #11CAA3. Grayscale: #707070. Windows color (decimal): -1165988 or 6043118. OLE color: 6043118.
HSL color Cylindrical-coordinate representation of color #EE355C: hue angle of 347.35º 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 #EE355C is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 92 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.07 |
| HSL | 347.35º | 0.84% | 0.57% | - |
| HSV(B) | 347.35º | 0.78% | 0.93% | - |
| XYZ | 38.46 | 21.5 | 12.25 | - |
| YUV | 112.76 | 116.29 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 92 | 0 | 0.78 | 0.61 | 0.07 | 347.35 | 0.84 | 0.57 |
| Hex | EE | 35 | 5C | 0 | 4E | 3D | 7 | 15B | 54 | 39 |
| Octal | 356 | 65 | 134 | 0 | 116 | 75 | 7 | 533 | 124 | 71 |
| Binary | 11101110 | 110101 | 1011100 | 0 | 1001110 | 111101 | 111 | 101011011 | 1010100 | 111001 |
Color Harmonies of #EE355C
Complementary color
Monochromatic Colors of #EE355C
Black with #EE355C
Text Example
Text Example
White with #EE355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE355C; }
p { color: rgb(238,53,92); }
H1.HeaderClassName
{
color: #EE355C;
}
.AnyTagClassName
{
color: #EE355C;
}
</style>
background-color css
<style>
a { background-color: #EE355C; }
a { background-color: rgb(238,53,92); }
div.DivClassName
{
background-color: #EE355C;
}
.BgClassName
{
background-color: #EE355C;
}
</style>
border-color css
<style>
span { border-color: #EE355C; }
span { border-color: rgb(238,53,92); }
td.TdClassName
{
border-color: #EE355C;
}
.TagClassName
{
border-color: #EE355C;
}
</style>