Shades of Razzmatazz #EB0375
Tints of Razzmatazz #EB0375
RGB
CMYK
RGB Variations
Color information
#EB0375 (or 0xEB0375) is known color: Razzmatazz. HEX triplet: EB, 03 and 75. RGB value is (235,3,117). Sum of RGB (Red+Green+Blue) = 235+3+117=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0375 is #14FC8A. Grayscale: #555555. Windows color (decimal): -1375371 or 7668715. OLE color: 7668715.
HSL color Cylindrical-coordinate representation of color #EB0375: hue angle of 330.52º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB0375 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.08 |
| HSL | 330.52º | 0.97% | 0.47% | - |
| HSV(B) | 330.52º | 0.99% | 0.92% | - |
| XYZ | 37.5 | 19.01 | 18.52 | - |
| YUV | 85.36 | 145.86 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 3 | 117 | 0 | 0.99 | 0.50 | 0.08 | 330.52 | 0.97 | 0.47 |
| Hex | EB | 3 | 75 | 0 | 63 | 32 | 8 | 14B | 61 | 2F |
| Octal | 353 | 3 | 165 | 0 | 143 | 62 | 10 | 513 | 141 | 57 |
| Binary | 11101011 | 11 | 1110101 | 0 | 1100011 | 110010 | 1000 | 101001011 | 1100001 | 101111 |
Color Harmonies of #EB0375
Complementary color
Monochromatic Colors of #EB0375
Black with #EB0375
Text Example
Text Example
White with #EB0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0375; }
p { color: rgb(235,3,117); }
H1.HeaderClassName
{
color: #EB0375;
}
.AnyTagClassName
{
color: #EB0375;
}
</style>
background-color css
<style>
a { background-color: #EB0375; }
a { background-color: rgb(235,3,117); }
div.DivClassName
{
background-color: #EB0375;
}
.BgClassName
{
background-color: #EB0375;
}
</style>
border-color css
<style>
span { border-color: #EB0375; }
span { border-color: rgb(235,3,117); }
td.TdClassName
{
border-color: #EB0375;
}
.TagClassName
{
border-color: #EB0375;
}
</style>