Shades of Razzmatazz #EB0B68
Tints of Razzmatazz #EB0B68
RGB
CMYK
RGB Variations
Color information
#EB0B68 (or 0xEB0B68) is known color: Razzmatazz. HEX triplet: EB, 0B and 68. RGB value is (235,11,104). Sum of RGB (Red+Green+Blue) = 235+11+104=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0B68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0B68 is #14F497. Grayscale: #585858. Windows color (decimal): -1373336 or 6818795. OLE color: 6818795.
HSL color Cylindrical-coordinate representation of color #EB0B68: hue angle of 335.09º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0B68 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 11 | 104 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.08 |
| HSL | 335.09º | 0.91% | 0.48% | - |
| HSV(B) | 335.09º | 0.95% | 0.92% | - |
| XYZ | 36.88 | 18.9 | 14.8 | - |
| YUV | 88.58 | 136.71 | 232.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 11 | 104 | 0 | 0.95 | 0.56 | 0.08 | 335.09 | 0.91 | 0.48 |
| Hex | EB | B | 68 | 0 | 5F | 38 | 8 | 14F | 5B | 30 |
| Octal | 353 | 13 | 150 | 0 | 137 | 70 | 10 | 517 | 133 | 60 |
| Binary | 11101011 | 1011 | 1101000 | 0 | 1011111 | 111000 | 1000 | 101001111 | 1011011 | 110000 |
Color Harmonies of #EB0B68
Complementary color
Monochromatic Colors of #EB0B68
Black with #EB0B68
Text Example
Text Example
White with #EB0B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0B68; }
p { color: rgb(235,11,104); }
H1.HeaderClassName
{
color: #EB0B68;
}
.AnyTagClassName
{
color: #EB0B68;
}
</style>
background-color css
<style>
a { background-color: #EB0B68; }
a { background-color: rgb(235,11,104); }
div.DivClassName
{
background-color: #EB0B68;
}
.BgClassName
{
background-color: #EB0B68;
}
</style>
border-color css
<style>
span { border-color: #EB0B68; }
span { border-color: rgb(235,11,104); }
td.TdClassName
{
border-color: #EB0B68;
}
.TagClassName
{
border-color: #EB0B68;
}
</style>