Shades of Razzmatazz #EC0368
Tints of Razzmatazz #EC0368
RGB
CMYK
RGB Variations
Color information
#EC0368 (or 0xEC0368) is known color: Razzmatazz. HEX triplet: EC, 03 and 68. RGB value is (236,3,104). Sum of RGB (Red+Green+Blue) = 236+3+104=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0368 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0368 is #13FC97. Grayscale: #545454. Windows color (decimal): -1309848 or 6816748. OLE color: 6816748.
HSL color Cylindrical-coordinate representation of color #EC0368: hue angle of 333.99º 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 #EC0368 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 104 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.07 |
| HSL | 333.99º | 0.97% | 0.47% | - |
| HSV(B) | 333.99º | 0.99% | 0.93% | - |
| XYZ | 37.12 | 18.9 | 14.79 | - |
| YUV | 84.18 | 139.19 | 236.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 104 | 0 | 0.99 | 0.56 | 0.07 | 333.99 | 0.97 | 0.47 |
| Hex | EC | 3 | 68 | 0 | 63 | 38 | 7 | 14E | 61 | 2F |
| Octal | 354 | 3 | 150 | 0 | 143 | 70 | 7 | 516 | 141 | 57 |
| Binary | 11101100 | 11 | 1101000 | 0 | 1100011 | 111000 | 111 | 101001110 | 1100001 | 101111 |
Color Harmonies of #EC0368
Complementary color
Monochromatic Colors of #EC0368
Black with #EC0368
Text Example
Text Example
White with #EC0368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0368; }
p { color: rgb(236,3,104); }
H1.HeaderClassName
{
color: #EC0368;
}
.AnyTagClassName
{
color: #EC0368;
}
</style>
background-color css
<style>
a { background-color: #EC0368; }
a { background-color: rgb(236,3,104); }
div.DivClassName
{
background-color: #EC0368;
}
.BgClassName
{
background-color: #EC0368;
}
</style>
border-color css
<style>
span { border-color: #EC0368; }
span { border-color: rgb(236,3,104); }
td.TdClassName
{
border-color: #EC0368;
}
.TagClassName
{
border-color: #EC0368;
}
</style>