Shades of Radical Red #EE355B
Tints of Radical Red #EE355B
RGB
CMYK
RGB Variations
Color information
#EE355B (or 0xEE355B) is known color: Radical Red. HEX triplet: EE, 35 and 5B. RGB value is (238,53,91). Sum of RGB (Red+Green+Blue) = 238+53+91=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE355B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE355B is #11CAA4. Grayscale: #707070. Windows color (decimal): -1165989 or 5977582. OLE color: 5977582.
HSL color Cylindrical-coordinate representation of color #EE355B: hue angle of 347.68º 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 #EE355B is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 91 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.07 |
| HSL | 347.68º | 0.84% | 0.57% | - |
| HSV(B) | 347.68º | 0.78% | 0.93% | - |
| XYZ | 38.42 | 21.48 | 12.02 | - |
| YUV | 112.65 | 115.79 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 91 | 0 | 0.78 | 0.62 | 0.07 | 347.68 | 0.84 | 0.57 |
| Hex | EE | 35 | 5B | 0 | 4E | 3E | 7 | 15C | 54 | 39 |
| Octal | 356 | 65 | 133 | 0 | 116 | 76 | 7 | 534 | 124 | 71 |
| Binary | 11101110 | 110101 | 1011011 | 0 | 1001110 | 111110 | 111 | 101011100 | 1010100 | 111001 |
Color Harmonies of #EE355B
Complementary color
Monochromatic Colors of #EE355B
Black with #EE355B
Text Example
Text Example
White with #EE355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE355B; }
p { color: rgb(238,53,91); }
H1.HeaderClassName
{
color: #EE355B;
}
.AnyTagClassName
{
color: #EE355B;
}
</style>
background-color css
<style>
a { background-color: #EE355B; }
a { background-color: rgb(238,53,91); }
div.DivClassName
{
background-color: #EE355B;
}
.BgClassName
{
background-color: #EE355B;
}
</style>
border-color css
<style>
span { border-color: #EE355B; }
span { border-color: rgb(238,53,91); }
td.TdClassName
{
border-color: #EE355B;
}
.TagClassName
{
border-color: #EE355B;
}
</style>