Shades of Radical Red #EE3862
Tints of Radical Red #EE3862
RGB
CMYK
RGB Variations
Color information
#EE3862 (or 0xEE3862) is known color: Radical Red. HEX triplet: EE, 38 and 62. RGB value is (238,56,98). Sum of RGB (Red+Green+Blue) = 238+56+98=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3862 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3862 is #11C79D. Grayscale: #737373. Windows color (decimal): -1165214 or 6437102. OLE color: 6437102.
HSL color Cylindrical-coordinate representation of color #EE3862: hue angle of 346.15º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3862 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 98 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.07 |
| HSL | 346.15º | 0.84% | 0.58% | - |
| HSV(B) | 346.15º | 0.76% | 0.93% | - |
| XYZ | 38.88 | 21.89 | 13.73 | - |
| YUV | 115.21 | 118.3 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 98 | 0 | 0.76 | 0.59 | 0.07 | 346.15 | 0.84 | 0.58 |
| Hex | EE | 38 | 62 | 0 | 4C | 3B | 7 | 15A | 54 | 3A |
| Octal | 356 | 70 | 142 | 0 | 114 | 73 | 7 | 532 | 124 | 72 |
| Binary | 11101110 | 111000 | 1100010 | 0 | 1001100 | 111011 | 111 | 101011010 | 1010100 | 111010 |
Color Harmonies of #EE3862
Complementary color
Monochromatic Colors of #EE3862
Black with #EE3862
Text Example
Text Example
White with #EE3862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3862; }
p { color: rgb(238,56,98); }
H1.HeaderClassName
{
color: #EE3862;
}
.AnyTagClassName
{
color: #EE3862;
}
</style>
background-color css
<style>
a { background-color: #EE3862; }
a { background-color: rgb(238,56,98); }
div.DivClassName
{
background-color: #EE3862;
}
.BgClassName
{
background-color: #EE3862;
}
</style>
border-color css
<style>
span { border-color: #EE3862; }
span { border-color: rgb(238,56,98); }
td.TdClassName
{
border-color: #EE3862;
}
.TagClassName
{
border-color: #EE3862;
}
</style>