Shades of Razzmatazz #EC0952
Tints of Razzmatazz #EC0952
RGB
CMYK
RGB Variations
Color information
#EC0952 (or 0xEC0952) is known color: Razzmatazz. HEX triplet: EC, 09 and 52. RGB value is (236,9,82). Sum of RGB (Red+Green+Blue) = 236+9+82=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0952 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0952 is #13F6AD. Grayscale: #555555. Windows color (decimal): -1308334 or 5376492. OLE color: 5376492.
HSL color Cylindrical-coordinate representation of color #EC0952: hue angle of 340.7º 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 #EC0952 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 82 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.07 |
| HSL | 340.7º | 0.93% | 0.48% | - |
| HSV(B) | 340.7º | 0.96% | 0.93% | - |
| XYZ | 36.21 | 18.64 | 9.67 | - |
| YUV | 85.2 | 126.21 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 82 | 0 | 0.96 | 0.65 | 0.07 | 340.7 | 0.93 | 0.48 |
| Hex | EC | 9 | 52 | 0 | 60 | 41 | 7 | 155 | 5D | 30 |
| Octal | 354 | 11 | 122 | 0 | 140 | 101 | 7 | 525 | 135 | 60 |
| Binary | 11101100 | 1001 | 1010010 | 0 | 1100000 | 1000001 | 111 | 101010101 | 1011101 | 110000 |
Color Harmonies of #EC0952
Complementary color
Monochromatic Colors of #EC0952
Black with #EC0952
Text Example
Text Example
White with #EC0952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0952; }
p { color: rgb(236,9,82); }
H1.HeaderClassName
{
color: #EC0952;
}
.AnyTagClassName
{
color: #EC0952;
}
</style>
background-color css
<style>
a { background-color: #EC0952; }
a { background-color: rgb(236,9,82); }
div.DivClassName
{
background-color: #EC0952;
}
.BgClassName
{
background-color: #EC0952;
}
</style>
border-color css
<style>
span { border-color: #EC0952; }
span { border-color: rgb(236,9,82); }
td.TdClassName
{
border-color: #EC0952;
}
.TagClassName
{
border-color: #EC0952;
}
</style>