Shades of Razzmatazz #EB007A
Tints of Razzmatazz #EB007A
RGB
CMYK
RGB Variations
Color information
#EB007A (or 0xEB007A) is known color: Razzmatazz. HEX triplet: EB, 00 and 7A. RGB value is (235,0,122). Sum of RGB (Red+Green+Blue) = 235+0+122=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB007A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB007A is #14FF85. Grayscale: #535353. Windows color (decimal): -1376134 or 7995627. OLE color: 7995627.
HSL color Cylindrical-coordinate representation of color #EB007A: hue angle of 328.85º 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 #EB007A is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.48 | 0.08 |
| HSL | 328.85º | 1% | 0.46% | - |
| HSV(B) | 328.85º | 1% | 0.92% | - |
| XYZ | 37.77 | 19.07 | 20.1 | - |
| YUV | 84.17 | 149.36 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 122 | 0 | 1 | 0.48 | 0.08 | 328.85 | 1 | 0.46 |
| Hex | EB | 0 | 7A | 0 | 64 | 30 | 8 | 149 | 64 | 2E |
| Octal | 353 | 0 | 172 | 0 | 144 | 60 | 10 | 511 | 144 | 56 |
| Binary | 11101011 | 0 | 1111010 | 0 | 1100100 | 110000 | 1000 | 101001001 | 1100100 | 101110 |
Color Harmonies of #EB007A
Complementary color
Monochromatic Colors of #EB007A
Black with #EB007A
Text Example
Text Example
White with #EB007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB007A; }
p { color: rgb(235,0,122); }
H1.HeaderClassName
{
color: #EB007A;
}
.AnyTagClassName
{
color: #EB007A;
}
</style>
background-color css
<style>
a { background-color: #EB007A; }
a { background-color: rgb(235,0,122); }
div.DivClassName
{
background-color: #EB007A;
}
.BgClassName
{
background-color: #EB007A;
}
</style>
border-color css
<style>
span { border-color: #EB007A; }
span { border-color: rgb(235,0,122); }
td.TdClassName
{
border-color: #EB007A;
}
.TagClassName
{
border-color: #EB007A;
}
</style>