Shades of Razzmatazz #EC045D
Tints of Razzmatazz #EC045D
RGB
CMYK
RGB Variations
Color information
#EC045D (or 0xEC045D) is known color: Razzmatazz. HEX triplet: EC, 04 and 5D. RGB value is (236,4,93). Sum of RGB (Red+Green+Blue) = 236+4+93=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC045D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC045D is #13FBA2. Grayscale: #535353. Windows color (decimal): -1309603 or 6096108. OLE color: 6096108.
HSL color Cylindrical-coordinate representation of color #EC045D: hue angle of 336.98º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC045D is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.07 |
| HSL | 336.98º | 0.97% | 0.47% | - |
| HSV(B) | 336.98º | 0.98% | 0.93% | - |
| XYZ | 36.61 | 18.71 | 12.04 | - |
| YUV | 83.51 | 133.36 | 236.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 93 | 0 | 0.98 | 0.61 | 0.07 | 336.98 | 0.97 | 0.47 |
| Hex | EC | 4 | 5D | 0 | 62 | 3D | 7 | 151 | 61 | 2F |
| Octal | 354 | 4 | 135 | 0 | 142 | 75 | 7 | 521 | 141 | 57 |
| Binary | 11101100 | 100 | 1011101 | 0 | 1100010 | 111101 | 111 | 101010001 | 1100001 | 101111 |
Color Harmonies of #EC045D
Complementary color
Monochromatic Colors of #EC045D
Black with #EC045D
Text Example
Text Example
White with #EC045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC045D; }
p { color: rgb(236,4,93); }
H1.HeaderClassName
{
color: #EC045D;
}
.AnyTagClassName
{
color: #EC045D;
}
</style>
background-color css
<style>
a { background-color: #EC045D; }
a { background-color: rgb(236,4,93); }
div.DivClassName
{
background-color: #EC045D;
}
.BgClassName
{
background-color: #EC045D;
}
</style>
border-color css
<style>
span { border-color: #EC045D; }
span { border-color: rgb(236,4,93); }
td.TdClassName
{
border-color: #EC045D;
}
.TagClassName
{
border-color: #EC045D;
}
</style>