Shades of Razzmatazz #EC074D
Tints of Razzmatazz #EC074D
RGB
CMYK
RGB Variations
Color information
#EC074D (or 0xEC074D) is known color: Razzmatazz. HEX triplet: EC, 07 and 4D. RGB value is (236,7,77). Sum of RGB (Red+Green+Blue) = 236+7+77=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC074D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC074D is #13F8B2. Grayscale: #535353. Windows color (decimal): -1308851 or 5048300. OLE color: 5048300.
HSL color Cylindrical-coordinate representation of color #EC074D: hue angle of 341.66º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC074D is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 77 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.07 |
| HSL | 341.66º | 0.94% | 0.48% | - |
| HSV(B) | 341.66º | 0.97% | 0.93% | - |
| XYZ | 36.01 | 18.52 | 8.7 | - |
| YUV | 83.45 | 124.37 | 236.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 77 | 0 | 0.97 | 0.67 | 0.07 | 341.66 | 0.94 | 0.48 |
| Hex | EC | 7 | 4D | 0 | 61 | 43 | 7 | 156 | 5E | 30 |
| Octal | 354 | 7 | 115 | 0 | 141 | 103 | 7 | 526 | 136 | 60 |
| Binary | 11101100 | 111 | 1001101 | 0 | 1100001 | 1000011 | 111 | 101010110 | 1011110 | 110000 |
Color Harmonies of #EC074D
Complementary color
Monochromatic Colors of #EC074D
Black with #EC074D
Text Example
Text Example
White with #EC074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC074D; }
p { color: rgb(236,7,77); }
H1.HeaderClassName
{
color: #EC074D;
}
.AnyTagClassName
{
color: #EC074D;
}
</style>
background-color css
<style>
a { background-color: #EC074D; }
a { background-color: rgb(236,7,77); }
div.DivClassName
{
background-color: #EC074D;
}
.BgClassName
{
background-color: #EC074D;
}
</style>
border-color css
<style>
span { border-color: #EC074D; }
span { border-color: rgb(236,7,77); }
td.TdClassName
{
border-color: #EC074D;
}
.TagClassName
{
border-color: #EC074D;
}
</style>