Shades of Razzmatazz #EC1458
Tints of Razzmatazz #EC1458
RGB
CMYK
RGB Variations
Color information
#EC1458 (or 0xEC1458) is known color: Razzmatazz. HEX triplet: EC, 14 and 58. RGB value is (236,20,88). Sum of RGB (Red+Green+Blue) = 236+20+88=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1458 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1458 is #13EBA7. Grayscale: #5C5C5C. Windows color (decimal): -1305512 or 5772524. OLE color: 5772524.
HSL color Cylindrical-coordinate representation of color #EC1458: hue angle of 341.11º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1458 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 88 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.07 |
| HSL | 341.11º | 0.85% | 0.5% | - |
| HSV(B) | 341.11º | 0.92% | 0.93% | - |
| XYZ | 36.6 | 19.04 | 10.98 | - |
| YUV | 92.34 | 125.56 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 88 | 0 | 0.92 | 0.63 | 0.07 | 341.11 | 0.85 | 0.5 |
| Hex | EC | 14 | 58 | 0 | 5C | 3F | 7 | 155 | 55 | 32 |
| Octal | 354 | 24 | 130 | 0 | 134 | 77 | 7 | 525 | 125 | 62 |
| Binary | 11101100 | 10100 | 1011000 | 0 | 1011100 | 111111 | 111 | 101010101 | 1010101 | 110010 |
Color Harmonies of #EC1458
Complementary color
Monochromatic Colors of #EC1458
Black with #EC1458
Text Example
Text Example
White with #EC1458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1458; }
p { color: rgb(236,20,88); }
H1.HeaderClassName
{
color: #EC1458;
}
.AnyTagClassName
{
color: #EC1458;
}
</style>
background-color css
<style>
a { background-color: #EC1458; }
a { background-color: rgb(236,20,88); }
div.DivClassName
{
background-color: #EC1458;
}
.BgClassName
{
background-color: #EC1458;
}
</style>
border-color css
<style>
span { border-color: #EC1458; }
span { border-color: rgb(236,20,88); }
td.TdClassName
{
border-color: #EC1458;
}
.TagClassName
{
border-color: #EC1458;
}
</style>