Shades of Razzmatazz #EC075D
Tints of Razzmatazz #EC075D
RGB
CMYK
RGB Variations
Color information
#EC075D (or 0xEC075D) is known color: Razzmatazz. HEX triplet: EC, 07 and 5D. RGB value is (236,7,93). Sum of RGB (Red+Green+Blue) = 236+7+93=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC075D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC075D is #13F8A2. Grayscale: #555555. Windows color (decimal): -1308835 or 6096876. OLE color: 6096876.
HSL color Cylindrical-coordinate representation of color #EC075D: hue angle of 337.47º 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 #EC075D is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 93 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.07 |
| HSL | 337.47º | 0.94% | 0.48% | - |
| HSV(B) | 337.47º | 0.97% | 0.93% | - |
| XYZ | 36.64 | 18.78 | 12.05 | - |
| YUV | 85.28 | 132.37 | 235.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 93 | 0 | 0.97 | 0.61 | 0.07 | 337.47 | 0.94 | 0.48 |
| Hex | EC | 7 | 5D | 0 | 61 | 3D | 7 | 151 | 5E | 30 |
| Octal | 354 | 7 | 135 | 0 | 141 | 75 | 7 | 521 | 136 | 60 |
| Binary | 11101100 | 111 | 1011101 | 0 | 1100001 | 111101 | 111 | 101010001 | 1011110 | 110000 |
Color Harmonies of #EC075D
Complementary color
Monochromatic Colors of #EC075D
Black with #EC075D
Text Example
Text Example
White with #EC075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC075D; }
p { color: rgb(236,7,93); }
H1.HeaderClassName
{
color: #EC075D;
}
.AnyTagClassName
{
color: #EC075D;
}
</style>
background-color css
<style>
a { background-color: #EC075D; }
a { background-color: rgb(236,7,93); }
div.DivClassName
{
background-color: #EC075D;
}
.BgClassName
{
background-color: #EC075D;
}
</style>
border-color css
<style>
span { border-color: #EC075D; }
span { border-color: rgb(236,7,93); }
td.TdClassName
{
border-color: #EC075D;
}
.TagClassName
{
border-color: #EC075D;
}
</style>