Shades of Razzmatazz #EC0D5D
Tints of Razzmatazz #EC0D5D
RGB
CMYK
RGB Variations
Color information
#EC0D5D (or 0xEC0D5D) is known color: Razzmatazz. HEX triplet: EC, 0D and 5D. RGB value is (236,13,93). Sum of RGB (Red+Green+Blue) = 236+13+93=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0D5D is #13F2A2. Grayscale: #585858. Windows color (decimal): -1307299 or 6098412. OLE color: 6098412.
HSL color Cylindrical-coordinate representation of color #EC0D5D: hue angle of 338.48º degrees, saturation: 0.9, 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 #EC0D5D is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 93 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.07 |
| HSL | 338.48º | 0.9% | 0.49% | - |
| HSV(B) | 338.48º | 0.94% | 0.93% | - |
| XYZ | 36.71 | 18.91 | 12.07 | - |
| YUV | 88.8 | 130.38 | 233 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 93 | 0 | 0.94 | 0.61 | 0.07 | 338.48 | 0.9 | 0.49 |
| Hex | EC | D | 5D | 0 | 5E | 3D | 7 | 152 | 5A | 31 |
| Octal | 354 | 15 | 135 | 0 | 136 | 75 | 7 | 522 | 132 | 61 |
| Binary | 11101100 | 1101 | 1011101 | 0 | 1011110 | 111101 | 111 | 101010010 | 1011010 | 110001 |
Color Harmonies of #EC0D5D
Complementary color
Monochromatic Colors of #EC0D5D
Black with #EC0D5D
Text Example
Text Example
White with #EC0D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0D5D; }
p { color: rgb(236,13,93); }
H1.HeaderClassName
{
color: #EC0D5D;
}
.AnyTagClassName
{
color: #EC0D5D;
}
</style>
background-color css
<style>
a { background-color: #EC0D5D; }
a { background-color: rgb(236,13,93); }
div.DivClassName
{
background-color: #EC0D5D;
}
.BgClassName
{
background-color: #EC0D5D;
}
</style>
border-color css
<style>
span { border-color: #EC0D5D; }
span { border-color: rgb(236,13,93); }
td.TdClassName
{
border-color: #EC0D5D;
}
.TagClassName
{
border-color: #EC0D5D;
}
</style>