Shades of Razzmatazz #EC1751
Tints of Razzmatazz #EC1751
RGB
CMYK
RGB Variations
Color information
#EC1751 (or 0xEC1751) is known color: Razzmatazz. HEX triplet: EC, 17 and 51. RGB value is (236,23,81). Sum of RGB (Red+Green+Blue) = 236+23+81=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1751 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1751 is #13E8AE. Grayscale: #5D5D5D. Windows color (decimal): -1304751 or 5314540. OLE color: 5314540.
HSL color Cylindrical-coordinate representation of color #EC1751: hue angle of 343.66º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1751 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 81 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.07 |
| HSL | 343.66º | 0.85% | 0.51% | - |
| HSV(B) | 343.66º | 0.9% | 0.93% | - |
| XYZ | 36.38 | 19.04 | 9.54 | - |
| YUV | 93.3 | 121.07 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 81 | 0 | 0.90 | 0.66 | 0.07 | 343.66 | 0.85 | 0.51 |
| Hex | EC | 17 | 51 | 0 | 5A | 42 | 7 | 158 | 55 | 33 |
| Octal | 354 | 27 | 121 | 0 | 132 | 102 | 7 | 530 | 125 | 63 |
| Binary | 11101100 | 10111 | 1010001 | 0 | 1011010 | 1000010 | 111 | 101011000 | 1010101 | 110011 |
Color Harmonies of #EC1751
Complementary color
Monochromatic Colors of #EC1751
Black with #EC1751
Text Example
Text Example
White with #EC1751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1751; }
p { color: rgb(236,23,81); }
H1.HeaderClassName
{
color: #EC1751;
}
.AnyTagClassName
{
color: #EC1751;
}
</style>
background-color css
<style>
a { background-color: #EC1751; }
a { background-color: rgb(236,23,81); }
div.DivClassName
{
background-color: #EC1751;
}
.BgClassName
{
background-color: #EC1751;
}
</style>
border-color css
<style>
span { border-color: #EC1751; }
span { border-color: rgb(236,23,81); }
td.TdClassName
{
border-color: #EC1751;
}
.TagClassName
{
border-color: #EC1751;
}
</style>