Shades of Razzmatazz #E7076C
Tints of Razzmatazz #E7076C
RGB
CMYK
RGB Variations
Color information
#E7076C (or 0xE7076C) is known color: Razzmatazz. HEX triplet: E7, 07 and 6C. RGB value is (231,7,108). Sum of RGB (Red+Green+Blue) = 231+7+108=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E7076C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7076C is #18F893. Grayscale: #555555. Windows color (decimal): -1636500 or 7079911. OLE color: 7079911.
HSL color Cylindrical-coordinate representation of color #E7076C: hue angle of 332.95º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7076C is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 108 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.09 |
| HSL | 332.95º | 0.94% | 0.47% | - |
| HSV(B) | 332.95º | 0.97% | 0.91% | - |
| XYZ | 35.74 | 18.22 | 15.82 | - |
| YUV | 85.49 | 140.71 | 231.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 108 | 0 | 0.97 | 0.53 | 0.09 | 332.95 | 0.94 | 0.47 |
| Hex | E7 | 7 | 6C | 0 | 61 | 35 | 9 | 14D | 5E | 2F |
| Octal | 347 | 7 | 154 | 0 | 141 | 65 | 11 | 515 | 136 | 57 |
| Binary | 11100111 | 111 | 1101100 | 0 | 1100001 | 110101 | 1001 | 101001101 | 1011110 | 101111 |
Color Harmonies of #E7076C
Complementary color
Monochromatic Colors of #E7076C
Black with #E7076C
Text Example
Text Example
White with #E7076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7076C; }
p { color: rgb(231,7,108); }
H1.HeaderClassName
{
color: #E7076C;
}
.AnyTagClassName
{
color: #E7076C;
}
</style>
background-color css
<style>
a { background-color: #E7076C; }
a { background-color: rgb(231,7,108); }
div.DivClassName
{
background-color: #E7076C;
}
.BgClassName
{
background-color: #E7076C;
}
</style>
border-color css
<style>
span { border-color: #E7076C; }
span { border-color: rgb(231,7,108); }
td.TdClassName
{
border-color: #E7076C;
}
.TagClassName
{
border-color: #E7076C;
}
</style>