Shades of Razzmatazz #EC0767
Tints of Razzmatazz #EC0767
RGB
CMYK
RGB Variations
Color information
#EC0767 (or 0xEC0767) is known color: Razzmatazz. HEX triplet: EC, 07 and 67. RGB value is (236,7,103). Sum of RGB (Red+Green+Blue) = 236+7+103=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0767 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0767 is #13F898. Grayscale: #565656. Windows color (decimal): -1308825 or 6752236. OLE color: 6752236.
HSL color Cylindrical-coordinate representation of color #EC0767: hue angle of 334.85º 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 #EC0767 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 103 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.07 |
| HSL | 334.85º | 0.94% | 0.48% | - |
| HSV(B) | 334.85º | 0.97% | 0.93% | - |
| XYZ | 37.12 | 18.96 | 14.54 | - |
| YUV | 86.42 | 137.37 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 103 | 0 | 0.97 | 0.56 | 0.07 | 334.85 | 0.94 | 0.48 |
| Hex | EC | 7 | 67 | 0 | 61 | 38 | 7 | 14F | 5E | 30 |
| Octal | 354 | 7 | 147 | 0 | 141 | 70 | 7 | 517 | 136 | 60 |
| Binary | 11101100 | 111 | 1100111 | 0 | 1100001 | 111000 | 111 | 101001111 | 1011110 | 110000 |
Color Harmonies of #EC0767
Complementary color
Monochromatic Colors of #EC0767
Black with #EC0767
Text Example
Text Example
White with #EC0767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0767; }
p { color: rgb(236,7,103); }
H1.HeaderClassName
{
color: #EC0767;
}
.AnyTagClassName
{
color: #EC0767;
}
</style>
background-color css
<style>
a { background-color: #EC0767; }
a { background-color: rgb(236,7,103); }
div.DivClassName
{
background-color: #EC0767;
}
.BgClassName
{
background-color: #EC0767;
}
</style>
border-color css
<style>
span { border-color: #EC0767; }
span { border-color: rgb(236,7,103); }
td.TdClassName
{
border-color: #EC0767;
}
.TagClassName
{
border-color: #EC0767;
}
</style>