Shades of Razzmatazz #EC007B
Tints of Razzmatazz #EC007B
RGB
CMYK
RGB Variations
Color information
#EC007B (or 0xEC007B) is known color: Razzmatazz. HEX triplet: EC, 00 and 7B. RGB value is (236,0,123). Sum of RGB (Red+Green+Blue) = 236+0+123=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC007B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC007B is #13FF84. Grayscale: #545454. Windows color (decimal): -1310597 or 8061164. OLE color: 8061164.
HSL color Cylindrical-coordinate representation of color #EC007B: hue angle of 328.73º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC007B is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.48 | 0.07 |
| HSL | 328.73º | 1% | 0.46% | - |
| HSV(B) | 328.73º | 1% | 0.93% | - |
| XYZ | 38.17 | 19.26 | 20.45 | - |
| YUV | 84.59 | 149.69 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 123 | 0 | 1 | 0.48 | 0.07 | 328.73 | 1 | 0.46 |
| Hex | EC | 0 | 7B | 0 | 64 | 30 | 7 | 149 | 64 | 2E |
| Octal | 354 | 0 | 173 | 0 | 144 | 60 | 7 | 511 | 144 | 56 |
| Binary | 11101100 | 0 | 1111011 | 0 | 1100100 | 110000 | 111 | 101001001 | 1100100 | 101110 |
Color Harmonies of #EC007B
Complementary color
Monochromatic Colors of #EC007B
Black with #EC007B
Text Example
Text Example
White with #EC007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC007B; }
p { color: rgb(236,0,123); }
H1.HeaderClassName
{
color: #EC007B;
}
.AnyTagClassName
{
color: #EC007B;
}
</style>
background-color css
<style>
a { background-color: #EC007B; }
a { background-color: rgb(236,0,123); }
div.DivClassName
{
background-color: #EC007B;
}
.BgClassName
{
background-color: #EC007B;
}
</style>
border-color css
<style>
span { border-color: #EC007B; }
span { border-color: rgb(236,0,123); }
td.TdClassName
{
border-color: #EC007B;
}
.TagClassName
{
border-color: #EC007B;
}
</style>