Shades of Razzmatazz #EC0256
Tints of Razzmatazz #EC0256
RGB
CMYK
RGB Variations
Color information
#EC0256 (or 0xEC0256) is known color: Razzmatazz. HEX triplet: EC, 02 and 56. RGB value is (236,2,86). Sum of RGB (Red+Green+Blue) = 236+2+86=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0256 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0256 is #13FDA9. Grayscale: #515151. Windows color (decimal): -1310122 or 5636844. OLE color: 5636844.
HSL color Cylindrical-coordinate representation of color #EC0256: hue angle of 338.46º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0256 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.07 |
| HSL | 338.46º | 0.98% | 0.47% | - |
| HSV(B) | 338.46º | 0.99% | 0.93% | - |
| XYZ | 36.29 | 18.55 | 10.47 | - |
| YUV | 81.54 | 130.52 | 238.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 86 | 0 | 0.99 | 0.64 | 0.07 | 338.46 | 0.98 | 0.47 |
| Hex | EC | 2 | 56 | 0 | 63 | 40 | 7 | 152 | 62 | 2F |
| Octal | 354 | 2 | 126 | 0 | 143 | 100 | 7 | 522 | 142 | 57 |
| Binary | 11101100 | 10 | 1010110 | 0 | 1100011 | 1000000 | 111 | 101010010 | 1100010 | 101111 |
Color Harmonies of #EC0256
Complementary color
Monochromatic Colors of #EC0256
Black with #EC0256
Text Example
Text Example
White with #EC0256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0256; }
p { color: rgb(236,2,86); }
H1.HeaderClassName
{
color: #EC0256;
}
.AnyTagClassName
{
color: #EC0256;
}
</style>
background-color css
<style>
a { background-color: #EC0256; }
a { background-color: rgb(236,2,86); }
div.DivClassName
{
background-color: #EC0256;
}
.BgClassName
{
background-color: #EC0256;
}
</style>
border-color css
<style>
span { border-color: #EC0256; }
span { border-color: rgb(236,2,86); }
td.TdClassName
{
border-color: #EC0256;
}
.TagClassName
{
border-color: #EC0256;
}
</style>