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