Shades of Razzmatazz #EB005E
Tints of Razzmatazz #EB005E
RGB
CMYK
RGB Variations
Color information
#EB005E (or 0xEB005E) is known color: Razzmatazz. HEX triplet: EB, 00 and 5E. RGB value is (235,0,94). Sum of RGB (Red+Green+Blue) = 235+0+94=329 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.43% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 235 - color contains mainly: red. Hex color #EB005E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB005E is #14FFA1. Grayscale: #505050. Windows color (decimal): -1376162 or 6160619. OLE color: 6160619.
HSL color Cylindrical-coordinate representation of color #EB005E: hue angle of 336º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB005E is Cyan = 0, Magento = 1, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.6 | 0.08 |
| HSL | 336º | 1% | 0.46% | - |
| HSV(B) | 336º | 1% | 0.92% | - |
| XYZ | 36.28 | 18.47 | 12.24 | - |
| YUV | 80.98 | 135.36 | 237.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 94 | 0 | 1 | 0.6 | 0.08 | 336 | 1 | 0.46 |
| Hex | EB | 0 | 5E | 0 | 64 | 3C | 8 | 150 | 64 | 2E |
| Octal | 353 | 0 | 136 | 0 | 144 | 74 | 10 | 520 | 144 | 56 |
| Binary | 11101011 | 0 | 1011110 | 0 | 1100100 | 111100 | 1000 | 101010000 | 1100100 | 101110 |
Color Harmonies of #EB005E
Complementary color
Monochromatic Colors of #EB005E
Black with #EB005E
Text Example
Text Example
White with #EB005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB005E; }
p { color: rgb(235,0,94); }
H1.HeaderClassName
{
color: #EB005E;
}
.AnyTagClassName
{
color: #EB005E;
}
</style>
background-color css
<style>
a { background-color: #EB005E; }
a { background-color: rgb(235,0,94); }
div.DivClassName
{
background-color: #EB005E;
}
.BgClassName
{
background-color: #EB005E;
}
</style>
border-color css
<style>
span { border-color: #EB005E; }
span { border-color: rgb(235,0,94); }
td.TdClassName
{
border-color: #EB005E;
}
.TagClassName
{
border-color: #EB005E;
}
</style>