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