Shades of Razzmatazz #EB096E
Tints of Razzmatazz #EB096E
RGB
CMYK
RGB Variations
Color information
#EB096E (or 0xEB096E) is known color: Razzmatazz. HEX triplet: EB, 09 and 6E. RGB value is (235,9,110). Sum of RGB (Red+Green+Blue) = 235+9+110=354 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.38% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 235 - color contains mainly: red. Hex color #EB096E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB096E is #14F691. Grayscale: #575757. Windows color (decimal): -1373842 or 7211499. OLE color: 7211499.
HSL color Cylindrical-coordinate representation of color #EB096E: hue angle of 333.19º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB096E is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 9 | 110 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.08 |
| HSL | 333.19º | 0.93% | 0.48% | - |
| HSV(B) | 333.19º | 0.96% | 0.92% | - |
| XYZ | 37.17 | 18.98 | 16.46 | - |
| YUV | 88.09 | 140.37 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 9 | 110 | 0 | 0.96 | 0.53 | 0.08 | 333.19 | 0.93 | 0.48 |
| Hex | EB | 9 | 6E | 0 | 60 | 35 | 8 | 14D | 5D | 30 |
| Octal | 353 | 11 | 156 | 0 | 140 | 65 | 10 | 515 | 135 | 60 |
| Binary | 11101011 | 1001 | 1101110 | 0 | 1100000 | 110101 | 1000 | 101001101 | 1011101 | 110000 |
Color Harmonies of #EB096E
Complementary color
Monochromatic Colors of #EB096E
Black with #EB096E
Text Example
Text Example
White with #EB096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB096E; }
p { color: rgb(235,9,110); }
H1.HeaderClassName
{
color: #EB096E;
}
.AnyTagClassName
{
color: #EB096E;
}
</style>
background-color css
<style>
a { background-color: #EB096E; }
a { background-color: rgb(235,9,110); }
div.DivClassName
{
background-color: #EB096E;
}
.BgClassName
{
background-color: #EB096E;
}
</style>
border-color css
<style>
span { border-color: #EB096E; }
span { border-color: rgb(235,9,110); }
td.TdClassName
{
border-color: #EB096E;
}
.TagClassName
{
border-color: #EB096E;
}
</style>