Shades of Radical Red #EC4766
Tints of Radical Red #EC4766
RGB
CMYK
RGB Variations
Color information
#EC4766 (or 0xEC4766) is known color: Radical Red. HEX triplet: EC, 47 and 66. RGB value is (236,71,102). Sum of RGB (Red+Green+Blue) = 236+71+102=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4766 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4766 is #13B899. Grayscale: #7B7B7B. Windows color (decimal): -1292442 or 6703084. OLE color: 6703084.
HSL color Cylindrical-coordinate representation of color #EC4766: hue angle of 348.73º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4766 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 102 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.07 |
| HSL | 348.73º | 0.81% | 0.6% | - |
| HSV(B) | 348.73º | 0.7% | 0.93% | - |
| XYZ | 39.24 | 23.3 | 15 | - |
| YUV | 123.87 | 115.66 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 102 | 0 | 0.70 | 0.57 | 0.07 | 348.73 | 0.81 | 0.6 |
| Hex | EC | 47 | 66 | 0 | 46 | 39 | 7 | 15D | 51 | 3C |
| Octal | 354 | 107 | 146 | 0 | 106 | 71 | 7 | 535 | 121 | 74 |
| Binary | 11101100 | 1000111 | 1100110 | 0 | 1000110 | 111001 | 111 | 101011101 | 1010001 | 111100 |
Color Harmonies of #EC4766
Complementary color
Monochromatic Colors of #EC4766
Black with #EC4766
Text Example
Text Example
White with #EC4766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4766; }
p { color: rgb(236,71,102); }
H1.HeaderClassName
{
color: #EC4766;
}
.AnyTagClassName
{
color: #EC4766;
}
</style>
background-color css
<style>
a { background-color: #EC4766; }
a { background-color: rgb(236,71,102); }
div.DivClassName
{
background-color: #EC4766;
}
.BgClassName
{
background-color: #EC4766;
}
</style>
border-color css
<style>
span { border-color: #EC4766; }
span { border-color: rgb(236,71,102); }
td.TdClassName
{
border-color: #EC4766;
}
.TagClassName
{
border-color: #EC4766;
}
</style>