Shades of Razzmatazz #EC104B
Tints of Razzmatazz #EC104B
RGB
CMYK
RGB Variations
Color information
#EC104B (or 0xEC104B) is known color: Razzmatazz. HEX triplet: EC, 10 and 4B. RGB value is (236,16,75). Sum of RGB (Red+Green+Blue) = 236+16+75=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC104B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC104B is #13EFB4. Grayscale: #585858. Windows color (decimal): -1306549 or 4919532. OLE color: 4919532.
HSL color Cylindrical-coordinate representation of color #EC104B: hue angle of 343.91º 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 #EC104B is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 75 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.07 |
| HSL | 343.91º | 0.87% | 0.49% | - |
| HSV(B) | 343.91º | 0.93% | 0.93% | - |
| XYZ | 36.05 | 18.71 | 8.37 | - |
| YUV | 88.51 | 120.39 | 233.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 75 | 0 | 0.93 | 0.68 | 0.07 | 343.91 | 0.87 | 0.49 |
| Hex | EC | 10 | 4B | 0 | 5D | 44 | 7 | 158 | 57 | 31 |
| Octal | 354 | 20 | 113 | 0 | 135 | 104 | 7 | 530 | 127 | 61 |
| Binary | 11101100 | 10000 | 1001011 | 0 | 1011101 | 1000100 | 111 | 101011000 | 1010111 | 110001 |
Color Harmonies of #EC104B
Complementary color
Monochromatic Colors of #EC104B
Black with #EC104B
Text Example
Text Example
White with #EC104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC104B; }
p { color: rgb(236,16,75); }
H1.HeaderClassName
{
color: #EC104B;
}
.AnyTagClassName
{
color: #EC104B;
}
</style>
background-color css
<style>
a { background-color: #EC104B; }
a { background-color: rgb(236,16,75); }
div.DivClassName
{
background-color: #EC104B;
}
.BgClassName
{
background-color: #EC104B;
}
</style>
border-color css
<style>
span { border-color: #EC104B; }
span { border-color: rgb(236,16,75); }
td.TdClassName
{
border-color: #EC104B;
}
.TagClassName
{
border-color: #EC104B;
}
</style>