Shades of Razzmatazz #EC034E
Tints of Razzmatazz #EC034E
RGB
CMYK
RGB Variations
Color information
#EC034E (or 0xEC034E) is known color: Razzmatazz. HEX triplet: EC, 03 and 4E. RGB value is (236,3,78). Sum of RGB (Red+Green+Blue) = 236+3+78=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC034E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC034E is #13FCB1. Grayscale: #515151. Windows color (decimal): -1309874 or 5112812. OLE color: 5112812.
HSL color Cylindrical-coordinate representation of color #EC034E: hue angle of 340.69º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC034E is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 78 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.07 |
| HSL | 340.69º | 0.97% | 0.47% | - |
| HSV(B) | 340.69º | 0.99% | 0.93% | - |
| XYZ | 36 | 18.45 | 8.87 | - |
| YUV | 81.22 | 126.19 | 238.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 78 | 0 | 0.99 | 0.67 | 0.07 | 340.69 | 0.97 | 0.47 |
| Hex | EC | 3 | 4E | 0 | 63 | 43 | 7 | 155 | 61 | 2F |
| Octal | 354 | 3 | 116 | 0 | 143 | 103 | 7 | 525 | 141 | 57 |
| Binary | 11101100 | 11 | 1001110 | 0 | 1100011 | 1000011 | 111 | 101010101 | 1100001 | 101111 |
Color Harmonies of #EC034E
Complementary color
Monochromatic Colors of #EC034E
Black with #EC034E
Text Example
Text Example
White with #EC034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC034E; }
p { color: rgb(236,3,78); }
H1.HeaderClassName
{
color: #EC034E;
}
.AnyTagClassName
{
color: #EC034E;
}
</style>
background-color css
<style>
a { background-color: #EC034E; }
a { background-color: rgb(236,3,78); }
div.DivClassName
{
background-color: #EC034E;
}
.BgClassName
{
background-color: #EC034E;
}
</style>
border-color css
<style>
span { border-color: #EC034E; }
span { border-color: rgb(236,3,78); }
td.TdClassName
{
border-color: #EC034E;
}
.TagClassName
{
border-color: #EC034E;
}
</style>