Shades of Alizarin #EC233C
Tints of Alizarin #EC233C
RGB
CMYK
RGB Variations
Color information
#EC233C (or 0xEC233C) is known color: Alizarin. HEX triplet: EC, 23 and 3C. RGB value is (236,35,60). Sum of RGB (Red+Green+Blue) = 236+35+60=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC233C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC233C is #13DCC3. Grayscale: #626262. Windows color (decimal): -1301700 or 3941356. OLE color: 3941356.
HSL color Cylindrical-coordinate representation of color #EC233C: hue angle of 352.54º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC233C is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 60 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.07 |
| HSL | 352.54º | 0.84% | 0.53% | - |
| HSV(B) | 352.54º | 0.85% | 0.93% | - |
| XYZ | 36.01 | 19.36 | 6.11 | - |
| YUV | 97.95 | 106.59 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 60 | 0 | 0.85 | 0.75 | 0.07 | 352.54 | 0.84 | 0.53 |
| Hex | EC | 23 | 3C | 0 | 55 | 4B | 7 | 161 | 54 | 35 |
| Octal | 354 | 43 | 74 | 0 | 125 | 113 | 7 | 541 | 124 | 65 |
| Binary | 11101100 | 100011 | 111100 | 0 | 1010101 | 1001011 | 111 | 101100001 | 1010100 | 110101 |
Color Harmonies of #EC233C
Complementary color
Monochromatic Colors of #EC233C
Black with #EC233C
Text Example
Text Example
White with #EC233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC233C; }
p { color: rgb(236,35,60); }
H1.HeaderClassName
{
color: #EC233C;
}
.AnyTagClassName
{
color: #EC233C;
}
</style>
background-color css
<style>
a { background-color: #EC233C; }
a { background-color: rgb(236,35,60); }
div.DivClassName
{
background-color: #EC233C;
}
.BgClassName
{
background-color: #EC233C;
}
</style>
border-color css
<style>
span { border-color: #EC233C; }
span { border-color: rgb(236,35,60); }
td.TdClassName
{
border-color: #EC233C;
}
.TagClassName
{
border-color: #EC233C;
}
</style>