Shades of Razzmatazz #EB0C5E
Tints of Razzmatazz #EB0C5E
RGB
CMYK
RGB Variations
Color information
#EB0C5E (or 0xEB0C5E) is known color: Razzmatazz. HEX triplet: EB, 0C and 5E. RGB value is (235,12,94). Sum of RGB (Red+Green+Blue) = 235+12+94=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0C5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0C5E is #14F3A1. Grayscale: #575757. Windows color (decimal): -1373090 or 6163691. OLE color: 6163691.
HSL color Cylindrical-coordinate representation of color #EB0C5E: hue angle of 337.94º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0C5E is Cyan = 0, Magento = 0.95, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 12 | 94 | - |
| CMYK | 0 | 0.95 | 0.6 | 0.08 |
| HSL | 337.94º | 0.9% | 0.48% | - |
| HSV(B) | 337.94º | 0.95% | 0.92% | - |
| XYZ | 36.41 | 18.73 | 12.29 | - |
| YUV | 88.03 | 131.38 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 12 | 94 | 0 | 0.95 | 0.6 | 0.08 | 337.94 | 0.9 | 0.48 |
| Hex | EB | C | 5E | 0 | 5F | 3C | 8 | 152 | 5A | 30 |
| Octal | 353 | 14 | 136 | 0 | 137 | 74 | 10 | 522 | 132 | 60 |
| Binary | 11101011 | 1100 | 1011110 | 0 | 1011111 | 111100 | 1000 | 101010010 | 1011010 | 110000 |
Color Harmonies of #EB0C5E
Complementary color
Monochromatic Colors of #EB0C5E
Black with #EB0C5E
Text Example
Text Example
White with #EB0C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0C5E; }
p { color: rgb(235,12,94); }
H1.HeaderClassName
{
color: #EB0C5E;
}
.AnyTagClassName
{
color: #EB0C5E;
}
</style>
background-color css
<style>
a { background-color: #EB0C5E; }
a { background-color: rgb(235,12,94); }
div.DivClassName
{
background-color: #EB0C5E;
}
.BgClassName
{
background-color: #EB0C5E;
}
</style>
border-color css
<style>
span { border-color: #EB0C5E; }
span { border-color: rgb(235,12,94); }
td.TdClassName
{
border-color: #EB0C5E;
}
.TagClassName
{
border-color: #EB0C5E;
}
</style>