Shades of Razzmatazz #EC154F
Tints of Razzmatazz #EC154F
RGB
CMYK
RGB Variations
Color information
#EC154F (or 0xEC154F) is known color: Razzmatazz. HEX triplet: EC, 15 and 4F. RGB value is (236,21,79). Sum of RGB (Red+Green+Blue) = 236+21+79=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC154F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC154F is #13EAB0. Grayscale: #5B5B5B. Windows color (decimal): -1305265 or 5182956. OLE color: 5182956.
HSL color Cylindrical-coordinate representation of color #EC154F: hue angle of 343.81º 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 #EC154F is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 79 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.07 |
| HSL | 343.81º | 0.85% | 0.5% | - |
| HSV(B) | 343.81º | 0.91% | 0.93% | - |
| XYZ | 36.27 | 18.93 | 9.14 | - |
| YUV | 91.9 | 120.73 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 79 | 0 | 0.91 | 0.67 | 0.07 | 343.81 | 0.85 | 0.5 |
| Hex | EC | 15 | 4F | 0 | 5B | 43 | 7 | 158 | 55 | 32 |
| Octal | 354 | 25 | 117 | 0 | 133 | 103 | 7 | 530 | 125 | 62 |
| Binary | 11101100 | 10101 | 1001111 | 0 | 1011011 | 1000011 | 111 | 101011000 | 1010101 | 110010 |
Color Harmonies of #EC154F
Complementary color
Monochromatic Colors of #EC154F
Black with #EC154F
Text Example
Text Example
White with #EC154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC154F; }
p { color: rgb(236,21,79); }
H1.HeaderClassName
{
color: #EC154F;
}
.AnyTagClassName
{
color: #EC154F;
}
</style>
background-color css
<style>
a { background-color: #EC154F; }
a { background-color: rgb(236,21,79); }
div.DivClassName
{
background-color: #EC154F;
}
.BgClassName
{
background-color: #EC154F;
}
</style>
border-color css
<style>
span { border-color: #EC154F; }
span { border-color: rgb(236,21,79); }
td.TdClassName
{
border-color: #EC154F;
}
.TagClassName
{
border-color: #EC154F;
}
</style>