Shades of Radical Red #EE465D
Tints of Radical Red #EE465D
RGB
CMYK
RGB Variations
Color information
#EE465D (or 0xEE465D) is known color: Radical Red. HEX triplet: EE, 46 and 5D. RGB value is (238,70,93). Sum of RGB (Red+Green+Blue) = 238+70+93=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE465D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE465D is #11B9A2. Grayscale: #7A7A7A. Windows color (decimal): -1161635 or 6113006. OLE color: 6113006.
HSL color Cylindrical-coordinate representation of color #EE465D: hue angle of 351.79º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE465D is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 93 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.07 |
| HSL | 351.79º | 0.83% | 0.6% | - |
| HSV(B) | 351.79º | 0.71% | 0.93% | - |
| XYZ | 39.43 | 23.35 | 12.78 | - |
| YUV | 122.85 | 111.16 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 93 | 0 | 0.71 | 0.61 | 0.07 | 351.79 | 0.83 | 0.6 |
| Hex | EE | 46 | 5D | 0 | 47 | 3D | 7 | 160 | 53 | 3C |
| Octal | 356 | 106 | 135 | 0 | 107 | 75 | 7 | 540 | 123 | 74 |
| Binary | 11101110 | 1000110 | 1011101 | 0 | 1000111 | 111101 | 111 | 101100000 | 1010011 | 111100 |
Color Harmonies of #EE465D
Complementary color
Monochromatic Colors of #EE465D
Black with #EE465D
Text Example
Text Example
White with #EE465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE465D; }
p { color: rgb(238,70,93); }
H1.HeaderClassName
{
color: #EE465D;
}
.AnyTagClassName
{
color: #EE465D;
}
</style>
background-color css
<style>
a { background-color: #EE465D; }
a { background-color: rgb(238,70,93); }
div.DivClassName
{
background-color: #EE465D;
}
.BgClassName
{
background-color: #EE465D;
}
</style>
border-color css
<style>
span { border-color: #EE465D; }
span { border-color: rgb(238,70,93); }
td.TdClassName
{
border-color: #EE465D;
}
.TagClassName
{
border-color: #EE465D;
}
</style>