Shades of Razzmatazz #EC095B
Tints of Razzmatazz #EC095B
RGB
CMYK
RGB Variations
Color information
#EC095B (or 0xEC095B) is known color: Razzmatazz. HEX triplet: EC, 09 and 5B. RGB value is (236,9,91). Sum of RGB (Red+Green+Blue) = 236+9+91=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC095B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC095B is #13F6A4. Grayscale: #565656. Windows color (decimal): -1308325 or 5966316. OLE color: 5966316.
HSL color Cylindrical-coordinate representation of color #EC095B: hue angle of 338.33º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC095B is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 91 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.07 |
| HSL | 338.33º | 0.93% | 0.48% | - |
| HSV(B) | 338.33º | 0.96% | 0.93% | - |
| XYZ | 36.58 | 18.78 | 11.6 | - |
| YUV | 86.22 | 130.71 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 91 | 0 | 0.96 | 0.61 | 0.07 | 338.33 | 0.93 | 0.48 |
| Hex | EC | 9 | 5B | 0 | 60 | 3D | 7 | 152 | 5D | 30 |
| Octal | 354 | 11 | 133 | 0 | 140 | 75 | 7 | 522 | 135 | 60 |
| Binary | 11101100 | 1001 | 1011011 | 0 | 1100000 | 111101 | 111 | 101010010 | 1011101 | 110000 |
Color Harmonies of #EC095B
Complementary color
Monochromatic Colors of #EC095B
Black with #EC095B
Text Example
Text Example
White with #EC095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC095B; }
p { color: rgb(236,9,91); }
H1.HeaderClassName
{
color: #EC095B;
}
.AnyTagClassName
{
color: #EC095B;
}
</style>
background-color css
<style>
a { background-color: #EC095B; }
a { background-color: rgb(236,9,91); }
div.DivClassName
{
background-color: #EC095B;
}
.BgClassName
{
background-color: #EC095B;
}
</style>
border-color css
<style>
span { border-color: #EC095B; }
span { border-color: rgb(236,9,91); }
td.TdClassName
{
border-color: #EC095B;
}
.TagClassName
{
border-color: #EC095B;
}
</style>