Shades of Razzmatazz #EC144C
Tints of Razzmatazz #EC144C
RGB
CMYK
RGB Variations
Color information
#EC144C (or 0xEC144C) is known color: Razzmatazz. HEX triplet: EC, 14 and 4C. RGB value is (236,20,76). Sum of RGB (Red+Green+Blue) = 236+20+76=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC144C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC144C is #13EBB3. Grayscale: #5A5A5A. Windows color (decimal): -1305524 or 4986092. OLE color: 4986092.
HSL color Cylindrical-coordinate representation of color #EC144C: hue angle of 344.44º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC144C is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 76 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.07 |
| HSL | 344.44º | 0.85% | 0.5% | - |
| HSV(B) | 344.44º | 0.92% | 0.93% | - |
| XYZ | 36.15 | 18.85 | 8.57 | - |
| YUV | 90.97 | 119.56 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 76 | 0 | 0.92 | 0.68 | 0.07 | 344.44 | 0.85 | 0.5 |
| Hex | EC | 14 | 4C | 0 | 5C | 44 | 7 | 158 | 55 | 32 |
| Octal | 354 | 24 | 114 | 0 | 134 | 104 | 7 | 530 | 125 | 62 |
| Binary | 11101100 | 10100 | 1001100 | 0 | 1011100 | 1000100 | 111 | 101011000 | 1010101 | 110010 |
Color Harmonies of #EC144C
Complementary color
Monochromatic Colors of #EC144C
Black with #EC144C
Text Example
Text Example
White with #EC144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC144C; }
p { color: rgb(236,20,76); }
H1.HeaderClassName
{
color: #EC144C;
}
.AnyTagClassName
{
color: #EC144C;
}
</style>
background-color css
<style>
a { background-color: #EC144C; }
a { background-color: rgb(236,20,76); }
div.DivClassName
{
background-color: #EC144C;
}
.BgClassName
{
background-color: #EC144C;
}
</style>
border-color css
<style>
span { border-color: #EC144C; }
span { border-color: rgb(236,20,76); }
td.TdClassName
{
border-color: #EC144C;
}
.TagClassName
{
border-color: #EC144C;
}
</style>