Shades of Razzmatazz #EC095E
Tints of Razzmatazz #EC095E
RGB
CMYK
RGB Variations
Color information
#EC095E (or 0xEC095E) is known color: Razzmatazz. HEX triplet: EC, 09 and 5E. RGB value is (236,9,94). Sum of RGB (Red+Green+Blue) = 236+9+94=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC095E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC095E is #13F6A1. Grayscale: #565656. Windows color (decimal): -1308322 or 6162924. OLE color: 6162924.
HSL color Cylindrical-coordinate representation of color #EC095E: hue angle of 337.53º 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 #EC095E is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 9 | 94 | - |
CMYK | 0 | 0.96 | 0.60 | 0.07 |
HSL | 337.53º | 0.93% | 0.48% | - |
HSV(B) | 337.53º | 0.96% | 0.93% | - |
XYZ | 36.71 | 18.84 | 12.29 | - |
YUV | 86.56 | 132.21 | 234.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 9 | 94 | 0 | 0.96 | 0.60 | 0.07 | 337.53 | 0.93 | 0.48 |
Hex | EC | 9 | 5E | 0 | 60 | 3C | 7 | 152 | 5D | 30 |
Octal | 354 | 11 | 136 | 0 | 140 | 74 | 7 | 522 | 135 | 60 |
Binary | 11101100 | 1001 | 1011110 | 0 | 1100000 | 111100 | 111 | 101010010 | 1011101 | 110000 |
Color Harmonies of #EC095E
Complementary color
Monochromatic Colors of #EC095E
Black with #EC095E
Text Example
Text Example
White with #EC095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC095E; }
p { color: rgb(236,9,94); }
H1.HeaderClassName
{
color: #EC095E;
}
.AnyTagClassName
{
color: #EC095E;
}
</style>
background-color css
<style>
a { background-color: #EC095E; }
a { background-color: rgb(236,9,94); }
div.DivClassName
{
background-color: #EC095E;
}
.BgClassName
{
background-color: #EC095E;
}
</style>
border-color css
<style>
span { border-color: #EC095E; }
span { border-color: rgb(236,9,94); }
td.TdClassName
{
border-color: #EC095E;
}
.TagClassName
{
border-color: #EC095E;
}
</style>