Shades of Razzmatazz #EC015A
Tints of Razzmatazz #EC015A
RGB
CMYK
RGB Variations
Color information
#EC015A (or 0xEC015A) is known color: Razzmatazz. HEX triplet: EC, 01 and 5A. RGB value is (236,1,90). Sum of RGB (Red+Green+Blue) = 236+1+90=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC015A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC015A is #13FEA5. Grayscale: #515151. Windows color (decimal): -1310374 or 5898732. OLE color: 5898732.
HSL color Cylindrical-coordinate representation of color #EC015A: hue angle of 337.28º 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 #EC015A is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 90 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.07 |
| HSL | 337.28º | 0.99% | 0.46% | - |
| HSV(B) | 337.28º | 1% | 0.93% | - |
| XYZ | 36.45 | 18.59 | 11.34 | - |
| YUV | 81.41 | 132.86 | 238.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 90 | 0 | 1.00 | 0.62 | 0.07 | 337.28 | 0.99 | 0.46 |
| Hex | EC | 1 | 5A | 0 | 64 | 3E | 7 | 151 | 63 | 2E |
| Octal | 354 | 1 | 132 | 0 | 144 | 76 | 7 | 521 | 143 | 56 |
| Binary | 11101100 | 1 | 1011010 | 0 | 1100100 | 111110 | 111 | 101010001 | 1100011 | 101110 |
Color Harmonies of #EC015A
Complementary color
Monochromatic Colors of #EC015A
Black with #EC015A
Text Example
Text Example
White with #EC015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC015A; }
p { color: rgb(236,1,90); }
H1.HeaderClassName
{
color: #EC015A;
}
.AnyTagClassName
{
color: #EC015A;
}
</style>
background-color css
<style>
a { background-color: #EC015A; }
a { background-color: rgb(236,1,90); }
div.DivClassName
{
background-color: #EC015A;
}
.BgClassName
{
background-color: #EC015A;
}
</style>
border-color css
<style>
span { border-color: #EC015A; }
span { border-color: rgb(236,1,90); }
td.TdClassName
{
border-color: #EC015A;
}
.TagClassName
{
border-color: #EC015A;
}
</style>