Shades of Razzmatazz #E3076B
Tints of Razzmatazz #E3076B
RGB
CMYK
RGB Variations
Color information
#E3076B (or 0xE3076B) is known color: Razzmatazz. HEX triplet: E3, 07 and 6B. RGB value is (227,7,107). Sum of RGB (Red+Green+Blue) = 227+7+107=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E3076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3076B is #1CF894. Grayscale: #535353. Windows color (decimal): -1898645 or 7014371. OLE color: 7014371.
HSL color Cylindrical-coordinate representation of color #E3076B: hue angle of 332.73º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E3076B is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 107 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.11 |
| HSL | 332.73º | 0.94% | 0.46% | - |
| HSV(B) | 332.73º | 0.97% | 0.89% | - |
| XYZ | 34.41 | 17.54 | 15.48 | - |
| YUV | 84.18 | 140.89 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 107 | 0 | 0.97 | 0.53 | 0.11 | 332.73 | 0.94 | 0.46 |
| Hex | E3 | 7 | 6B | 0 | 61 | 35 | B | 14D | 5E | 2E |
| Octal | 343 | 7 | 153 | 0 | 141 | 65 | 13 | 515 | 136 | 56 |
| Binary | 11100011 | 111 | 1101011 | 0 | 1100001 | 110101 | 1011 | 101001101 | 1011110 | 101110 |
Color Harmonies of #E3076B
Complementary color
Monochromatic Colors of #E3076B
Black with #E3076B
Text Example
Text Example
White with #E3076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3076B; }
p { color: rgb(227,7,107); }
H1.HeaderClassName
{
color: #E3076B;
}
.AnyTagClassName
{
color: #E3076B;
}
</style>
background-color css
<style>
a { background-color: #E3076B; }
a { background-color: rgb(227,7,107); }
div.DivClassName
{
background-color: #E3076B;
}
.BgClassName
{
background-color: #E3076B;
}
</style>
border-color css
<style>
span { border-color: #E3076B; }
span { border-color: rgb(227,7,107); }
td.TdClassName
{
border-color: #E3076B;
}
.TagClassName
{
border-color: #E3076B;
}
</style>