Shades of Razzmatazz #EC1753
Tints of Razzmatazz #EC1753
RGB
CMYK
RGB Variations
Color information
#EC1753 (or 0xEC1753) is known color: Razzmatazz. HEX triplet: EC, 17 and 53. RGB value is (236,23,83). Sum of RGB (Red+Green+Blue) = 236+23+83=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1753 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1753 is #13E8AC. Grayscale: #5D5D5D. Windows color (decimal): -1304749 or 5445612. OLE color: 5445612.
HSL color Cylindrical-coordinate representation of color #EC1753: hue angle of 343.1º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1753 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 83 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.07 |
| HSL | 343.1º | 0.85% | 0.51% | - |
| HSV(B) | 343.1º | 0.9% | 0.93% | - |
| XYZ | 36.46 | 19.07 | 9.94 | - |
| YUV | 93.53 | 122.07 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 83 | 0 | 0.90 | 0.65 | 0.07 | 343.1 | 0.85 | 0.51 |
| Hex | EC | 17 | 53 | 0 | 5A | 41 | 7 | 157 | 55 | 33 |
| Octal | 354 | 27 | 123 | 0 | 132 | 101 | 7 | 527 | 125 | 63 |
| Binary | 11101100 | 10111 | 1010011 | 0 | 1011010 | 1000001 | 111 | 101010111 | 1010101 | 110011 |
Color Harmonies of #EC1753
Complementary color
Monochromatic Colors of #EC1753
Black with #EC1753
Text Example
Text Example
White with #EC1753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1753; }
p { color: rgb(236,23,83); }
H1.HeaderClassName
{
color: #EC1753;
}
.AnyTagClassName
{
color: #EC1753;
}
</style>
background-color css
<style>
a { background-color: #EC1753; }
a { background-color: rgb(236,23,83); }
div.DivClassName
{
background-color: #EC1753;
}
.BgClassName
{
background-color: #EC1753;
}
</style>
border-color css
<style>
span { border-color: #EC1753; }
span { border-color: rgb(236,23,83); }
td.TdClassName
{
border-color: #EC1753;
}
.TagClassName
{
border-color: #EC1753;
}
</style>