Shades of Razzmatazz #EC0367
Tints of Razzmatazz #EC0367
RGB
CMYK
RGB Variations
Color information
#EC0367 (or 0xEC0367) is known color: Razzmatazz. HEX triplet: EC, 03 and 67. RGB value is (236,3,103). Sum of RGB (Red+Green+Blue) = 236+3+103=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0367 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0367 is #13FC98. Grayscale: #535353. Windows color (decimal): -1309849 or 6751212. OLE color: 6751212.
HSL color Cylindrical-coordinate representation of color #EC0367: hue angle of 334.25º 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 #EC0367 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 103 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.07 |
| HSL | 334.25º | 0.97% | 0.47% | - |
| HSV(B) | 334.25º | 0.99% | 0.93% | - |
| XYZ | 37.07 | 18.88 | 14.52 | - |
| YUV | 84.07 | 138.69 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 103 | 0 | 0.99 | 0.56 | 0.07 | 334.25 | 0.97 | 0.47 |
| Hex | EC | 3 | 67 | 0 | 63 | 38 | 7 | 14E | 61 | 2F |
| Octal | 354 | 3 | 147 | 0 | 143 | 70 | 7 | 516 | 141 | 57 |
| Binary | 11101100 | 11 | 1100111 | 0 | 1100011 | 111000 | 111 | 101001110 | 1100001 | 101111 |
Color Harmonies of #EC0367
Complementary color
Monochromatic Colors of #EC0367
Black with #EC0367
Text Example
Text Example
White with #EC0367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0367; }
p { color: rgb(236,3,103); }
H1.HeaderClassName
{
color: #EC0367;
}
.AnyTagClassName
{
color: #EC0367;
}
</style>
background-color css
<style>
a { background-color: #EC0367; }
a { background-color: rgb(236,3,103); }
div.DivClassName
{
background-color: #EC0367;
}
.BgClassName
{
background-color: #EC0367;
}
</style>
border-color css
<style>
span { border-color: #EC0367; }
span { border-color: rgb(236,3,103); }
td.TdClassName
{
border-color: #EC0367;
}
.TagClassName
{
border-color: #EC0367;
}
</style>