Shades of Radical Red #EC435C
Tints of Radical Red #EC435C
RGB
CMYK
RGB Variations
Color information
#EC435C (or 0xEC435C) is known color: Radical Red. HEX triplet: EC, 43 and 5C. RGB value is (236,67,92). Sum of RGB (Red+Green+Blue) = 236+67+92=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC435C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC435C is #13BCA3. Grayscale: #787878. Windows color (decimal): -1293476 or 6046700. OLE color: 6046700.
HSL color Cylindrical-coordinate representation of color #EC435C: hue angle of 351.12º 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 #EC435C is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 92 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.07 |
| HSL | 351.12º | 0.82% | 0.59% | - |
| HSV(B) | 351.12º | 0.72% | 0.93% | - |
| XYZ | 38.53 | 22.62 | 12.46 | - |
| YUV | 120.38 | 111.99 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 92 | 0 | 0.72 | 0.61 | 0.07 | 351.12 | 0.82 | 0.59 |
| Hex | EC | 43 | 5C | 0 | 48 | 3D | 7 | 15F | 52 | 3B |
| Octal | 354 | 103 | 134 | 0 | 110 | 75 | 7 | 537 | 122 | 73 |
| Binary | 11101100 | 1000011 | 1011100 | 0 | 1001000 | 111101 | 111 | 101011111 | 1010010 | 111011 |
Color Harmonies of #EC435C
Complementary color
Monochromatic Colors of #EC435C
Black with #EC435C
Text Example
Text Example
White with #EC435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC435C; }
p { color: rgb(236,67,92); }
H1.HeaderClassName
{
color: #EC435C;
}
.AnyTagClassName
{
color: #EC435C;
}
</style>
background-color css
<style>
a { background-color: #EC435C; }
a { background-color: rgb(236,67,92); }
div.DivClassName
{
background-color: #EC435C;
}
.BgClassName
{
background-color: #EC435C;
}
</style>
border-color css
<style>
span { border-color: #EC435C; }
span { border-color: rgb(236,67,92); }
td.TdClassName
{
border-color: #EC435C;
}
.TagClassName
{
border-color: #EC435C;
}
</style>