Shades of Radical Red #EC4261
Tints of Radical Red #EC4261
RGB
CMYK
RGB Variations
Color information
#EC4261 (or 0xEC4261) is known color: Radical Red. HEX triplet: EC, 42 and 61. RGB value is (236,66,97). Sum of RGB (Red+Green+Blue) = 236+66+97=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4261 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4261 is #13BD9E. Grayscale: #787878. Windows color (decimal): -1293727 or 6374124. OLE color: 6374124.
HSL color Cylindrical-coordinate representation of color #EC4261: hue angle of 349.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 #EC4261 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 97 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.07 |
| HSL | 349.06º | 0.82% | 0.59% | - |
| HSV(B) | 349.06º | 0.72% | 0.93% | - |
| XYZ | 38.7 | 22.59 | 13.63 | - |
| YUV | 120.36 | 114.82 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 97 | 0 | 0.72 | 0.59 | 0.07 | 349.06 | 0.82 | 0.59 |
| Hex | EC | 42 | 61 | 0 | 48 | 3B | 7 | 15D | 52 | 3B |
| Octal | 354 | 102 | 141 | 0 | 110 | 73 | 7 | 535 | 122 | 73 |
| Binary | 11101100 | 1000010 | 1100001 | 0 | 1001000 | 111011 | 111 | 101011101 | 1010010 | 111011 |
Color Harmonies of #EC4261
Complementary color
Monochromatic Colors of #EC4261
Black with #EC4261
Text Example
Text Example
White with #EC4261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4261; }
p { color: rgb(236,66,97); }
H1.HeaderClassName
{
color: #EC4261;
}
.AnyTagClassName
{
color: #EC4261;
}
</style>
background-color css
<style>
a { background-color: #EC4261; }
a { background-color: rgb(236,66,97); }
div.DivClassName
{
background-color: #EC4261;
}
.BgClassName
{
background-color: #EC4261;
}
</style>
border-color css
<style>
span { border-color: #EC4261; }
span { border-color: rgb(236,66,97); }
td.TdClassName
{
border-color: #EC4261;
}
.TagClassName
{
border-color: #EC4261;
}
</style>