Shades of Razzmatazz #E70756
Tints of Razzmatazz #E70756
RGB
CMYK
RGB Variations
Color information
#E70756 (or 0xE70756) is known color: Razzmatazz. HEX triplet: E7, 07 and 56. RGB value is (231,7,86). Sum of RGB (Red+Green+Blue) = 231+7+86=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E70756 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70756 is #18F8A9. Grayscale: #525252. Windows color (decimal): -1636522 or 5638119. OLE color: 5638119.
HSL color Cylindrical-coordinate representation of color #E70756: hue angle of 338.84º 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 #E70756 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 86 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.09 |
| HSL | 338.84º | 0.94% | 0.47% | - |
| HSV(B) | 338.84º | 0.97% | 0.91% | - |
| XYZ | 34.71 | 17.81 | 10.41 | - |
| YUV | 82.98 | 129.71 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 86 | 0 | 0.97 | 0.63 | 0.09 | 338.84 | 0.94 | 0.47 |
| Hex | E7 | 7 | 56 | 0 | 61 | 3F | 9 | 153 | 5E | 2F |
| Octal | 347 | 7 | 126 | 0 | 141 | 77 | 11 | 523 | 136 | 57 |
| Binary | 11100111 | 111 | 1010110 | 0 | 1100001 | 111111 | 1001 | 101010011 | 1011110 | 101111 |
Color Harmonies of #E70756
Complementary color
Monochromatic Colors of #E70756
Black with #E70756
Text Example
Text Example
White with #E70756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70756; }
p { color: rgb(231,7,86); }
H1.HeaderClassName
{
color: #E70756;
}
.AnyTagClassName
{
color: #E70756;
}
</style>
background-color css
<style>
a { background-color: #E70756; }
a { background-color: rgb(231,7,86); }
div.DivClassName
{
background-color: #E70756;
}
.BgClassName
{
background-color: #E70756;
}
</style>
border-color css
<style>
span { border-color: #E70756; }
span { border-color: rgb(231,7,86); }
td.TdClassName
{
border-color: #E70756;
}
.TagClassName
{
border-color: #E70756;
}
</style>