Shades of Razzmatazz #EC0C5D
Tints of Razzmatazz #EC0C5D
RGB
CMYK
RGB Variations
Color information
#EC0C5D (or 0xEC0C5D) is known color: Razzmatazz. HEX triplet: EC, 0C and 5D. RGB value is (236,12,93). Sum of RGB (Red+Green+Blue) = 236+12+93=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0C5D is #13F3A2. Grayscale: #585858. Windows color (decimal): -1307555 or 6098156. OLE color: 6098156.
HSL color Cylindrical-coordinate representation of color #EC0C5D: hue angle of 338.3º 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 #EC0C5D is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 93 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.07 |
| HSL | 338.3º | 0.9% | 0.49% | - |
| HSV(B) | 338.3º | 0.95% | 0.93% | - |
| XYZ | 36.7 | 18.89 | 12.07 | - |
| YUV | 88.21 | 130.71 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 93 | 0 | 0.95 | 0.61 | 0.07 | 338.3 | 0.9 | 0.49 |
| Hex | EC | C | 5D | 0 | 5F | 3D | 7 | 152 | 5A | 31 |
| Octal | 354 | 14 | 135 | 0 | 137 | 75 | 7 | 522 | 132 | 61 |
| Binary | 11101100 | 1100 | 1011101 | 0 | 1011111 | 111101 | 111 | 101010010 | 1011010 | 110001 |
Color Harmonies of #EC0C5D
Complementary color
Monochromatic Colors of #EC0C5D
Black with #EC0C5D
Text Example
Text Example
White with #EC0C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C5D; }
p { color: rgb(236,12,93); }
H1.HeaderClassName
{
color: #EC0C5D;
}
.AnyTagClassName
{
color: #EC0C5D;
}
</style>
background-color css
<style>
a { background-color: #EC0C5D; }
a { background-color: rgb(236,12,93); }
div.DivClassName
{
background-color: #EC0C5D;
}
.BgClassName
{
background-color: #EC0C5D;
}
</style>
border-color css
<style>
span { border-color: #EC0C5D; }
span { border-color: rgb(236,12,93); }
td.TdClassName
{
border-color: #EC0C5D;
}
.TagClassName
{
border-color: #EC0C5D;
}
</style>