Shades of Razzmatazz #EC0069
Tints of Razzmatazz #EC0069
RGB
CMYK
RGB Variations
Color information
#EC0069 (or 0xEC0069) is known color: Razzmatazz. HEX triplet: EC, 00 and 69. RGB value is (236,0,105). Sum of RGB (Red+Green+Blue) = 236+0+105=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0069 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0069 is #13FF96. Grayscale: #525252. Windows color (decimal): -1310615 or 6881516. OLE color: 6881516.
HSL color Cylindrical-coordinate representation of color #EC0069: hue angle of 333.31º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0069 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.56 | 0.07 |
| HSL | 333.31º | 1% | 0.46% | - |
| HSV(B) | 333.31º | 1% | 0.93% | - |
| XYZ | 37.14 | 18.85 | 15.05 | - |
| YUV | 82.53 | 140.69 | 237.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 105 | 0 | 1 | 0.56 | 0.07 | 333.31 | 1 | 0.46 |
| Hex | EC | 0 | 69 | 0 | 64 | 38 | 7 | 14D | 64 | 2E |
| Octal | 354 | 0 | 151 | 0 | 144 | 70 | 7 | 515 | 144 | 56 |
| Binary | 11101100 | 0 | 1101001 | 0 | 1100100 | 111000 | 111 | 101001101 | 1100100 | 101110 |
Color Harmonies of #EC0069
Complementary color
Monochromatic Colors of #EC0069
Black with #EC0069
Text Example
Text Example
White with #EC0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0069; }
p { color: rgb(236,0,105); }
H1.HeaderClassName
{
color: #EC0069;
}
.AnyTagClassName
{
color: #EC0069;
}
</style>
background-color css
<style>
a { background-color: #EC0069; }
a { background-color: rgb(236,0,105); }
div.DivClassName
{
background-color: #EC0069;
}
.BgClassName
{
background-color: #EC0069;
}
</style>
border-color css
<style>
span { border-color: #EC0069; }
span { border-color: rgb(236,0,105); }
td.TdClassName
{
border-color: #EC0069;
}
.TagClassName
{
border-color: #EC0069;
}
</style>