Shades of Razzmatazz #EC004F
Tints of Razzmatazz #EC004F
RGB
CMYK
RGB Variations
Color information
#EC004F (or 0xEC004F) is known color: Razzmatazz. HEX triplet: EC, 00 and 4F. RGB value is (236,0,79). Sum of RGB (Red+Green+Blue) = 236+0+79=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC004F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC004F is #13FFB0. Grayscale: #4F4F4F. Windows color (decimal): -1310641 or 5177580. OLE color: 5177580.
HSL color Cylindrical-coordinate representation of color #EC004F: hue angle of 339.92º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC004F is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.67 | 0.07 |
| HSL | 339.92º | 1% | 0.46% | - |
| HSV(B) | 339.92º | 1% | 0.93% | - |
| XYZ | 36 | 18.4 | 9.05 | - |
| YUV | 79.57 | 127.69 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 79 | 0 | 1 | 0.67 | 0.07 | 339.92 | 1 | 0.46 |
| Hex | EC | 0 | 4F | 0 | 64 | 43 | 7 | 154 | 64 | 2E |
| Octal | 354 | 0 | 117 | 0 | 144 | 103 | 7 | 524 | 144 | 56 |
| Binary | 11101100 | 0 | 1001111 | 0 | 1100100 | 1000011 | 111 | 101010100 | 1100100 | 101110 |
Color Harmonies of #EC004F
Complementary color
Monochromatic Colors of #EC004F
Black with #EC004F
Text Example
Text Example
White with #EC004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC004F; }
p { color: rgb(236,0,79); }
H1.HeaderClassName
{
color: #EC004F;
}
.AnyTagClassName
{
color: #EC004F;
}
</style>
background-color css
<style>
a { background-color: #EC004F; }
a { background-color: rgb(236,0,79); }
div.DivClassName
{
background-color: #EC004F;
}
.BgClassName
{
background-color: #EC004F;
}
</style>
border-color css
<style>
span { border-color: #EC004F; }
span { border-color: rgb(236,0,79); }
td.TdClassName
{
border-color: #EC004F;
}
.TagClassName
{
border-color: #EC004F;
}
</style>