Shades of Razzmatazz #EC1356
Tints of Razzmatazz #EC1356
RGB
CMYK
RGB Variations
Color information
#EC1356 (or 0xEC1356) is known color: Razzmatazz. HEX triplet: EC, 13 and 56. RGB value is (236,19,86). Sum of RGB (Red+Green+Blue) = 236+19+86=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1356 is #13ECA9. Grayscale: #5B5B5B. Windows color (decimal): -1305770 or 5641196. OLE color: 5641196.
HSL color Cylindrical-coordinate representation of color #EC1356: hue angle of 341.47º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1356 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 86 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.07 |
| HSL | 341.47º | 0.85% | 0.5% | - |
| HSV(B) | 341.47º | 0.92% | 0.93% | - |
| XYZ | 36.5 | 18.97 | 10.54 | - |
| YUV | 91.52 | 124.89 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 86 | 0 | 0.92 | 0.64 | 0.07 | 341.47 | 0.85 | 0.5 |
| Hex | EC | 13 | 56 | 0 | 5C | 40 | 7 | 155 | 55 | 32 |
| Octal | 354 | 23 | 126 | 0 | 134 | 100 | 7 | 525 | 125 | 62 |
| Binary | 11101100 | 10011 | 1010110 | 0 | 1011100 | 1000000 | 111 | 101010101 | 1010101 | 110010 |
Color Harmonies of #EC1356
Complementary color
Monochromatic Colors of #EC1356
Black with #EC1356
Text Example
Text Example
White with #EC1356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1356; }
p { color: rgb(236,19,86); }
H1.HeaderClassName
{
color: #EC1356;
}
.AnyTagClassName
{
color: #EC1356;
}
</style>
background-color css
<style>
a { background-color: #EC1356; }
a { background-color: rgb(236,19,86); }
div.DivClassName
{
background-color: #EC1356;
}
.BgClassName
{
background-color: #EC1356;
}
</style>
border-color css
<style>
span { border-color: #EC1356; }
span { border-color: rgb(236,19,86); }
td.TdClassName
{
border-color: #EC1356;
}
.TagClassName
{
border-color: #EC1356;
}
</style>