Shades of Razzmatazz #EC044E
Tints of Razzmatazz #EC044E
RGB
CMYK
RGB Variations
Color information
#EC044E (or 0xEC044E) is known color: Razzmatazz. HEX triplet: EC, 04 and 4E. RGB value is (236,4,78). Sum of RGB (Red+Green+Blue) = 236+4+78=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC044E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC044E is #13FBB1. Grayscale: #515151. Windows color (decimal): -1309618 or 5113068. OLE color: 5113068.
HSL color Cylindrical-coordinate representation of color #EC044E: hue angle of 340.86º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC044E is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 78 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.07 |
| HSL | 340.86º | 0.97% | 0.47% | - |
| HSV(B) | 340.86º | 0.98% | 0.93% | - |
| XYZ | 36.01 | 18.47 | 8.87 | - |
| YUV | 81.8 | 125.86 | 237.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 78 | 0 | 0.98 | 0.67 | 0.07 | 340.86 | 0.97 | 0.47 |
| Hex | EC | 4 | 4E | 0 | 62 | 43 | 7 | 155 | 61 | 2F |
| Octal | 354 | 4 | 116 | 0 | 142 | 103 | 7 | 525 | 141 | 57 |
| Binary | 11101100 | 100 | 1001110 | 0 | 1100010 | 1000011 | 111 | 101010101 | 1100001 | 101111 |
Color Harmonies of #EC044E
Complementary color
Monochromatic Colors of #EC044E
Black with #EC044E
Text Example
Text Example
White with #EC044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC044E; }
p { color: rgb(236,4,78); }
H1.HeaderClassName
{
color: #EC044E;
}
.AnyTagClassName
{
color: #EC044E;
}
</style>
background-color css
<style>
a { background-color: #EC044E; }
a { background-color: rgb(236,4,78); }
div.DivClassName
{
background-color: #EC044E;
}
.BgClassName
{
background-color: #EC044E;
}
</style>
border-color css
<style>
span { border-color: #EC044E; }
span { border-color: rgb(236,4,78); }
td.TdClassName
{
border-color: #EC044E;
}
.TagClassName
{
border-color: #EC044E;
}
</style>