Shades of Razzmatazz #EC0865
Tints of Razzmatazz #EC0865
RGB
CMYK
RGB Variations
Color information
#EC0865 (or 0xEC0865) is known color: Razzmatazz. HEX triplet: EC, 08 and 65. RGB value is (236,8,101). Sum of RGB (Red+Green+Blue) = 236+8+101=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0865 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0865 is #13F79A. Grayscale: #565656. Windows color (decimal): -1308571 or 6621420. OLE color: 6621420.
HSL color Cylindrical-coordinate representation of color #EC0865: hue angle of 335.53º 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 #EC0865 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 101 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.07 |
| HSL | 335.53º | 0.93% | 0.48% | - |
| HSV(B) | 335.53º | 0.97% | 0.93% | - |
| XYZ | 37.03 | 18.95 | 14.02 | - |
| YUV | 86.77 | 136.04 | 234.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 101 | 0 | 0.97 | 0.57 | 0.07 | 335.53 | 0.93 | 0.48 |
| Hex | EC | 8 | 65 | 0 | 61 | 39 | 7 | 150 | 5D | 30 |
| Octal | 354 | 10 | 145 | 0 | 141 | 71 | 7 | 520 | 135 | 60 |
| Binary | 11101100 | 1000 | 1100101 | 0 | 1100001 | 111001 | 111 | 101010000 | 1011101 | 110000 |
Color Harmonies of #EC0865
Complementary color
Monochromatic Colors of #EC0865
Black with #EC0865
Text Example
Text Example
White with #EC0865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0865; }
p { color: rgb(236,8,101); }
H1.HeaderClassName
{
color: #EC0865;
}
.AnyTagClassName
{
color: #EC0865;
}
</style>
background-color css
<style>
a { background-color: #EC0865; }
a { background-color: rgb(236,8,101); }
div.DivClassName
{
background-color: #EC0865;
}
.BgClassName
{
background-color: #EC0865;
}
</style>
border-color css
<style>
span { border-color: #EC0865; }
span { border-color: rgb(236,8,101); }
td.TdClassName
{
border-color: #EC0865;
}
.TagClassName
{
border-color: #EC0865;
}
</style>