Shades of Razzmatazz #EC0657
Tints of Razzmatazz #EC0657
RGB
CMYK
RGB Variations
Color information
#EC0657 (or 0xEC0657) is known color: Razzmatazz. HEX triplet: EC, 06 and 57. RGB value is (236,6,87). Sum of RGB (Red+Green+Blue) = 236+6+87=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0657 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0657 is #13F9A8. Grayscale: #535353. Windows color (decimal): -1309097 or 5703404. OLE color: 5703404.
HSL color Cylindrical-coordinate representation of color #EC0657: hue angle of 338.87º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0657 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 87 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.07 |
| HSL | 338.87º | 0.95% | 0.47% | - |
| HSV(B) | 338.87º | 0.97% | 0.93% | - |
| XYZ | 36.38 | 18.65 | 10.7 | - |
| YUV | 84 | 129.7 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 87 | 0 | 0.97 | 0.63 | 0.07 | 338.87 | 0.95 | 0.47 |
| Hex | EC | 6 | 57 | 0 | 61 | 3F | 7 | 153 | 5F | 2F |
| Octal | 354 | 6 | 127 | 0 | 141 | 77 | 7 | 523 | 137 | 57 |
| Binary | 11101100 | 110 | 1010111 | 0 | 1100001 | 111111 | 111 | 101010011 | 1011111 | 101111 |
Color Harmonies of #EC0657
Complementary color
Monochromatic Colors of #EC0657
Black with #EC0657
Text Example
Text Example
White with #EC0657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0657; }
p { color: rgb(236,6,87); }
H1.HeaderClassName
{
color: #EC0657;
}
.AnyTagClassName
{
color: #EC0657;
}
</style>
background-color css
<style>
a { background-color: #EC0657; }
a { background-color: rgb(236,6,87); }
div.DivClassName
{
background-color: #EC0657;
}
.BgClassName
{
background-color: #EC0657;
}
</style>
border-color css
<style>
span { border-color: #EC0657; }
span { border-color: rgb(236,6,87); }
td.TdClassName
{
border-color: #EC0657;
}
.TagClassName
{
border-color: #EC0657;
}
</style>