Shades of Razzmatazz #EB007B
Tints of Razzmatazz #EB007B
RGB
CMYK
RGB Variations
Color information
#EB007B (or 0xEB007B) is known color: Razzmatazz. HEX triplet: EB, 00 and 7B. RGB value is (235,0,123). Sum of RGB (Red+Green+Blue) = 235+0+123=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB007B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB007B is #14FF84. Grayscale: #545454. Windows color (decimal): -1376133 or 8061163. OLE color: 8061163.
HSL color Cylindrical-coordinate representation of color #EB007B: hue angle of 328.6º 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 #EB007B is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.48 | 0.08 |
| HSL | 328.6º | 1% | 0.46% | - |
| HSV(B) | 328.6º | 1% | 0.92% | - |
| XYZ | 37.84 | 19.09 | 20.43 | - |
| YUV | 84.29 | 149.86 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 123 | 0 | 1 | 0.48 | 0.08 | 328.6 | 1 | 0.46 |
| Hex | EB | 0 | 7B | 0 | 64 | 30 | 8 | 149 | 64 | 2E |
| Octal | 353 | 0 | 173 | 0 | 144 | 60 | 10 | 511 | 144 | 56 |
| Binary | 11101011 | 0 | 1111011 | 0 | 1100100 | 110000 | 1000 | 101001001 | 1100100 | 101110 |
Color Harmonies of #EB007B
Complementary color
Monochromatic Colors of #EB007B
Black with #EB007B
Text Example
Text Example
White with #EB007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB007B; }
p { color: rgb(235,0,123); }
H1.HeaderClassName
{
color: #EB007B;
}
.AnyTagClassName
{
color: #EB007B;
}
</style>
background-color css
<style>
a { background-color: #EB007B; }
a { background-color: rgb(235,0,123); }
div.DivClassName
{
background-color: #EB007B;
}
.BgClassName
{
background-color: #EB007B;
}
</style>
border-color css
<style>
span { border-color: #EB007B; }
span { border-color: rgb(235,0,123); }
td.TdClassName
{
border-color: #EB007B;
}
.TagClassName
{
border-color: #EB007B;
}
</style>