Shades of Razzmatazz #EC0669
Tints of Razzmatazz #EC0669
RGB
CMYK
RGB Variations
Color information
#EC0669 (or 0xEC0669) is known color: Razzmatazz. HEX triplet: EC, 06 and 69. RGB value is (236,6,105). Sum of RGB (Red+Green+Blue) = 236+6+105=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0669 is #13F996. Grayscale: #555555. Windows color (decimal): -1309079 or 6883052. OLE color: 6883052.
HSL color Cylindrical-coordinate representation of color #EC0669: hue angle of 334.17º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0669 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.07 |
| HSL | 334.17º | 0.95% | 0.47% | - |
| HSV(B) | 334.17º | 0.97% | 0.93% | - |
| XYZ | 37.21 | 18.98 | 15.07 | - |
| YUV | 86.06 | 138.7 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 105 | 0 | 0.97 | 0.56 | 0.07 | 334.17 | 0.95 | 0.47 |
| Hex | EC | 6 | 69 | 0 | 61 | 38 | 7 | 14E | 5F | 2F |
| Octal | 354 | 6 | 151 | 0 | 141 | 70 | 7 | 516 | 137 | 57 |
| Binary | 11101100 | 110 | 1101001 | 0 | 1100001 | 111000 | 111 | 101001110 | 1011111 | 101111 |
Color Harmonies of #EC0669
Complementary color
Monochromatic Colors of #EC0669
Black with #EC0669
Text Example
Text Example
White with #EC0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0669; }
p { color: rgb(236,6,105); }
H1.HeaderClassName
{
color: #EC0669;
}
.AnyTagClassName
{
color: #EC0669;
}
</style>
background-color css
<style>
a { background-color: #EC0669; }
a { background-color: rgb(236,6,105); }
div.DivClassName
{
background-color: #EC0669;
}
.BgClassName
{
background-color: #EC0669;
}
</style>
border-color css
<style>
span { border-color: #EC0669; }
span { border-color: rgb(236,6,105); }
td.TdClassName
{
border-color: #EC0669;
}
.TagClassName
{
border-color: #EC0669;
}
</style>