Shades of Razzmatazz #EC085E
Tints of Razzmatazz #EC085E
RGB
CMYK
RGB Variations
Color information
#EC085E (or 0xEC085E) is known color: Razzmatazz. HEX triplet: EC, 08 and 5E. RGB value is (236,8,94). Sum of RGB (Red+Green+Blue) = 236+8+94=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC085E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC085E is #13F7A1. Grayscale: #555555. Windows color (decimal): -1308578 or 6162668. OLE color: 6162668.
HSL color Cylindrical-coordinate representation of color #EC085E: hue angle of 337.37º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC085E is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 94 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.07 |
| HSL | 337.37º | 0.93% | 0.48% | - |
| HSV(B) | 337.37º | 0.97% | 0.93% | - |
| XYZ | 36.7 | 18.81 | 12.29 | - |
| YUV | 85.98 | 132.54 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 94 | 0 | 0.97 | 0.60 | 0.07 | 337.37 | 0.93 | 0.48 |
| Hex | EC | 8 | 5E | 0 | 61 | 3C | 7 | 151 | 5D | 30 |
| Octal | 354 | 10 | 136 | 0 | 141 | 74 | 7 | 521 | 135 | 60 |
| Binary | 11101100 | 1000 | 1011110 | 0 | 1100001 | 111100 | 111 | 101010001 | 1011101 | 110000 |
Color Harmonies of #EC085E
Complementary color
Monochromatic Colors of #EC085E
Black with #EC085E
Text Example
Text Example
White with #EC085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC085E; }
p { color: rgb(236,8,94); }
H1.HeaderClassName
{
color: #EC085E;
}
.AnyTagClassName
{
color: #EC085E;
}
</style>
background-color css
<style>
a { background-color: #EC085E; }
a { background-color: rgb(236,8,94); }
div.DivClassName
{
background-color: #EC085E;
}
.BgClassName
{
background-color: #EC085E;
}
</style>
border-color css
<style>
span { border-color: #EC085E; }
span { border-color: rgb(236,8,94); }
td.TdClassName
{
border-color: #EC085E;
}
.TagClassName
{
border-color: #EC085E;
}
</style>