Shades of Radical Red #E9465A
Tints of Radical Red #E9465A
RGB
CMYK
RGB Variations
Color information
#E9465A (or 0xE9465A) is known color: Radical Red. HEX triplet: E9, 46 and 5A. RGB value is (233,70,90). Sum of RGB (Red+Green+Blue) = 233+70+90=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E9465A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9465A is #16B9A5. Grayscale: #797979. Windows color (decimal): -1489318 or 5916393. OLE color: 5916393.
HSL color Cylindrical-coordinate representation of color #E9465A: hue angle of 352.64º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E9465A is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 90 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.09 |
| HSL | 352.64º | 0.79% | 0.59% | - |
| HSV(B) | 352.64º | 0.7% | 0.91% | - |
| XYZ | 37.64 | 22.44 | 12.02 | - |
| YUV | 121.02 | 110.5 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 90 | 0 | 0.70 | 0.61 | 0.09 | 352.64 | 0.79 | 0.59 |
| Hex | E9 | 46 | 5A | 0 | 46 | 3D | 9 | 161 | 4F | 3B |
| Octal | 351 | 106 | 132 | 0 | 106 | 75 | 11 | 541 | 117 | 73 |
| Binary | 11101001 | 1000110 | 1011010 | 0 | 1000110 | 111101 | 1001 | 101100001 | 1001111 | 111011 |
Color Harmonies of #E9465A
Complementary color
Monochromatic Colors of #E9465A
Black with #E9465A
Text Example
Text Example
White with #E9465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9465A; }
p { color: rgb(233,70,90); }
H1.HeaderClassName
{
color: #E9465A;
}
.AnyTagClassName
{
color: #E9465A;
}
</style>
background-color css
<style>
a { background-color: #E9465A; }
a { background-color: rgb(233,70,90); }
div.DivClassName
{
background-color: #E9465A;
}
.BgClassName
{
background-color: #E9465A;
}
</style>
border-color css
<style>
span { border-color: #E9465A; }
span { border-color: rgb(233,70,90); }
td.TdClassName
{
border-color: #E9465A;
}
.TagClassName
{
border-color: #E9465A;
}
</style>