Shades of Razzmatazz #EC104D
Tints of Razzmatazz #EC104D
RGB
CMYK
RGB Variations
Color information
#EC104D (or 0xEC104D) is known color: Razzmatazz. HEX triplet: EC, 10 and 4D. RGB value is (236,16,77). Sum of RGB (Red+Green+Blue) = 236+16+77=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC104D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC104D is #13EFB2. Grayscale: #585858. Windows color (decimal): -1306547 or 5050604. OLE color: 5050604.
HSL color Cylindrical-coordinate representation of color #EC104D: hue angle of 343.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC104D is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 77 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.07 |
| HSL | 343.36º | 0.87% | 0.49% | - |
| HSV(B) | 343.36º | 0.93% | 0.93% | - |
| XYZ | 36.12 | 18.74 | 8.73 | - |
| YUV | 88.73 | 121.39 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 77 | 0 | 0.93 | 0.67 | 0.07 | 343.36 | 0.87 | 0.49 |
| Hex | EC | 10 | 4D | 0 | 5D | 43 | 7 | 157 | 57 | 31 |
| Octal | 354 | 20 | 115 | 0 | 135 | 103 | 7 | 527 | 127 | 61 |
| Binary | 11101100 | 10000 | 1001101 | 0 | 1011101 | 1000011 | 111 | 101010111 | 1010111 | 110001 |
Color Harmonies of #EC104D
Complementary color
Monochromatic Colors of #EC104D
Black with #EC104D
Text Example
Text Example
White with #EC104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC104D; }
p { color: rgb(236,16,77); }
H1.HeaderClassName
{
color: #EC104D;
}
.AnyTagClassName
{
color: #EC104D;
}
</style>
background-color css
<style>
a { background-color: #EC104D; }
a { background-color: rgb(236,16,77); }
div.DivClassName
{
background-color: #EC104D;
}
.BgClassName
{
background-color: #EC104D;
}
</style>
border-color css
<style>
span { border-color: #EC104D; }
span { border-color: rgb(236,16,77); }
td.TdClassName
{
border-color: #EC104D;
}
.TagClassName
{
border-color: #EC104D;
}
</style>