Shades of Razzmatazz #EC0C4B
Tints of Razzmatazz #EC0C4B
RGB
CMYK
RGB Variations
Color information
#EC0C4B (or 0xEC0C4B) is known color: Razzmatazz. HEX triplet: EC, 0C and 4B. RGB value is (236,12,75). Sum of RGB (Red+Green+Blue) = 236+12+75=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0C4B is #13F3B4. Grayscale: #565656. Windows color (decimal): -1307573 or 4918508. OLE color: 4918508.
HSL color Cylindrical-coordinate representation of color #EC0C4B: hue angle of 343.12º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C4B is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 75 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.07 |
| HSL | 343.13º | 0.9% | 0.49% | - |
| HSV(B) | 343.13º | 0.95% | 0.93% | - |
| XYZ | 35.99 | 18.6 | 8.35 | - |
| YUV | 86.16 | 121.71 | 234.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 75 | 0 | 0.95 | 0.68 | 0.07 | 343.13 | 0.9 | 0.49 |
| Hex | EC | C | 4B | 0 | 5F | 44 | 7 | 157 | 5A | 31 |
| Octal | 354 | 14 | 113 | 0 | 137 | 104 | 7 | 527 | 132 | 61 |
| Binary | 11101100 | 1100 | 1001011 | 0 | 1011111 | 1000100 | 111 | 101010111 | 1011010 | 110001 |
Color Harmonies of #EC0C4B
Complementary color
Monochromatic Colors of #EC0C4B
Black with #EC0C4B
Text Example
Text Example
White with #EC0C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C4B; }
p { color: rgb(236,12,75); }
H1.HeaderClassName
{
color: #EC0C4B;
}
.AnyTagClassName
{
color: #EC0C4B;
}
</style>
background-color css
<style>
a { background-color: #EC0C4B; }
a { background-color: rgb(236,12,75); }
div.DivClassName
{
background-color: #EC0C4B;
}
.BgClassName
{
background-color: #EC0C4B;
}
</style>
border-color css
<style>
span { border-color: #EC0C4B; }
span { border-color: rgb(236,12,75); }
td.TdClassName
{
border-color: #EC0C4B;
}
.TagClassName
{
border-color: #EC0C4B;
}
</style>