Shades of Razzmatazz #EC0357
Tints of Razzmatazz #EC0357
RGB
CMYK
RGB Variations
Color information
#EC0357 (or 0xEC0357) is known color: Razzmatazz. HEX triplet: EC, 03 and 57. RGB value is (236,3,87). Sum of RGB (Red+Green+Blue) = 236+3+87=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0357 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0357 is #13FCA8. Grayscale: #525252. Windows color (decimal): -1309865 or 5702636. OLE color: 5702636.
HSL color Cylindrical-coordinate representation of color #EC0357: hue angle of 338.37º 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 #EC0357 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 87 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.07 |
| HSL | 338.37º | 0.97% | 0.47% | - |
| HSV(B) | 338.37º | 0.99% | 0.93% | - |
| XYZ | 36.34 | 18.59 | 10.69 | - |
| YUV | 82.24 | 130.69 | 237.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 87 | 0 | 0.99 | 0.63 | 0.07 | 338.37 | 0.97 | 0.47 |
| Hex | EC | 3 | 57 | 0 | 63 | 3F | 7 | 152 | 61 | 2F |
| Octal | 354 | 3 | 127 | 0 | 143 | 77 | 7 | 522 | 141 | 57 |
| Binary | 11101100 | 11 | 1010111 | 0 | 1100011 | 111111 | 111 | 101010010 | 1100001 | 101111 |
Color Harmonies of #EC0357
Complementary color
Monochromatic Colors of #EC0357
Black with #EC0357
Text Example
Text Example
White with #EC0357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0357; }
p { color: rgb(236,3,87); }
H1.HeaderClassName
{
color: #EC0357;
}
.AnyTagClassName
{
color: #EC0357;
}
</style>
background-color css
<style>
a { background-color: #EC0357; }
a { background-color: rgb(236,3,87); }
div.DivClassName
{
background-color: #EC0357;
}
.BgClassName
{
background-color: #EC0357;
}
</style>
border-color css
<style>
span { border-color: #EC0357; }
span { border-color: rgb(236,3,87); }
td.TdClassName
{
border-color: #EC0357;
}
.TagClassName
{
border-color: #EC0357;
}
</style>