Shades of Razzmatazz #EC015B
Tints of Razzmatazz #EC015B
RGB
CMYK
RGB Variations
Color information
#EC015B (or 0xEC015B) is known color: Razzmatazz. HEX triplet: EC, 01 and 5B. RGB value is (236,1,91). Sum of RGB (Red+Green+Blue) = 236+1+91=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC015B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC015B is #13FEA4. Grayscale: #515151. Windows color (decimal): -1310373 or 5964268. OLE color: 5964268.
HSL color Cylindrical-coordinate representation of color #EC015B: hue angle of 337.02º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC015B is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 91 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.07 |
| HSL | 337.02º | 0.99% | 0.46% | - |
| HSV(B) | 337.02º | 1% | 0.93% | - |
| XYZ | 36.49 | 18.61 | 11.57 | - |
| YUV | 81.53 | 133.36 | 238.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 91 | 0 | 1.00 | 0.61 | 0.07 | 337.02 | 0.99 | 0.46 |
| Hex | EC | 1 | 5B | 0 | 64 | 3D | 7 | 151 | 63 | 2E |
| Octal | 354 | 1 | 133 | 0 | 144 | 75 | 7 | 521 | 143 | 56 |
| Binary | 11101100 | 1 | 1011011 | 0 | 1100100 | 111101 | 111 | 101010001 | 1100011 | 101110 |
Color Harmonies of #EC015B
Complementary color
Monochromatic Colors of #EC015B
Black with #EC015B
Text Example
Text Example
White with #EC015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC015B; }
p { color: rgb(236,1,91); }
H1.HeaderClassName
{
color: #EC015B;
}
.AnyTagClassName
{
color: #EC015B;
}
</style>
background-color css
<style>
a { background-color: #EC015B; }
a { background-color: rgb(236,1,91); }
div.DivClassName
{
background-color: #EC015B;
}
.BgClassName
{
background-color: #EC015B;
}
</style>
border-color css
<style>
span { border-color: #EC015B; }
span { border-color: rgb(236,1,91); }
td.TdClassName
{
border-color: #EC015B;
}
.TagClassName
{
border-color: #EC015B;
}
</style>