Shades of Radical Red #EB445D
Tints of Radical Red #EB445D
RGB
CMYK
RGB Variations
Color information
#EB445D (or 0xEB445D) is known color: Radical Red. HEX triplet: EB, 44 and 5D. RGB value is (235,68,93). Sum of RGB (Red+Green+Blue) = 235+68+93=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB445D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB445D is #14BBA2. Grayscale: #787878. Windows color (decimal): -1358755 or 6112491. OLE color: 6112491.
HSL color Cylindrical-coordinate representation of color #EB445D: hue angle of 351.02º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB445D is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 68 | 93 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.08 |
| HSL | 351.02º | 0.81% | 0.59% | - |
| HSV(B) | 351.02º | 0.71% | 0.92% | - |
| XYZ | 38.3 | 22.59 | 12.7 | - |
| YUV | 120.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 68 | 93 | 0 | 0.71 | 0.60 | 0.08 | 351.02 | 0.81 | 0.59 |
| Hex | EB | 44 | 5D | 0 | 47 | 3C | 8 | 15F | 51 | 3B |
| Octal | 353 | 104 | 135 | 0 | 107 | 74 | 10 | 537 | 121 | 73 |
| Binary | 11101011 | 1000100 | 1011101 | 0 | 1000111 | 111100 | 1000 | 101011111 | 1010001 | 111011 |
Color Harmonies of #EB445D
Complementary color
Monochromatic Colors of #EB445D
Black with #EB445D
Text Example
Text Example
White with #EB445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB445D; }
p { color: rgb(235,68,93); }
H1.HeaderClassName
{
color: #EB445D;
}
.AnyTagClassName
{
color: #EB445D;
}
</style>
background-color css
<style>
a { background-color: #EB445D; }
a { background-color: rgb(235,68,93); }
div.DivClassName
{
background-color: #EB445D;
}
.BgClassName
{
background-color: #EB445D;
}
</style>
border-color css
<style>
span { border-color: #EB445D; }
span { border-color: rgb(235,68,93); }
td.TdClassName
{
border-color: #EB445D;
}
.TagClassName
{
border-color: #EB445D;
}
</style>