Shades of Razzmatazz #EB0065
Tints of Razzmatazz #EB0065
RGB
CMYK
RGB Variations
Color information
#EB0065 (or 0xEB0065) is known color: Razzmatazz. HEX triplet: EB, 00 and 65. RGB value is (235,0,101). Sum of RGB (Red+Green+Blue) = 235+0+101=336 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.94% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0065 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0065 is #14FF9A. Grayscale: #515151. Windows color (decimal): -1376155 or 6619371. OLE color: 6619371.
HSL color Cylindrical-coordinate representation of color #EB0065: hue angle of 334.21º 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 #EB0065 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.57 | 0.08 |
| HSL | 334.21º | 1% | 0.46% | - |
| HSV(B) | 334.21º | 1% | 0.92% | - |
| XYZ | 36.61 | 18.6 | 13.97 | - |
| YUV | 81.78 | 138.86 | 237.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 101 | 0 | 1 | 0.57 | 0.08 | 334.21 | 1 | 0.46 |
| Hex | EB | 0 | 65 | 0 | 64 | 39 | 8 | 14E | 64 | 2E |
| Octal | 353 | 0 | 145 | 0 | 144 | 71 | 10 | 516 | 144 | 56 |
| Binary | 11101011 | 0 | 1100101 | 0 | 1100100 | 111001 | 1000 | 101001110 | 1100100 | 101110 |
Color Harmonies of #EB0065
Complementary color
Monochromatic Colors of #EB0065
Black with #EB0065
Text Example
Text Example
White with #EB0065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0065; }
p { color: rgb(235,0,101); }
H1.HeaderClassName
{
color: #EB0065;
}
.AnyTagClassName
{
color: #EB0065;
}
</style>
background-color css
<style>
a { background-color: #EB0065; }
a { background-color: rgb(235,0,101); }
div.DivClassName
{
background-color: #EB0065;
}
.BgClassName
{
background-color: #EB0065;
}
</style>
border-color css
<style>
span { border-color: #EB0065; }
span { border-color: rgb(235,0,101); }
td.TdClassName
{
border-color: #EB0065;
}
.TagClassName
{
border-color: #EB0065;
}
</style>