Shades of Razzmatazz #EC0378
Tints of Razzmatazz #EC0378
RGB
CMYK
RGB Variations
Color information
#EC0378 (or 0xEC0378) is known color: Razzmatazz. HEX triplet: EC, 03 and 78. RGB value is (236,3,120). Sum of RGB (Red+Green+Blue) = 236+3+120=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0378 is #13FC87. Grayscale: #555555. Windows color (decimal): -1309832 or 7865324. OLE color: 7865324.
HSL color Cylindrical-coordinate representation of color #EC0378: hue angle of 329.87º 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 #EC0378 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 120 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.07 |
| HSL | 329.87º | 0.97% | 0.47% | - |
| HSV(B) | 329.87º | 0.99% | 0.93% | - |
| XYZ | 38.01 | 19.25 | 19.48 | - |
| YUV | 86.01 | 147.19 | 234.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 120 | 0 | 0.99 | 0.49 | 0.07 | 329.87 | 0.97 | 0.47 |
| Hex | EC | 3 | 78 | 0 | 63 | 31 | 7 | 14A | 61 | 2F |
| Octal | 354 | 3 | 170 | 0 | 143 | 61 | 7 | 512 | 141 | 57 |
| Binary | 11101100 | 11 | 1111000 | 0 | 1100011 | 110001 | 111 | 101001010 | 1100001 | 101111 |
Color Harmonies of #EC0378
Complementary color
Monochromatic Colors of #EC0378
Black with #EC0378
Text Example
Text Example
White with #EC0378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0378; }
p { color: rgb(236,3,120); }
H1.HeaderClassName
{
color: #EC0378;
}
.AnyTagClassName
{
color: #EC0378;
}
</style>
background-color css
<style>
a { background-color: #EC0378; }
a { background-color: rgb(236,3,120); }
div.DivClassName
{
background-color: #EC0378;
}
.BgClassName
{
background-color: #EC0378;
}
</style>
border-color css
<style>
span { border-color: #EC0378; }
span { border-color: rgb(236,3,120); }
td.TdClassName
{
border-color: #EC0378;
}
.TagClassName
{
border-color: #EC0378;
}
</style>