Shades of Razzmatazz #EC0266
Tints of Razzmatazz #EC0266
RGB
CMYK
RGB Variations
Color information
#EC0266 (or 0xEC0266) is known color: Razzmatazz. HEX triplet: EC, 02 and 66. RGB value is (236,2,102). Sum of RGB (Red+Green+Blue) = 236+2+102=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0266 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0266 is #13FD99. Grayscale: #535353. Windows color (decimal): -1310106 or 6685420. OLE color: 6685420.
HSL color Cylindrical-coordinate representation of color #EC0266: hue angle of 334.36º degrees, saturation: 0.98, 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 #EC0266 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.07 |
| HSL | 334.36º | 0.98% | 0.47% | - |
| HSV(B) | 334.36º | 0.99% | 0.93% | - |
| XYZ | 37.01 | 18.84 | 14.26 | - |
| YUV | 83.37 | 138.52 | 236.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 102 | 0 | 0.99 | 0.57 | 0.07 | 334.36 | 0.98 | 0.47 |
| Hex | EC | 2 | 66 | 0 | 63 | 39 | 7 | 14E | 62 | 2F |
| Octal | 354 | 2 | 146 | 0 | 143 | 71 | 7 | 516 | 142 | 57 |
| Binary | 11101100 | 10 | 1100110 | 0 | 1100011 | 111001 | 111 | 101001110 | 1100010 | 101111 |
Color Harmonies of #EC0266
Complementary color
Monochromatic Colors of #EC0266
Black with #EC0266
Text Example
Text Example
White with #EC0266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0266; }
p { color: rgb(236,2,102); }
H1.HeaderClassName
{
color: #EC0266;
}
.AnyTagClassName
{
color: #EC0266;
}
</style>
background-color css
<style>
a { background-color: #EC0266; }
a { background-color: rgb(236,2,102); }
div.DivClassName
{
background-color: #EC0266;
}
.BgClassName
{
background-color: #EC0266;
}
</style>
border-color css
<style>
span { border-color: #EC0266; }
span { border-color: rgb(236,2,102); }
td.TdClassName
{
border-color: #EC0266;
}
.TagClassName
{
border-color: #EC0266;
}
</style>