Shades of Razzmatazz #E70752
Tints of Razzmatazz #E70752
RGB
CMYK
RGB Variations
Color information
#E70752 (or 0xE70752) is known color: Razzmatazz. HEX triplet: E7, 07 and 52. RGB value is (231,7,82). Sum of RGB (Red+Green+Blue) = 231+7+82=320 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.19% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 231 - color contains mainly: red. Hex color #E70752 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70752 is #18F8AD. Grayscale: #525252. Windows color (decimal): -1636526 or 5375975. OLE color: 5375975.
HSL color Cylindrical-coordinate representation of color #E70752: hue angle of 339.91º 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 #E70752 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 82 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.09 |
| HSL | 339.91º | 0.94% | 0.47% | - |
| HSV(B) | 339.91º | 0.97% | 0.91% | - |
| XYZ | 34.55 | 17.75 | 9.59 | - |
| YUV | 82.53 | 127.71 | 233.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 82 | 0 | 0.97 | 0.65 | 0.09 | 339.91 | 0.94 | 0.47 |
| Hex | E7 | 7 | 52 | 0 | 61 | 41 | 9 | 154 | 5E | 2F |
| Octal | 347 | 7 | 122 | 0 | 141 | 101 | 11 | 524 | 136 | 57 |
| Binary | 11100111 | 111 | 1010010 | 0 | 1100001 | 1000001 | 1001 | 101010100 | 1011110 | 101111 |
Color Harmonies of #E70752
Complementary color
Monochromatic Colors of #E70752
Black with #E70752
Text Example
Text Example
White with #E70752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70752; }
p { color: rgb(231,7,82); }
H1.HeaderClassName
{
color: #E70752;
}
.AnyTagClassName
{
color: #E70752;
}
</style>
background-color css
<style>
a { background-color: #E70752; }
a { background-color: rgb(231,7,82); }
div.DivClassName
{
background-color: #E70752;
}
.BgClassName
{
background-color: #E70752;
}
</style>
border-color css
<style>
span { border-color: #E70752; }
span { border-color: rgb(231,7,82); }
td.TdClassName
{
border-color: #E70752;
}
.TagClassName
{
border-color: #E70752;
}
</style>