Shades of Radical Red #EC435F
Tints of Radical Red #EC435F
RGB
CMYK
RGB Variations
Color information
#EC435F (or 0xEC435F) is known color: Radical Red. HEX triplet: EC, 43 and 5F. RGB value is (236,67,95). Sum of RGB (Red+Green+Blue) = 236+67+95=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC435F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC435F is #13BCA0. Grayscale: #787878. Windows color (decimal): -1293473 or 6243308. OLE color: 6243308.
HSL color Cylindrical-coordinate representation of color #EC435F: hue angle of 350.06º 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 #EC435F is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 95 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.07 |
| HSL | 350.06º | 0.82% | 0.59% | - |
| HSV(B) | 350.06º | 0.72% | 0.93% | - |
| XYZ | 38.66 | 22.67 | 13.17 | - |
| YUV | 120.72 | 113.49 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 95 | 0 | 0.72 | 0.60 | 0.07 | 350.06 | 0.82 | 0.59 |
| Hex | EC | 43 | 5F | 0 | 48 | 3C | 7 | 15E | 52 | 3B |
| Octal | 354 | 103 | 137 | 0 | 110 | 74 | 7 | 536 | 122 | 73 |
| Binary | 11101100 | 1000011 | 1011111 | 0 | 1001000 | 111100 | 111 | 101011110 | 1010010 | 111011 |
Color Harmonies of #EC435F
Complementary color
Monochromatic Colors of #EC435F
Black with #EC435F
Text Example
Text Example
White with #EC435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC435F; }
p { color: rgb(236,67,95); }
H1.HeaderClassName
{
color: #EC435F;
}
.AnyTagClassName
{
color: #EC435F;
}
</style>
background-color css
<style>
a { background-color: #EC435F; }
a { background-color: rgb(236,67,95); }
div.DivClassName
{
background-color: #EC435F;
}
.BgClassName
{
background-color: #EC435F;
}
</style>
border-color css
<style>
span { border-color: #EC435F; }
span { border-color: rgb(236,67,95); }
td.TdClassName
{
border-color: #EC435F;
}
.TagClassName
{
border-color: #EC435F;
}
</style>