Shades of Razzmatazz #EC1258
Tints of Razzmatazz #EC1258
RGB
CMYK
RGB Variations
Color information
#EC1258 (or 0xEC1258) is known color: Razzmatazz. HEX triplet: EC, 12 and 58. RGB value is (236,18,88). Sum of RGB (Red+Green+Blue) = 236+18+88=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1258 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1258 is #13EDA7. Grayscale: #5B5B5B. Windows color (decimal): -1306024 or 5772012. OLE color: 5772012.
HSL color Cylindrical-coordinate representation of color #EC1258: hue angle of 340.73º degrees, saturation: 0.86, 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 #EC1258 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 88 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.07 |
| HSL | 340.73º | 0.86% | 0.5% | - |
| HSV(B) | 340.73º | 0.92% | 0.93% | - |
| XYZ | 36.57 | 18.97 | 10.97 | - |
| YUV | 91.16 | 126.22 | 231.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 88 | 0 | 0.92 | 0.63 | 0.07 | 340.73 | 0.86 | 0.5 |
| Hex | EC | 12 | 58 | 0 | 5C | 3F | 7 | 155 | 56 | 32 |
| Octal | 354 | 22 | 130 | 0 | 134 | 77 | 7 | 525 | 126 | 62 |
| Binary | 11101100 | 10010 | 1011000 | 0 | 1011100 | 111111 | 111 | 101010101 | 1010110 | 110010 |
Color Harmonies of #EC1258
Complementary color
Monochromatic Colors of #EC1258
Black with #EC1258
Text Example
Text Example
White with #EC1258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1258; }
p { color: rgb(236,18,88); }
H1.HeaderClassName
{
color: #EC1258;
}
.AnyTagClassName
{
color: #EC1258;
}
</style>
background-color css
<style>
a { background-color: #EC1258; }
a { background-color: rgb(236,18,88); }
div.DivClassName
{
background-color: #EC1258;
}
.BgClassName
{
background-color: #EC1258;
}
</style>
border-color css
<style>
span { border-color: #EC1258; }
span { border-color: rgb(236,18,88); }
td.TdClassName
{
border-color: #EC1258;
}
.TagClassName
{
border-color: #EC1258;
}
</style>