Shades of Radical Red #EB465E
Tints of Radical Red #EB465E
RGB
CMYK
RGB Variations
Color information
#EB465E (or 0xEB465E) is known color: Radical Red. HEX triplet: EB, 46 and 5E. RGB value is (235,70,94). Sum of RGB (Red+Green+Blue) = 235+70+94=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB465E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB465E is #14B9A1. Grayscale: #7A7A7A. Windows color (decimal): -1358242 or 6178539. OLE color: 6178539.
HSL color Cylindrical-coordinate representation of color #EB465E: hue angle of 351.27º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB465E is Cyan = 0, Magento = 0.70, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 70 | 94 | - |
| CMYK | 0 | 0.70 | 0.6 | 0.08 |
| HSL | 351.27º | 0.8% | 0.6% | - |
| HSV(B) | 351.27º | 0.7% | 0.92% | - |
| XYZ | 38.47 | 22.85 | 12.97 | - |
| YUV | 122.07 | 112.16 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 70 | 94 | 0 | 0.70 | 0.6 | 0.08 | 351.27 | 0.8 | 0.6 |
| Hex | EB | 46 | 5E | 0 | 46 | 3C | 8 | 15F | 50 | 3C |
| Octal | 353 | 106 | 136 | 0 | 106 | 74 | 10 | 537 | 120 | 74 |
| Binary | 11101011 | 1000110 | 1011110 | 0 | 1000110 | 111100 | 1000 | 101011111 | 1010000 | 111100 |
Color Harmonies of #EB465E
Complementary color
Monochromatic Colors of #EB465E
Black with #EB465E
Text Example
Text Example
White with #EB465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB465E; }
p { color: rgb(235,70,94); }
H1.HeaderClassName
{
color: #EB465E;
}
.AnyTagClassName
{
color: #EB465E;
}
</style>
background-color css
<style>
a { background-color: #EB465E; }
a { background-color: rgb(235,70,94); }
div.DivClassName
{
background-color: #EB465E;
}
.BgClassName
{
background-color: #EB465E;
}
</style>
border-color css
<style>
span { border-color: #EB465E; }
span { border-color: rgb(235,70,94); }
td.TdClassName
{
border-color: #EB465E;
}
.TagClassName
{
border-color: #EB465E;
}
</style>