Shades of Razzmatazz #E70763
Tints of Razzmatazz #E70763
RGB
CMYK
RGB Variations
Color information
#E70763 (or 0xE70763) is known color: Razzmatazz. HEX triplet: E7, 07 and 63. RGB value is (231,7,99). Sum of RGB (Red+Green+Blue) = 231+7+99=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E70763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70763 is #18F89C. Grayscale: #545454. Windows color (decimal): -1636509 or 6490087. OLE color: 6490087.
HSL color Cylindrical-coordinate representation of color #E70763: hue angle of 335.36º 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 #E70763 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 99 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.09 |
| HSL | 335.36º | 0.94% | 0.47% | - |
| HSV(B) | 335.36º | 0.97% | 0.91% | - |
| XYZ | 35.28 | 18.04 | 13.43 | - |
| YUV | 84.46 | 136.21 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 99 | 0 | 0.97 | 0.57 | 0.09 | 335.36 | 0.94 | 0.47 |
| Hex | E7 | 7 | 63 | 0 | 61 | 39 | 9 | 14F | 5E | 2F |
| Octal | 347 | 7 | 143 | 0 | 141 | 71 | 11 | 517 | 136 | 57 |
| Binary | 11100111 | 111 | 1100011 | 0 | 1100001 | 111001 | 1001 | 101001111 | 1011110 | 101111 |
Color Harmonies of #E70763
Complementary color
Monochromatic Colors of #E70763
Black with #E70763
Text Example
Text Example
White with #E70763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70763; }
p { color: rgb(231,7,99); }
H1.HeaderClassName
{
color: #E70763;
}
.AnyTagClassName
{
color: #E70763;
}
</style>
background-color css
<style>
a { background-color: #E70763; }
a { background-color: rgb(231,7,99); }
div.DivClassName
{
background-color: #E70763;
}
.BgClassName
{
background-color: #E70763;
}
</style>
border-color css
<style>
span { border-color: #E70763; }
span { border-color: rgb(231,7,99); }
td.TdClassName
{
border-color: #E70763;
}
.TagClassName
{
border-color: #E70763;
}
</style>