Shades of Razzmatazz #EC074B
Tints of Razzmatazz #EC074B
RGB
CMYK
RGB Variations
Color information
#EC074B (or 0xEC074B) is known color: Razzmatazz. HEX triplet: EC, 07 and 4B. RGB value is (236,7,75). Sum of RGB (Red+Green+Blue) = 236+7+75=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC074B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC074B is #13F8B4. Grayscale: #535353. Windows color (decimal): -1308853 or 4917228. OLE color: 4917228.
HSL color Cylindrical-coordinate representation of color #EC074B: hue angle of 342.18º 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 #EC074B is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 75 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.07 |
| HSL | 342.18º | 0.94% | 0.48% | - |
| HSV(B) | 342.18º | 0.97% | 0.93% | - |
| XYZ | 35.94 | 18.49 | 8.33 | - |
| YUV | 83.22 | 123.37 | 236.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 75 | 0 | 0.97 | 0.68 | 0.07 | 342.18 | 0.94 | 0.48 |
| Hex | EC | 7 | 4B | 0 | 61 | 44 | 7 | 156 | 5E | 30 |
| Octal | 354 | 7 | 113 | 0 | 141 | 104 | 7 | 526 | 136 | 60 |
| Binary | 11101100 | 111 | 1001011 | 0 | 1100001 | 1000100 | 111 | 101010110 | 1011110 | 110000 |
Color Harmonies of #EC074B
Complementary color
Monochromatic Colors of #EC074B
Black with #EC074B
Text Example
Text Example
White with #EC074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC074B; }
p { color: rgb(236,7,75); }
H1.HeaderClassName
{
color: #EC074B;
}
.AnyTagClassName
{
color: #EC074B;
}
</style>
background-color css
<style>
a { background-color: #EC074B; }
a { background-color: rgb(236,7,75); }
div.DivClassName
{
background-color: #EC074B;
}
.BgClassName
{
background-color: #EC074B;
}
</style>
border-color css
<style>
span { border-color: #EC074B; }
span { border-color: rgb(236,7,75); }
td.TdClassName
{
border-color: #EC074B;
}
.TagClassName
{
border-color: #EC074B;
}
</style>