Shades of Razzmatazz #EC0F55
Tints of Razzmatazz #EC0F55
RGB
CMYK
RGB Variations
Color information
#EC0F55 (or 0xEC0F55) is known color: Razzmatazz. HEX triplet: EC, 0F and 55. RGB value is (236,15,85). Sum of RGB (Red+Green+Blue) = 236+15+85=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0F55 is #13F0AA. Grayscale: #585858. Windows color (decimal): -1306795 or 5574636. OLE color: 5574636.
HSL color Cylindrical-coordinate representation of color #EC0F55: hue angle of 341º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F55 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 85 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.07 |
| HSL | 341º | 0.88% | 0.49% | - |
| HSV(B) | 341º | 0.94% | 0.93% | - |
| XYZ | 36.4 | 18.83 | 10.31 | - |
| YUV | 89.06 | 125.72 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 85 | 0 | 0.94 | 0.64 | 0.07 | 341 | 0.88 | 0.49 |
| Hex | EC | F | 55 | 0 | 5E | 40 | 7 | 155 | 58 | 31 |
| Octal | 354 | 17 | 125 | 0 | 136 | 100 | 7 | 525 | 130 | 61 |
| Binary | 11101100 | 1111 | 1010101 | 0 | 1011110 | 1000000 | 111 | 101010101 | 1011000 | 110001 |
Color Harmonies of #EC0F55
Complementary color
Monochromatic Colors of #EC0F55
Black with #EC0F55
Text Example
Text Example
White with #EC0F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F55; }
p { color: rgb(236,15,85); }
H1.HeaderClassName
{
color: #EC0F55;
}
.AnyTagClassName
{
color: #EC0F55;
}
</style>
background-color css
<style>
a { background-color: #EC0F55; }
a { background-color: rgb(236,15,85); }
div.DivClassName
{
background-color: #EC0F55;
}
.BgClassName
{
background-color: #EC0F55;
}
</style>
border-color css
<style>
span { border-color: #EC0F55; }
span { border-color: rgb(236,15,85); }
td.TdClassName
{
border-color: #EC0F55;
}
.TagClassName
{
border-color: #EC0F55;
}
</style>