Shades of Razzmatazz #EC075E
Tints of Razzmatazz #EC075E
RGB
CMYK
RGB Variations
Color information
#EC075E (or 0xEC075E) is known color: Razzmatazz. HEX triplet: EC, 07 and 5E. RGB value is (236,7,94). Sum of RGB (Red+Green+Blue) = 236+7+94=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC075E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC075E is #13F8A1. Grayscale: #555555. Windows color (decimal): -1308834 or 6162412. OLE color: 6162412.
HSL color Cylindrical-coordinate representation of color #EC075E: hue angle of 337.21º 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 #EC075E is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 94 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.07 |
| HSL | 337.21º | 0.94% | 0.48% | - |
| HSV(B) | 337.21º | 0.97% | 0.93% | - |
| XYZ | 36.69 | 18.79 | 12.28 | - |
| YUV | 85.39 | 132.87 | 235.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 94 | 0 | 0.97 | 0.60 | 0.07 | 337.21 | 0.94 | 0.48 |
| Hex | EC | 7 | 5E | 0 | 61 | 3C | 7 | 151 | 5E | 30 |
| Octal | 354 | 7 | 136 | 0 | 141 | 74 | 7 | 521 | 136 | 60 |
| Binary | 11101100 | 111 | 1011110 | 0 | 1100001 | 111100 | 111 | 101010001 | 1011110 | 110000 |
Color Harmonies of #EC075E
Complementary color
Monochromatic Colors of #EC075E
Black with #EC075E
Text Example
Text Example
White with #EC075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC075E; }
p { color: rgb(236,7,94); }
H1.HeaderClassName
{
color: #EC075E;
}
.AnyTagClassName
{
color: #EC075E;
}
</style>
background-color css
<style>
a { background-color: #EC075E; }
a { background-color: rgb(236,7,94); }
div.DivClassName
{
background-color: #EC075E;
}
.BgClassName
{
background-color: #EC075E;
}
</style>
border-color css
<style>
span { border-color: #EC075E; }
span { border-color: rgb(236,7,94); }
td.TdClassName
{
border-color: #EC075E;
}
.TagClassName
{
border-color: #EC075E;
}
</style>