Shades of Razzmatazz #EC005F
Tints of Razzmatazz #EC005F
RGB
CMYK
RGB Variations
Color information
#EC005F (or 0xEC005F) is known color: Razzmatazz. HEX triplet: EC, 00 and 5F. RGB value is (236,0,95). Sum of RGB (Red+Green+Blue) = 236+0+95=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC005F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC005F is #13FFA0. Grayscale: #515151. Windows color (decimal): -1310625 or 6226156. OLE color: 6226156.
HSL color Cylindrical-coordinate representation of color #EC005F: hue angle of 335.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC005F is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.60 | 0.07 |
| HSL | 335.85º | 1% | 0.46% | - |
| HSV(B) | 335.85º | 1% | 0.93% | - |
| XYZ | 36.66 | 18.66 | 12.5 | - |
| YUV | 81.39 | 135.69 | 238.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 95 | 0 | 1 | 0.60 | 0.07 | 335.85 | 1 | 0.46 |
| Hex | EC | 0 | 5F | 0 | 64 | 3C | 7 | 150 | 64 | 2E |
| Octal | 354 | 0 | 137 | 0 | 144 | 74 | 7 | 520 | 144 | 56 |
| Binary | 11101100 | 0 | 1011111 | 0 | 1100100 | 111100 | 111 | 101010000 | 1100100 | 101110 |
Color Harmonies of #EC005F
Complementary color
Monochromatic Colors of #EC005F
Black with #EC005F
Text Example
Text Example
White with #EC005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC005F; }
p { color: rgb(236,0,95); }
H1.HeaderClassName
{
color: #EC005F;
}
.AnyTagClassName
{
color: #EC005F;
}
</style>
background-color css
<style>
a { background-color: #EC005F; }
a { background-color: rgb(236,0,95); }
div.DivClassName
{
background-color: #EC005F;
}
.BgClassName
{
background-color: #EC005F;
}
</style>
border-color css
<style>
span { border-color: #EC005F; }
span { border-color: rgb(236,0,95); }
td.TdClassName
{
border-color: #EC005F;
}
.TagClassName
{
border-color: #EC005F;
}
</style>