Shades of Razzmatazz #EC065B
Tints of Razzmatazz #EC065B
RGB
CMYK
RGB Variations
Color information
#EC065B (or 0xEC065B) is known color: Razzmatazz. HEX triplet: EC, 06 and 5B. RGB value is (236,6,91). Sum of RGB (Red+Green+Blue) = 236+6+91=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC065B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC065B is #13F9A4. Grayscale: #545454. Windows color (decimal): -1309093 or 5965548. OLE color: 5965548.
HSL color Cylindrical-coordinate representation of color #EC065B: hue angle of 337.83º 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 #EC065B is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 91 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.07 |
| HSL | 337.83º | 0.95% | 0.47% | - |
| HSV(B) | 337.83º | 0.97% | 0.93% | - |
| XYZ | 36.55 | 18.72 | 11.58 | - |
| YUV | 84.46 | 131.7 | 236.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 91 | 0 | 0.97 | 0.61 | 0.07 | 337.83 | 0.95 | 0.47 |
| Hex | EC | 6 | 5B | 0 | 61 | 3D | 7 | 152 | 5F | 2F |
| Octal | 354 | 6 | 133 | 0 | 141 | 75 | 7 | 522 | 137 | 57 |
| Binary | 11101100 | 110 | 1011011 | 0 | 1100001 | 111101 | 111 | 101010010 | 1011111 | 101111 |
Color Harmonies of #EC065B
Complementary color
Monochromatic Colors of #EC065B
Black with #EC065B
Text Example
Text Example
White with #EC065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC065B; }
p { color: rgb(236,6,91); }
H1.HeaderClassName
{
color: #EC065B;
}
.AnyTagClassName
{
color: #EC065B;
}
</style>
background-color css
<style>
a { background-color: #EC065B; }
a { background-color: rgb(236,6,91); }
div.DivClassName
{
background-color: #EC065B;
}
.BgClassName
{
background-color: #EC065B;
}
</style>
border-color css
<style>
span { border-color: #EC065B; }
span { border-color: rgb(236,6,91); }
td.TdClassName
{
border-color: #EC065B;
}
.TagClassName
{
border-color: #EC065B;
}
</style>