Shades of Razzmatazz #EC1657
Tints of Razzmatazz #EC1657
RGB
CMYK
RGB Variations
Color information
#EC1657 (or 0xEC1657) is known color: Razzmatazz. HEX triplet: EC, 16 and 57. RGB value is (236,22,87). Sum of RGB (Red+Green+Blue) = 236+22+87=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1657 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1657 is #13E9A8. Grayscale: #5D5D5D. Windows color (decimal): -1305001 or 5707500. OLE color: 5707500.
HSL color Cylindrical-coordinate representation of color #EC1657: hue angle of 341.78º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1657 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 87 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.07 |
| HSL | 341.78º | 0.85% | 0.51% | - |
| HSV(B) | 341.78º | 0.91% | 0.93% | - |
| XYZ | 36.6 | 19.09 | 10.77 | - |
| YUV | 93.4 | 124.4 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 87 | 0 | 0.91 | 0.63 | 0.07 | 341.78 | 0.85 | 0.51 |
| Hex | EC | 16 | 57 | 0 | 5B | 3F | 7 | 156 | 55 | 33 |
| Octal | 354 | 26 | 127 | 0 | 133 | 77 | 7 | 526 | 125 | 63 |
| Binary | 11101100 | 10110 | 1010111 | 0 | 1011011 | 111111 | 111 | 101010110 | 1010101 | 110011 |
Color Harmonies of #EC1657
Complementary color
Monochromatic Colors of #EC1657
Black with #EC1657
Text Example
Text Example
White with #EC1657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1657; }
p { color: rgb(236,22,87); }
H1.HeaderClassName
{
color: #EC1657;
}
.AnyTagClassName
{
color: #EC1657;
}
</style>
background-color css
<style>
a { background-color: #EC1657; }
a { background-color: rgb(236,22,87); }
div.DivClassName
{
background-color: #EC1657;
}
.BgClassName
{
background-color: #EC1657;
}
</style>
border-color css
<style>
span { border-color: #EC1657; }
span { border-color: rgb(236,22,87); }
td.TdClassName
{
border-color: #EC1657;
}
.TagClassName
{
border-color: #EC1657;
}
</style>