Shades of Razzmatazz #EC1653
Tints of Razzmatazz #EC1653
RGB
CMYK
RGB Variations
Color information
#EC1653 (or 0xEC1653) is known color: Razzmatazz. HEX triplet: EC, 16 and 53. RGB value is (236,22,83). Sum of RGB (Red+Green+Blue) = 236+22+83=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1653 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1653 is #13E9AC. Grayscale: #5C5C5C. Windows color (decimal): -1305005 or 5445356. OLE color: 5445356.
HSL color Cylindrical-coordinate representation of color #EC1653: hue angle of 342.9º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1653 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 83 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.07 |
| HSL | 342.9º | 0.85% | 0.51% | - |
| HSV(B) | 342.9º | 0.91% | 0.93% | - |
| XYZ | 36.44 | 19.03 | 9.94 | - |
| YUV | 92.94 | 122.4 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 83 | 0 | 0.91 | 0.65 | 0.07 | 342.9 | 0.85 | 0.51 |
| Hex | EC | 16 | 53 | 0 | 5B | 41 | 7 | 157 | 55 | 33 |
| Octal | 354 | 26 | 123 | 0 | 133 | 101 | 7 | 527 | 125 | 63 |
| Binary | 11101100 | 10110 | 1010011 | 0 | 1011011 | 1000001 | 111 | 101010111 | 1010101 | 110011 |
Color Harmonies of #EC1653
Complementary color
Monochromatic Colors of #EC1653
Black with #EC1653
Text Example
Text Example
White with #EC1653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1653; }
p { color: rgb(236,22,83); }
H1.HeaderClassName
{
color: #EC1653;
}
.AnyTagClassName
{
color: #EC1653;
}
</style>
background-color css
<style>
a { background-color: #EC1653; }
a { background-color: rgb(236,22,83); }
div.DivClassName
{
background-color: #EC1653;
}
.BgClassName
{
background-color: #EC1653;
}
</style>
border-color css
<style>
span { border-color: #EC1653; }
span { border-color: rgb(236,22,83); }
td.TdClassName
{
border-color: #EC1653;
}
.TagClassName
{
border-color: #EC1653;
}
</style>