Shades of Razzmatazz #EB0F62
Tints of Razzmatazz #EB0F62
RGB
CMYK
RGB Variations
Color information
#EB0F62 (or 0xEB0F62) is known color: Razzmatazz. HEX triplet: EB, 0F and 62. RGB value is (235,15,98). Sum of RGB (Red+Green+Blue) = 235+15+98=348 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.53% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F62 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0F62 is #14F09D. Grayscale: #5A5A5A. Windows color (decimal): -1372318 or 6426603. OLE color: 6426603.
HSL color Cylindrical-coordinate representation of color #EB0F62: hue angle of 337.36º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0F62 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 15 | 98 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.08 |
| HSL | 337.36º | 0.88% | 0.49% | - |
| HSV(B) | 337.36º | 0.94% | 0.92% | - |
| XYZ | 36.64 | 18.89 | 13.27 | - |
| YUV | 90.24 | 132.39 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 15 | 98 | 0 | 0.94 | 0.58 | 0.08 | 337.36 | 0.88 | 0.49 |
| Hex | EB | F | 62 | 0 | 5E | 3A | 8 | 151 | 58 | 31 |
| Octal | 353 | 17 | 142 | 0 | 136 | 72 | 10 | 521 | 130 | 61 |
| Binary | 11101011 | 1111 | 1100010 | 0 | 1011110 | 111010 | 1000 | 101010001 | 1011000 | 110001 |
Color Harmonies of #EB0F62
Complementary color
Monochromatic Colors of #EB0F62
Black with #EB0F62
Text Example
Text Example
White with #EB0F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0F62; }
p { color: rgb(235,15,98); }
H1.HeaderClassName
{
color: #EB0F62;
}
.AnyTagClassName
{
color: #EB0F62;
}
</style>
background-color css
<style>
a { background-color: #EB0F62; }
a { background-color: rgb(235,15,98); }
div.DivClassName
{
background-color: #EB0F62;
}
.BgClassName
{
background-color: #EB0F62;
}
</style>
border-color css
<style>
span { border-color: #EB0F62; }
span { border-color: rgb(235,15,98); }
td.TdClassName
{
border-color: #EB0F62;
}
.TagClassName
{
border-color: #EB0F62;
}
</style>