Shades of Razzmatazz #EC0260
Tints of Razzmatazz #EC0260
RGB
CMYK
RGB Variations
Color information
#EC0260 (or 0xEC0260) is known color: Razzmatazz. HEX triplet: EC, 02 and 60. RGB value is (236,2,96). Sum of RGB (Red+Green+Blue) = 236+2+96=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0260 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0260 is #13FD9F. Grayscale: #525252. Windows color (decimal): -1310112 or 6292204. OLE color: 6292204.
HSL color Cylindrical-coordinate representation of color #EC0260: hue angle of 335.9º 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 #EC0260 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 96 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.07 |
| HSL | 335.9º | 0.98% | 0.47% | - |
| HSV(B) | 335.9º | 0.99% | 0.93% | - |
| XYZ | 36.73 | 18.72 | 12.74 | - |
| YUV | 82.68 | 135.52 | 237.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 96 | 0 | 0.99 | 0.59 | 0.07 | 335.9 | 0.98 | 0.47 |
| Hex | EC | 2 | 60 | 0 | 63 | 3B | 7 | 150 | 62 | 2F |
| Octal | 354 | 2 | 140 | 0 | 143 | 73 | 7 | 520 | 142 | 57 |
| Binary | 11101100 | 10 | 1100000 | 0 | 1100011 | 111011 | 111 | 101010000 | 1100010 | 101111 |
Color Harmonies of #EC0260
Complementary color
Monochromatic Colors of #EC0260
Black with #EC0260
Text Example
Text Example
White with #EC0260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0260; }
p { color: rgb(236,2,96); }
H1.HeaderClassName
{
color: #EC0260;
}
.AnyTagClassName
{
color: #EC0260;
}
</style>
background-color css
<style>
a { background-color: #EC0260; }
a { background-color: rgb(236,2,96); }
div.DivClassName
{
background-color: #EC0260;
}
.BgClassName
{
background-color: #EC0260;
}
</style>
border-color css
<style>
span { border-color: #EC0260; }
span { border-color: rgb(236,2,96); }
td.TdClassName
{
border-color: #EC0260;
}
.TagClassName
{
border-color: #EC0260;
}
</style>