Shades of Razzmatazz #EC0A4B
Tints of Razzmatazz #EC0A4B
RGB
CMYK
RGB Variations
Color information
#EC0A4B (or 0xEC0A4B) is known color: Razzmatazz. HEX triplet: EC, 0A and 4B. RGB value is (236,10,75). Sum of RGB (Red+Green+Blue) = 236+10+75=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0A4B is #13F5B4. Grayscale: #545454. Windows color (decimal): -1308085 or 4917996. OLE color: 4917996.
HSL color Cylindrical-coordinate representation of color #EC0A4B: hue angle of 342.74º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0A4B is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 75 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.07 |
| HSL | 342.74º | 0.92% | 0.48% | - |
| HSV(B) | 342.74º | 0.96% | 0.93% | - |
| XYZ | 35.97 | 18.56 | 8.34 | - |
| YUV | 84.98 | 122.37 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 75 | 0 | 0.96 | 0.68 | 0.07 | 342.74 | 0.92 | 0.48 |
| Hex | EC | A | 4B | 0 | 60 | 44 | 7 | 157 | 5C | 30 |
| Octal | 354 | 12 | 113 | 0 | 140 | 104 | 7 | 527 | 134 | 60 |
| Binary | 11101100 | 1010 | 1001011 | 0 | 1100000 | 1000100 | 111 | 101010111 | 1011100 | 110000 |
Color Harmonies of #EC0A4B
Complementary color
Monochromatic Colors of #EC0A4B
Black with #EC0A4B
Text Example
Text Example
White with #EC0A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0A4B; }
p { color: rgb(236,10,75); }
H1.HeaderClassName
{
color: #EC0A4B;
}
.AnyTagClassName
{
color: #EC0A4B;
}
</style>
background-color css
<style>
a { background-color: #EC0A4B; }
a { background-color: rgb(236,10,75); }
div.DivClassName
{
background-color: #EC0A4B;
}
.BgClassName
{
background-color: #EC0A4B;
}
</style>
border-color css
<style>
span { border-color: #EC0A4B; }
span { border-color: rgb(236,10,75); }
td.TdClassName
{
border-color: #EC0A4B;
}
.TagClassName
{
border-color: #EC0A4B;
}
</style>