Shades of Razzmatazz #EC044F
Tints of Razzmatazz #EC044F
RGB
CMYK
RGB Variations
Color information
#EC044F (or 0xEC044F) is known color: Razzmatazz. HEX triplet: EC, 04 and 4F. RGB value is (236,4,79). Sum of RGB (Red+Green+Blue) = 236+4+79=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC044F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC044F is #13FBB0. Grayscale: #515151. Windows color (decimal): -1309617 or 5178604. OLE color: 5178604.
HSL color Cylindrical-coordinate representation of color #EC044F: hue angle of 340.6º 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 #EC044F is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 79 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.07 |
| HSL | 340.6º | 0.97% | 0.47% | - |
| HSV(B) | 340.6º | 0.98% | 0.93% | - |
| XYZ | 36.05 | 18.48 | 9.07 | - |
| YUV | 81.92 | 126.36 | 237.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 79 | 0 | 0.98 | 0.67 | 0.07 | 340.6 | 0.97 | 0.47 |
| Hex | EC | 4 | 4F | 0 | 62 | 43 | 7 | 155 | 61 | 2F |
| Octal | 354 | 4 | 117 | 0 | 142 | 103 | 7 | 525 | 141 | 57 |
| Binary | 11101100 | 100 | 1001111 | 0 | 1100010 | 1000011 | 111 | 101010101 | 1100001 | 101111 |
Color Harmonies of #EC044F
Complementary color
Monochromatic Colors of #EC044F
Black with #EC044F
Text Example
Text Example
White with #EC044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC044F; }
p { color: rgb(236,4,79); }
H1.HeaderClassName
{
color: #EC044F;
}
.AnyTagClassName
{
color: #EC044F;
}
</style>
background-color css
<style>
a { background-color: #EC044F; }
a { background-color: rgb(236,4,79); }
div.DivClassName
{
background-color: #EC044F;
}
.BgClassName
{
background-color: #EC044F;
}
</style>
border-color css
<style>
span { border-color: #EC044F; }
span { border-color: rgb(236,4,79); }
td.TdClassName
{
border-color: #EC044F;
}
.TagClassName
{
border-color: #EC044F;
}
</style>