Shades of Razzmatazz #EC0F52
Tints of Razzmatazz #EC0F52
RGB
CMYK
RGB Variations
Color information
#EC0F52 (or 0xEC0F52) is known color: Razzmatazz. HEX triplet: EC, 0F and 52. RGB value is (236,15,82). Sum of RGB (Red+Green+Blue) = 236+15+82=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F52 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0F52 is #13F0AD. Grayscale: #585858. Windows color (decimal): -1306798 or 5378028. OLE color: 5378028.
HSL color Cylindrical-coordinate representation of color #EC0F52: hue angle of 341.81º 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 #EC0F52 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 82 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.07 |
| HSL | 341.81º | 0.88% | 0.49% | - |
| HSV(B) | 341.81º | 0.94% | 0.93% | - |
| XYZ | 36.29 | 18.78 | 9.7 | - |
| YUV | 88.72 | 124.22 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 82 | 0 | 0.94 | 0.65 | 0.07 | 341.81 | 0.88 | 0.49 |
| Hex | EC | F | 52 | 0 | 5E | 41 | 7 | 156 | 58 | 31 |
| Octal | 354 | 17 | 122 | 0 | 136 | 101 | 7 | 526 | 130 | 61 |
| Binary | 11101100 | 1111 | 1010010 | 0 | 1011110 | 1000001 | 111 | 101010110 | 1011000 | 110001 |
Color Harmonies of #EC0F52
Complementary color
Monochromatic Colors of #EC0F52
Black with #EC0F52
Text Example
Text Example
White with #EC0F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F52; }
p { color: rgb(236,15,82); }
H1.HeaderClassName
{
color: #EC0F52;
}
.AnyTagClassName
{
color: #EC0F52;
}
</style>
background-color css
<style>
a { background-color: #EC0F52; }
a { background-color: rgb(236,15,82); }
div.DivClassName
{
background-color: #EC0F52;
}
.BgClassName
{
background-color: #EC0F52;
}
</style>
border-color css
<style>
span { border-color: #EC0F52; }
span { border-color: rgb(236,15,82); }
td.TdClassName
{
border-color: #EC0F52;
}
.TagClassName
{
border-color: #EC0F52;
}
</style>