Shades of Razzmatazz #EC0351
Tints of Razzmatazz #EC0351
RGB
CMYK
RGB Variations
Color information
#EC0351 (or 0xEC0351) is known color: Razzmatazz. HEX triplet: EC, 03 and 51. RGB value is (236,3,81). Sum of RGB (Red+Green+Blue) = 236+3+81=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0351 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0351 is #13FCAE. Grayscale: #515151. Windows color (decimal): -1309871 or 5309420. OLE color: 5309420.
HSL color Cylindrical-coordinate representation of color #EC0351: hue angle of 339.91º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0351 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 81 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.07 |
| HSL | 339.91º | 0.97% | 0.47% | - |
| HSV(B) | 339.91º | 0.99% | 0.93% | - |
| XYZ | 36.11 | 18.49 | 9.45 | - |
| YUV | 81.56 | 127.69 | 238.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 81 | 0 | 0.99 | 0.66 | 0.07 | 339.91 | 0.97 | 0.47 |
| Hex | EC | 3 | 51 | 0 | 63 | 42 | 7 | 154 | 61 | 2F |
| Octal | 354 | 3 | 121 | 0 | 143 | 102 | 7 | 524 | 141 | 57 |
| Binary | 11101100 | 11 | 1010001 | 0 | 1100011 | 1000010 | 111 | 101010100 | 1100001 | 101111 |
Color Harmonies of #EC0351
Complementary color
Monochromatic Colors of #EC0351
Black with #EC0351
Text Example
Text Example
White with #EC0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0351; }
p { color: rgb(236,3,81); }
H1.HeaderClassName
{
color: #EC0351;
}
.AnyTagClassName
{
color: #EC0351;
}
</style>
background-color css
<style>
a { background-color: #EC0351; }
a { background-color: rgb(236,3,81); }
div.DivClassName
{
background-color: #EC0351;
}
.BgClassName
{
background-color: #EC0351;
}
</style>
border-color css
<style>
span { border-color: #EC0351; }
span { border-color: rgb(236,3,81); }
td.TdClassName
{
border-color: #EC0351;
}
.TagClassName
{
border-color: #EC0351;
}
</style>