Shades of Razzmatazz #EC076F
Tints of Razzmatazz #EC076F
RGB
CMYK
RGB Variations
Color information
#EC076F (or 0xEC076F) is known color: Razzmatazz. HEX triplet: EC, 07 and 6F. RGB value is (236,7,111). Sum of RGB (Red+Green+Blue) = 236+7+111=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC076F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC076F is #13F890. Grayscale: #575757. Windows color (decimal): -1308817 or 7276524. OLE color: 7276524.
HSL color Cylindrical-coordinate representation of color #EC076F: hue angle of 332.75º 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 #EC076F is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 111 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.07 |
| HSL | 332.75º | 0.94% | 0.48% | - |
| HSV(B) | 332.75º | 0.97% | 0.93% | - |
| XYZ | 37.54 | 19.13 | 16.75 | - |
| YUV | 87.33 | 141.37 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 111 | 0 | 0.97 | 0.53 | 0.07 | 332.75 | 0.94 | 0.48 |
| Hex | EC | 7 | 6F | 0 | 61 | 35 | 7 | 14D | 5E | 30 |
| Octal | 354 | 7 | 157 | 0 | 141 | 65 | 7 | 515 | 136 | 60 |
| Binary | 11101100 | 111 | 1101111 | 0 | 1100001 | 110101 | 111 | 101001101 | 1011110 | 110000 |
Color Harmonies of #EC076F
Complementary color
Monochromatic Colors of #EC076F
Black with #EC076F
Text Example
Text Example
White with #EC076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC076F; }
p { color: rgb(236,7,111); }
H1.HeaderClassName
{
color: #EC076F;
}
.AnyTagClassName
{
color: #EC076F;
}
</style>
background-color css
<style>
a { background-color: #EC076F; }
a { background-color: rgb(236,7,111); }
div.DivClassName
{
background-color: #EC076F;
}
.BgClassName
{
background-color: #EC076F;
}
</style>
border-color css
<style>
span { border-color: #EC076F; }
span { border-color: rgb(236,7,111); }
td.TdClassName
{
border-color: #EC076F;
}
.TagClassName
{
border-color: #EC076F;
}
</style>