Shades of Razzmatazz #EC0568
Tints of Razzmatazz #EC0568
RGB
CMYK
RGB Variations
Color information
#EC0568 (or 0xEC0568) is known color: Razzmatazz. HEX triplet: EC, 05 and 68. RGB value is (236,5,104). Sum of RGB (Red+Green+Blue) = 236+5+104=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0568 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0568 is #13FA97. Grayscale: #555555. Windows color (decimal): -1309336 or 6817260. OLE color: 6817260.
HSL color Cylindrical-coordinate representation of color #EC0568: hue angle of 334.29º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0568 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 104 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.07 |
| HSL | 334.29º | 0.96% | 0.47% | - |
| HSV(B) | 334.29º | 0.98% | 0.93% | - |
| XYZ | 37.15 | 18.94 | 14.79 | - |
| YUV | 85.36 | 138.53 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 104 | 0 | 0.98 | 0.56 | 0.07 | 334.29 | 0.96 | 0.47 |
| Hex | EC | 5 | 68 | 0 | 62 | 38 | 7 | 14E | 60 | 2F |
| Octal | 354 | 5 | 150 | 0 | 142 | 70 | 7 | 516 | 140 | 57 |
| Binary | 11101100 | 101 | 1101000 | 0 | 1100010 | 111000 | 111 | 101001110 | 1100000 | 101111 |
Color Harmonies of #EC0568
Complementary color
Monochromatic Colors of #EC0568
Black with #EC0568
Text Example
Text Example
White with #EC0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0568; }
p { color: rgb(236,5,104); }
H1.HeaderClassName
{
color: #EC0568;
}
.AnyTagClassName
{
color: #EC0568;
}
</style>
background-color css
<style>
a { background-color: #EC0568; }
a { background-color: rgb(236,5,104); }
div.DivClassName
{
background-color: #EC0568;
}
.BgClassName
{
background-color: #EC0568;
}
</style>
border-color css
<style>
span { border-color: #EC0568; }
span { border-color: rgb(236,5,104); }
td.TdClassName
{
border-color: #EC0568;
}
.TagClassName
{
border-color: #EC0568;
}
</style>