Shades of Razzmatazz #EB005B
Tints of Razzmatazz #EB005B
RGB
CMYK
RGB Variations
Color information
#EB005B (or 0xEB005B) is known color: Razzmatazz. HEX triplet: EB, 00 and 5B. RGB value is (235,0,91). Sum of RGB (Red+Green+Blue) = 235+0+91=326 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.09% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 235 - color contains mainly: red. Hex color #EB005B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB005B is #14FFA4. Grayscale: #505050. Windows color (decimal): -1376165 or 5964011. OLE color: 5964011.
HSL color Cylindrical-coordinate representation of color #EB005B: hue angle of 336.77º 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 #EB005B is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.61 | 0.08 |
| HSL | 336.77º | 1% | 0.46% | - |
| HSV(B) | 336.77º | 1% | 0.92% | - |
| XYZ | 36.15 | 18.42 | 11.55 | - |
| YUV | 80.64 | 133.86 | 238.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 91 | 0 | 1 | 0.61 | 0.08 | 336.77 | 1 | 0.46 |
| Hex | EB | 0 | 5B | 0 | 64 | 3D | 8 | 151 | 64 | 2E |
| Octal | 353 | 0 | 133 | 0 | 144 | 75 | 10 | 521 | 144 | 56 |
| Binary | 11101011 | 0 | 1011011 | 0 | 1100100 | 111101 | 1000 | 101010001 | 1100100 | 101110 |
Color Harmonies of #EB005B
Complementary color
Monochromatic Colors of #EB005B
Black with #EB005B
Text Example
Text Example
White with #EB005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB005B; }
p { color: rgb(235,0,91); }
H1.HeaderClassName
{
color: #EB005B;
}
.AnyTagClassName
{
color: #EB005B;
}
</style>
background-color css
<style>
a { background-color: #EB005B; }
a { background-color: rgb(235,0,91); }
div.DivClassName
{
background-color: #EB005B;
}
.BgClassName
{
background-color: #EB005B;
}
</style>
border-color css
<style>
span { border-color: #EB005B; }
span { border-color: rgb(235,0,91); }
td.TdClassName
{
border-color: #EB005B;
}
.TagClassName
{
border-color: #EB005B;
}
</style>