Shades of Radical Red #EC435E
Tints of Radical Red #EC435E
RGB
CMYK
RGB Variations
Color information
#EC435E (or 0xEC435E) is known color: Radical Red. HEX triplet: EC, 43 and 5E. RGB value is (236,67,94). Sum of RGB (Red+Green+Blue) = 236+67+94=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC435E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC435E is #13BCA1. Grayscale: #787878. Windows color (decimal): -1293474 or 6177772. OLE color: 6177772.
HSL color Cylindrical-coordinate representation of color #EC435E: hue angle of 350.41º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC435E is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 94 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.07 |
| HSL | 350.41º | 0.82% | 0.59% | - |
| HSV(B) | 350.41º | 0.72% | 0.93% | - |
| XYZ | 38.62 | 22.66 | 12.93 | - |
| YUV | 120.61 | 112.99 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 94 | 0 | 0.72 | 0.60 | 0.07 | 350.41 | 0.82 | 0.59 |
| Hex | EC | 43 | 5E | 0 | 48 | 3C | 7 | 15E | 52 | 3B |
| Octal | 354 | 103 | 136 | 0 | 110 | 74 | 7 | 536 | 122 | 73 |
| Binary | 11101100 | 1000011 | 1011110 | 0 | 1001000 | 111100 | 111 | 101011110 | 1010010 | 111011 |
Color Harmonies of #EC435E
Complementary color
Monochromatic Colors of #EC435E
Black with #EC435E
Text Example
Text Example
White with #EC435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC435E; }
p { color: rgb(236,67,94); }
H1.HeaderClassName
{
color: #EC435E;
}
.AnyTagClassName
{
color: #EC435E;
}
</style>
background-color css
<style>
a { background-color: #EC435E; }
a { background-color: rgb(236,67,94); }
div.DivClassName
{
background-color: #EC435E;
}
.BgClassName
{
background-color: #EC435E;
}
</style>
border-color css
<style>
span { border-color: #EC435E; }
span { border-color: rgb(236,67,94); }
td.TdClassName
{
border-color: #EC435E;
}
.TagClassName
{
border-color: #EC435E;
}
</style>