Shades of Razzmatazz #EC154D
Tints of Razzmatazz #EC154D
RGB
CMYK
RGB Variations
Color information
#EC154D (or 0xEC154D) is known color: Razzmatazz. HEX triplet: EC, 15 and 4D. RGB value is (236,21,77). Sum of RGB (Red+Green+Blue) = 236+21+77=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC154D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC154D is #13EAB2. Grayscale: #5B5B5B. Windows color (decimal): -1305267 or 5051884. OLE color: 5051884.
HSL color Cylindrical-coordinate representation of color #EC154D: hue angle of 344.37º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC154D is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 77 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.07 |
| HSL | 344.37º | 0.85% | 0.5% | - |
| HSV(B) | 344.37º | 0.91% | 0.93% | - |
| XYZ | 36.2 | 18.91 | 8.76 | - |
| YUV | 91.67 | 119.73 | 230.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 77 | 0 | 0.91 | 0.67 | 0.07 | 344.37 | 0.85 | 0.5 |
| Hex | EC | 15 | 4D | 0 | 5B | 43 | 7 | 158 | 55 | 32 |
| Octal | 354 | 25 | 115 | 0 | 133 | 103 | 7 | 530 | 125 | 62 |
| Binary | 11101100 | 10101 | 1001101 | 0 | 1011011 | 1000011 | 111 | 101011000 | 1010101 | 110010 |
Color Harmonies of #EC154D
Complementary color
Monochromatic Colors of #EC154D
Black with #EC154D
Text Example
Text Example
White with #EC154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC154D; }
p { color: rgb(236,21,77); }
H1.HeaderClassName
{
color: #EC154D;
}
.AnyTagClassName
{
color: #EC154D;
}
</style>
background-color css
<style>
a { background-color: #EC154D; }
a { background-color: rgb(236,21,77); }
div.DivClassName
{
background-color: #EC154D;
}
.BgClassName
{
background-color: #EC154D;
}
</style>
border-color css
<style>
span { border-color: #EC154D; }
span { border-color: rgb(236,21,77); }
td.TdClassName
{
border-color: #EC154D;
}
.TagClassName
{
border-color: #EC154D;
}
</style>