Shades of Razzmatazz #EC054F
Tints of Razzmatazz #EC054F
RGB
CMYK
RGB Variations
Color information
#EC054F (or 0xEC054F) is known color: Razzmatazz. HEX triplet: EC, 05 and 4F. RGB value is (236,5,79). Sum of RGB (Red+Green+Blue) = 236+5+79=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC054F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC054F is #13FAB0. Grayscale: #525252. Windows color (decimal): -1309361 or 5178860. OLE color: 5178860.
HSL color Cylindrical-coordinate representation of color #EC054F: hue angle of 340.78º degrees, saturation: 0.96, 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 #EC054F is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 79 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.07 |
| HSL | 340.78º | 0.96% | 0.47% | - |
| HSV(B) | 340.78º | 0.98% | 0.93% | - |
| XYZ | 36.06 | 18.51 | 9.07 | - |
| YUV | 82.51 | 126.03 | 237.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 79 | 0 | 0.98 | 0.67 | 0.07 | 340.78 | 0.96 | 0.47 |
| Hex | EC | 5 | 4F | 0 | 62 | 43 | 7 | 155 | 60 | 2F |
| Octal | 354 | 5 | 117 | 0 | 142 | 103 | 7 | 525 | 140 | 57 |
| Binary | 11101100 | 101 | 1001111 | 0 | 1100010 | 1000011 | 111 | 101010101 | 1100000 | 101111 |
Color Harmonies of #EC054F
Complementary color
Monochromatic Colors of #EC054F
Black with #EC054F
Text Example
Text Example
White with #EC054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC054F; }
p { color: rgb(236,5,79); }
H1.HeaderClassName
{
color: #EC054F;
}
.AnyTagClassName
{
color: #EC054F;
}
</style>
background-color css
<style>
a { background-color: #EC054F; }
a { background-color: rgb(236,5,79); }
div.DivClassName
{
background-color: #EC054F;
}
.BgClassName
{
background-color: #EC054F;
}
</style>
border-color css
<style>
span { border-color: #EC054F; }
span { border-color: rgb(236,5,79); }
td.TdClassName
{
border-color: #EC054F;
}
.TagClassName
{
border-color: #EC054F;
}
</style>