Shades of Razzmatazz #EC0569
Tints of Razzmatazz #EC0569
RGB
CMYK
RGB Variations
Color information
#EC0569 (or 0xEC0569) is known color: Razzmatazz. HEX triplet: EC, 05 and 69. RGB value is (236,5,105). Sum of RGB (Red+Green+Blue) = 236+5+105=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0569 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0569 is #13FA96. Grayscale: #555555. Windows color (decimal): -1309335 or 6882796. OLE color: 6882796.
HSL color Cylindrical-coordinate representation of color #EC0569: hue angle of 334.03º 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 #EC0569 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 105 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.07 |
| HSL | 334.03º | 0.96% | 0.47% | - |
| HSV(B) | 334.03º | 0.98% | 0.93% | - |
| XYZ | 37.2 | 18.96 | 15.06 | - |
| YUV | 85.47 | 139.03 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 105 | 0 | 0.98 | 0.56 | 0.07 | 334.03 | 0.96 | 0.47 |
| Hex | EC | 5 | 69 | 0 | 62 | 38 | 7 | 14E | 60 | 2F |
| Octal | 354 | 5 | 151 | 0 | 142 | 70 | 7 | 516 | 140 | 57 |
| Binary | 11101100 | 101 | 1101001 | 0 | 1100010 | 111000 | 111 | 101001110 | 1100000 | 101111 |
Color Harmonies of #EC0569
Complementary color
Monochromatic Colors of #EC0569
Black with #EC0569
Text Example
Text Example
White with #EC0569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0569; }
p { color: rgb(236,5,105); }
H1.HeaderClassName
{
color: #EC0569;
}
.AnyTagClassName
{
color: #EC0569;
}
</style>
background-color css
<style>
a { background-color: #EC0569; }
a { background-color: rgb(236,5,105); }
div.DivClassName
{
background-color: #EC0569;
}
.BgClassName
{
background-color: #EC0569;
}
</style>
border-color css
<style>
span { border-color: #EC0569; }
span { border-color: rgb(236,5,105); }
td.TdClassName
{
border-color: #EC0569;
}
.TagClassName
{
border-color: #EC0569;
}
</style>