Shades of Razzmatazz #EC005B
Tints of Razzmatazz #EC005B
RGB
CMYK
RGB Variations
Color information
#EC005B (or 0xEC005B) is known color: Razzmatazz. HEX triplet: EC, 00 and 5B. RGB value is (236,0,91). Sum of RGB (Red+Green+Blue) = 236+0+91=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC005B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC005B is #13FFA4. Grayscale: #505050. Windows color (decimal): -1310629 or 5964012. OLE color: 5964012.
HSL color Cylindrical-coordinate representation of color #EC005B: hue angle of 336.86º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC005B is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.61 | 0.07 |
| HSL | 336.86º | 1% | 0.46% | - |
| HSV(B) | 336.86º | 1% | 0.93% | - |
| XYZ | 36.48 | 18.59 | 11.56 | - |
| YUV | 80.94 | 133.69 | 238.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 91 | 0 | 1 | 0.61 | 0.07 | 336.86 | 1 | 0.46 |
| Hex | EC | 0 | 5B | 0 | 64 | 3D | 7 | 151 | 64 | 2E |
| Octal | 354 | 0 | 133 | 0 | 144 | 75 | 7 | 521 | 144 | 56 |
| Binary | 11101100 | 0 | 1011011 | 0 | 1100100 | 111101 | 111 | 101010001 | 1100100 | 101110 |
Color Harmonies of #EC005B
Complementary color
Monochromatic Colors of #EC005B
Black with #EC005B
Text Example
Text Example
White with #EC005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC005B; }
p { color: rgb(236,0,91); }
H1.HeaderClassName
{
color: #EC005B;
}
.AnyTagClassName
{
color: #EC005B;
}
</style>
background-color css
<style>
a { background-color: #EC005B; }
a { background-color: rgb(236,0,91); }
div.DivClassName
{
background-color: #EC005B;
}
.BgClassName
{
background-color: #EC005B;
}
</style>
border-color css
<style>
span { border-color: #EC005B; }
span { border-color: rgb(236,0,91); }
td.TdClassName
{
border-color: #EC005B;
}
.TagClassName
{
border-color: #EC005B;
}
</style>