Shades of Radical Red #EC435A
Tints of Radical Red #EC435A
RGB
CMYK
RGB Variations
Color information
#EC435A (or 0xEC435A) is known color: Radical Red. HEX triplet: EC, 43 and 5A. RGB value is (236,67,90). Sum of RGB (Red+Green+Blue) = 236+67+90=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC435A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC435A is #13BCA5. Grayscale: #787878. Windows color (decimal): -1293478 or 5915628. OLE color: 5915628.
HSL color Cylindrical-coordinate representation of color #EC435A: hue angle of 351.83º 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 #EC435A is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 90 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.07 |
| HSL | 351.83º | 0.82% | 0.59% | - |
| HSV(B) | 351.83º | 0.72% | 0.93% | - |
| XYZ | 38.44 | 22.59 | 12.01 | - |
| YUV | 120.15 | 110.99 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 90 | 0 | 0.72 | 0.62 | 0.07 | 351.83 | 0.82 | 0.59 |
| Hex | EC | 43 | 5A | 0 | 48 | 3E | 7 | 160 | 52 | 3B |
| Octal | 354 | 103 | 132 | 0 | 110 | 76 | 7 | 540 | 122 | 73 |
| Binary | 11101100 | 1000011 | 1011010 | 0 | 1001000 | 111110 | 111 | 101100000 | 1010010 | 111011 |
Color Harmonies of #EC435A
Complementary color
Monochromatic Colors of #EC435A
Black with #EC435A
Text Example
Text Example
White with #EC435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC435A; }
p { color: rgb(236,67,90); }
H1.HeaderClassName
{
color: #EC435A;
}
.AnyTagClassName
{
color: #EC435A;
}
</style>
background-color css
<style>
a { background-color: #EC435A; }
a { background-color: rgb(236,67,90); }
div.DivClassName
{
background-color: #EC435A;
}
.BgClassName
{
background-color: #EC435A;
}
</style>
border-color css
<style>
span { border-color: #EC435A; }
span { border-color: rgb(236,67,90); }
td.TdClassName
{
border-color: #EC435A;
}
.TagClassName
{
border-color: #EC435A;
}
</style>