Shades of Razzmatazz #EC0C4A
Tints of Razzmatazz #EC0C4A
RGB
CMYK
RGB Variations
Color information
#EC0C4A (or 0xEC0C4A) is known color: Razzmatazz. HEX triplet: EC, 0C and 4A. RGB value is (236,12,74). Sum of RGB (Red+Green+Blue) = 236+12+74=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0C4A is #13F3B5. Grayscale: #565656. Windows color (decimal): -1307574 or 4852972. OLE color: 4852972.
HSL color Cylindrical-coordinate representation of color #EC0C4A: hue angle of 343.39º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C4A is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 74 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.07 |
| HSL | 343.39º | 0.9% | 0.49% | - |
| HSV(B) | 343.39º | 0.95% | 0.93% | - |
| XYZ | 35.96 | 18.59 | 8.17 | - |
| YUV | 86.04 | 121.21 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 74 | 0 | 0.95 | 0.69 | 0.07 | 343.39 | 0.9 | 0.49 |
| Hex | EC | C | 4A | 0 | 5F | 45 | 7 | 157 | 5A | 31 |
| Octal | 354 | 14 | 112 | 0 | 137 | 105 | 7 | 527 | 132 | 61 |
| Binary | 11101100 | 1100 | 1001010 | 0 | 1011111 | 1000101 | 111 | 101010111 | 1011010 | 110001 |
Color Harmonies of #EC0C4A
Complementary color
Monochromatic Colors of #EC0C4A
Black with #EC0C4A
Text Example
Text Example
White with #EC0C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C4A; }
p { color: rgb(236,12,74); }
H1.HeaderClassName
{
color: #EC0C4A;
}
.AnyTagClassName
{
color: #EC0C4A;
}
</style>
background-color css
<style>
a { background-color: #EC0C4A; }
a { background-color: rgb(236,12,74); }
div.DivClassName
{
background-color: #EC0C4A;
}
.BgClassName
{
background-color: #EC0C4A;
}
</style>
border-color css
<style>
span { border-color: #EC0C4A; }
span { border-color: rgb(236,12,74); }
td.TdClassName
{
border-color: #EC0C4A;
}
.TagClassName
{
border-color: #EC0C4A;
}
</style>