Shades of Radical Red #EE385A
Tints of Radical Red #EE385A
RGB
CMYK
RGB Variations
Color information
#EE385A (or 0xEE385A) is known color: Radical Red. HEX triplet: EE, 38 and 5A. RGB value is (238,56,90). Sum of RGB (Red+Green+Blue) = 238+56+90=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE385A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE385A is #11C7A5. Grayscale: #727272. Windows color (decimal): -1165222 or 5912814. OLE color: 5912814.
HSL color Cylindrical-coordinate representation of color #EE385A: hue angle of 348.79º 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 #EE385A is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 90 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.07 |
| HSL | 348.79º | 0.84% | 0.58% | - |
| HSV(B) | 348.79º | 0.76% | 0.93% | - |
| XYZ | 38.52 | 21.74 | 11.84 | - |
| YUV | 114.29 | 114.3 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 90 | 0 | 0.76 | 0.62 | 0.07 | 348.79 | 0.84 | 0.58 |
| Hex | EE | 38 | 5A | 0 | 4C | 3E | 7 | 15D | 54 | 3A |
| Octal | 356 | 70 | 132 | 0 | 114 | 76 | 7 | 535 | 124 | 72 |
| Binary | 11101110 | 111000 | 1011010 | 0 | 1001100 | 111110 | 111 | 101011101 | 1010100 | 111010 |
Color Harmonies of #EE385A
Complementary color
Monochromatic Colors of #EE385A
Black with #EE385A
Text Example
Text Example
White with #EE385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE385A; }
p { color: rgb(238,56,90); }
H1.HeaderClassName
{
color: #EE385A;
}
.AnyTagClassName
{
color: #EE385A;
}
</style>
background-color css
<style>
a { background-color: #EE385A; }
a { background-color: rgb(238,56,90); }
div.DivClassName
{
background-color: #EE385A;
}
.BgClassName
{
background-color: #EE385A;
}
</style>
border-color css
<style>
span { border-color: #EE385A; }
span { border-color: rgb(238,56,90); }
td.TdClassName
{
border-color: #EE385A;
}
.TagClassName
{
border-color: #EE385A;
}
</style>