Shades of Razzmatazz #EC145C
Tints of Razzmatazz #EC145C
RGB
CMYK
RGB Variations
Color information
#EC145C (or 0xEC145C) is known color: Razzmatazz. HEX triplet: EC, 14 and 5C. RGB value is (236,20,92). Sum of RGB (Red+Green+Blue) = 236+20+92=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC145C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC145C is #13EBA3. Grayscale: #5C5C5C. Windows color (decimal): -1305508 or 6034668. OLE color: 6034668.
HSL color Cylindrical-coordinate representation of color #EC145C: hue angle of 340º 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 #EC145C is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 92 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.07 |
| HSL | 340º | 0.85% | 0.5% | - |
| HSV(B) | 340º | 0.92% | 0.93% | - |
| XYZ | 36.77 | 19.11 | 11.87 | - |
| YUV | 92.79 | 127.56 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 92 | 0 | 0.92 | 0.61 | 0.07 | 340 | 0.85 | 0.5 |
| Hex | EC | 14 | 5C | 0 | 5C | 3D | 7 | 154 | 55 | 32 |
| Octal | 354 | 24 | 134 | 0 | 134 | 75 | 7 | 524 | 125 | 62 |
| Binary | 11101100 | 10100 | 1011100 | 0 | 1011100 | 111101 | 111 | 101010100 | 1010101 | 110010 |
Color Harmonies of #EC145C
Complementary color
Monochromatic Colors of #EC145C
Black with #EC145C
Text Example
Text Example
White with #EC145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC145C; }
p { color: rgb(236,20,92); }
H1.HeaderClassName
{
color: #EC145C;
}
.AnyTagClassName
{
color: #EC145C;
}
</style>
background-color css
<style>
a { background-color: #EC145C; }
a { background-color: rgb(236,20,92); }
div.DivClassName
{
background-color: #EC145C;
}
.BgClassName
{
background-color: #EC145C;
}
</style>
border-color css
<style>
span { border-color: #EC145C; }
span { border-color: rgb(236,20,92); }
td.TdClassName
{
border-color: #EC145C;
}
.TagClassName
{
border-color: #EC145C;
}
</style>