Shades of Razzmatazz #EB0E5E
Tints of Razzmatazz #EB0E5E
RGB
CMYK
RGB Variations
Color information
#EB0E5E (or 0xEB0E5E) is known color: Razzmatazz. HEX triplet: EB, 0E and 5E. RGB value is (235,14,94). Sum of RGB (Red+Green+Blue) = 235+14+94=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0E5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0E5E is #14F1A1. Grayscale: #595959. Windows color (decimal): -1372578 or 6164203. OLE color: 6164203.
HSL color Cylindrical-coordinate representation of color #EB0E5E: hue angle of 338.28º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0E5E is Cyan = 0, Magento = 0.94, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 14 | 94 | - |
| CMYK | 0 | 0.94 | 0.6 | 0.08 |
| HSL | 338.28º | 0.89% | 0.49% | - |
| HSV(B) | 338.28º | 0.94% | 0.92% | - |
| XYZ | 36.44 | 18.78 | 12.29 | - |
| YUV | 89.2 | 130.72 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 14 | 94 | 0 | 0.94 | 0.6 | 0.08 | 338.28 | 0.89 | 0.49 |
| Hex | EB | E | 5E | 0 | 5E | 3C | 8 | 152 | 59 | 31 |
| Octal | 353 | 16 | 136 | 0 | 136 | 74 | 10 | 522 | 131 | 61 |
| Binary | 11101011 | 1110 | 1011110 | 0 | 1011110 | 111100 | 1000 | 101010010 | 1011001 | 110001 |
Color Harmonies of #EB0E5E
Complementary color
Monochromatic Colors of #EB0E5E
Black with #EB0E5E
Text Example
Text Example
White with #EB0E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0E5E; }
p { color: rgb(235,14,94); }
H1.HeaderClassName
{
color: #EB0E5E;
}
.AnyTagClassName
{
color: #EB0E5E;
}
</style>
background-color css
<style>
a { background-color: #EB0E5E; }
a { background-color: rgb(235,14,94); }
div.DivClassName
{
background-color: #EB0E5E;
}
.BgClassName
{
background-color: #EB0E5E;
}
</style>
border-color css
<style>
span { border-color: #EB0E5E; }
span { border-color: rgb(235,14,94); }
td.TdClassName
{
border-color: #EB0E5E;
}
.TagClassName
{
border-color: #EB0E5E;
}
</style>