Shades of Razzmatazz #E7076D
Tints of Razzmatazz #E7076D
RGB
CMYK
RGB Variations
Color information
#E7076D (or 0xE7076D) is known color: Razzmatazz. HEX triplet: E7, 07 and 6D. RGB value is (231,7,109). Sum of RGB (Red+Green+Blue) = 231+7+109=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E7076D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7076D is #18F892. Grayscale: #555555. Windows color (decimal): -1636499 or 7145447. OLE color: 7145447.
HSL color Cylindrical-coordinate representation of color #E7076D: hue angle of 332.68º 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 #E7076D is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.09 |
| HSL | 332.68º | 0.94% | 0.47% | - |
| HSV(B) | 332.68º | 0.97% | 0.91% | - |
| XYZ | 35.79 | 18.25 | 16.1 | - |
| YUV | 85.6 | 141.21 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 109 | 0 | 0.97 | 0.53 | 0.09 | 332.68 | 0.94 | 0.47 |
| Hex | E7 | 7 | 6D | 0 | 61 | 35 | 9 | 14D | 5E | 2F |
| Octal | 347 | 7 | 155 | 0 | 141 | 65 | 11 | 515 | 136 | 57 |
| Binary | 11100111 | 111 | 1101101 | 0 | 1100001 | 110101 | 1001 | 101001101 | 1011110 | 101111 |
Color Harmonies of #E7076D
Complementary color
Monochromatic Colors of #E7076D
Black with #E7076D
Text Example
Text Example
White with #E7076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7076D; }
p { color: rgb(231,7,109); }
H1.HeaderClassName
{
color: #E7076D;
}
.AnyTagClassName
{
color: #E7076D;
}
</style>
background-color css
<style>
a { background-color: #E7076D; }
a { background-color: rgb(231,7,109); }
div.DivClassName
{
background-color: #E7076D;
}
.BgClassName
{
background-color: #E7076D;
}
</style>
border-color css
<style>
span { border-color: #E7076D; }
span { border-color: rgb(231,7,109); }
td.TdClassName
{
border-color: #E7076D;
}
.TagClassName
{
border-color: #E7076D;
}
</style>