Shades of Razzmatazz #EC0956
Tints of Razzmatazz #EC0956
RGB
CMYK
RGB Variations
Color information
#EC0956 (or 0xEC0956) is known color: Razzmatazz. HEX triplet: EC, 09 and 56. RGB value is (236,9,86). Sum of RGB (Red+Green+Blue) = 236+9+86=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0956 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0956 is #13F6A9. Grayscale: #555555. Windows color (decimal): -1308330 or 5638636. OLE color: 5638636.
HSL color Cylindrical-coordinate representation of color #EC0956: hue angle of 339.65º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0956 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 86 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.07 |
| HSL | 339.65º | 0.93% | 0.48% | - |
| HSV(B) | 339.65º | 0.96% | 0.93% | - |
| XYZ | 36.37 | 18.7 | 10.5 | - |
| YUV | 85.65 | 128.21 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 86 | 0 | 0.96 | 0.64 | 0.07 | 339.65 | 0.93 | 0.48 |
| Hex | EC | 9 | 56 | 0 | 60 | 40 | 7 | 154 | 5D | 30 |
| Octal | 354 | 11 | 126 | 0 | 140 | 100 | 7 | 524 | 135 | 60 |
| Binary | 11101100 | 1001 | 1010110 | 0 | 1100000 | 1000000 | 111 | 101010100 | 1011101 | 110000 |
Color Harmonies of #EC0956
Complementary color
Monochromatic Colors of #EC0956
Black with #EC0956
Text Example
Text Example
White with #EC0956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0956; }
p { color: rgb(236,9,86); }
H1.HeaderClassName
{
color: #EC0956;
}
.AnyTagClassName
{
color: #EC0956;
}
</style>
background-color css
<style>
a { background-color: #EC0956; }
a { background-color: rgb(236,9,86); }
div.DivClassName
{
background-color: #EC0956;
}
.BgClassName
{
background-color: #EC0956;
}
</style>
border-color css
<style>
span { border-color: #EC0956; }
span { border-color: rgb(236,9,86); }
td.TdClassName
{
border-color: #EC0956;
}
.TagClassName
{
border-color: #EC0956;
}
</style>