Shades of Razzmatazz #EC0B5A
Tints of Razzmatazz #EC0B5A
RGB
CMYK
RGB Variations
Color information
#EC0B5A (or 0xEC0B5A) is known color: Razzmatazz. HEX triplet: EC, 0B and 5A. RGB value is (236,11,90). Sum of RGB (Red+Green+Blue) = 236+11+90=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B5A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0B5A is #13F4A5. Grayscale: #575757. Windows color (decimal): -1307814 or 5901292. OLE color: 5901292.
HSL color Cylindrical-coordinate representation of color #EC0B5A: hue angle of 338.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0B5A is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 90 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.07 |
| HSL | 338.93º | 0.91% | 0.48% | - |
| HSV(B) | 338.93º | 0.95% | 0.93% | - |
| XYZ | 36.56 | 18.81 | 11.38 | - |
| YUV | 87.28 | 129.54 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 90 | 0 | 0.95 | 0.62 | 0.07 | 338.93 | 0.91 | 0.48 |
| Hex | EC | B | 5A | 0 | 5F | 3E | 7 | 153 | 5B | 30 |
| Octal | 354 | 13 | 132 | 0 | 137 | 76 | 7 | 523 | 133 | 60 |
| Binary | 11101100 | 1011 | 1011010 | 0 | 1011111 | 111110 | 111 | 101010011 | 1011011 | 110000 |
Color Harmonies of #EC0B5A
Complementary color
Monochromatic Colors of #EC0B5A
Black with #EC0B5A
Text Example
Text Example
White with #EC0B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0B5A; }
p { color: rgb(236,11,90); }
H1.HeaderClassName
{
color: #EC0B5A;
}
.AnyTagClassName
{
color: #EC0B5A;
}
</style>
background-color css
<style>
a { background-color: #EC0B5A; }
a { background-color: rgb(236,11,90); }
div.DivClassName
{
background-color: #EC0B5A;
}
.BgClassName
{
background-color: #EC0B5A;
}
</style>
border-color css
<style>
span { border-color: #EC0B5A; }
span { border-color: rgb(236,11,90); }
td.TdClassName
{
border-color: #EC0B5A;
}
.TagClassName
{
border-color: #EC0B5A;
}
</style>