Shades of Radical Red #EC485C
Tints of Radical Red #EC485C
RGB
CMYK
RGB Variations
Color information
#EC485C (or 0xEC485C) is known color: Radical Red. HEX triplet: EC, 48 and 5C. RGB value is (236,72,92). Sum of RGB (Red+Green+Blue) = 236+72+92=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC485C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC485C is #13B7A3. Grayscale: #7B7B7B. Windows color (decimal): -1292196 or 6047980. OLE color: 6047980.
HSL color Cylindrical-coordinate representation of color #EC485C: hue angle of 352.68º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC485C is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 92 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.07 |
| HSL | 352.68º | 0.81% | 0.6% | - |
| HSV(B) | 352.68º | 0.69% | 0.93% | - |
| XYZ | 38.84 | 23.24 | 12.56 | - |
| YUV | 123.32 | 110.33 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 92 | 0 | 0.69 | 0.61 | 0.07 | 352.68 | 0.81 | 0.6 |
| Hex | EC | 48 | 5C | 0 | 45 | 3D | 7 | 161 | 51 | 3C |
| Octal | 354 | 110 | 134 | 0 | 105 | 75 | 7 | 541 | 121 | 74 |
| Binary | 11101100 | 1001000 | 1011100 | 0 | 1000101 | 111101 | 111 | 101100001 | 1010001 | 111100 |
Color Harmonies of #EC485C
Complementary color
Monochromatic Colors of #EC485C
Black with #EC485C
Text Example
Text Example
White with #EC485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC485C; }
p { color: rgb(236,72,92); }
H1.HeaderClassName
{
color: #EC485C;
}
.AnyTagClassName
{
color: #EC485C;
}
</style>
background-color css
<style>
a { background-color: #EC485C; }
a { background-color: rgb(236,72,92); }
div.DivClassName
{
background-color: #EC485C;
}
.BgClassName
{
background-color: #EC485C;
}
</style>
border-color css
<style>
span { border-color: #EC485C; }
span { border-color: rgb(236,72,92); }
td.TdClassName
{
border-color: #EC485C;
}
.TagClassName
{
border-color: #EC485C;
}
</style>