Shades of Razzmatazz #E70670
Tints of Razzmatazz #E70670
RGB
CMYK
RGB Variations
Color information
#E70670 (or 0xE70670) is known color: Razzmatazz. HEX triplet: E7, 06 and 70. RGB value is (231,6,112). Sum of RGB (Red+Green+Blue) = 231+6+112=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E70670 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70670 is #18F98F. Grayscale: #555555. Windows color (decimal): -1636752 or 7341799. OLE color: 7341799.
HSL color Cylindrical-coordinate representation of color #E70670: hue angle of 331.73º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70670 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 112 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.09 |
| HSL | 331.73º | 0.95% | 0.46% | - |
| HSV(B) | 331.73º | 0.97% | 0.91% | - |
| XYZ | 35.94 | 18.29 | 16.96 | - |
| YUV | 85.36 | 143.04 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 112 | 0 | 0.97 | 0.52 | 0.09 | 331.73 | 0.95 | 0.46 |
| Hex | E7 | 6 | 70 | 0 | 61 | 34 | 9 | 14C | 5F | 2E |
| Octal | 347 | 6 | 160 | 0 | 141 | 64 | 11 | 514 | 137 | 56 |
| Binary | 11100111 | 110 | 1110000 | 0 | 1100001 | 110100 | 1001 | 101001100 | 1011111 | 101110 |
Color Harmonies of #E70670
Complementary color
Monochromatic Colors of #E70670
Black with #E70670
Text Example
Text Example
White with #E70670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70670; }
p { color: rgb(231,6,112); }
H1.HeaderClassName
{
color: #E70670;
}
.AnyTagClassName
{
color: #E70670;
}
</style>
background-color css
<style>
a { background-color: #E70670; }
a { background-color: rgb(231,6,112); }
div.DivClassName
{
background-color: #E70670;
}
.BgClassName
{
background-color: #E70670;
}
</style>
border-color css
<style>
span { border-color: #E70670; }
span { border-color: rgb(231,6,112); }
td.TdClassName
{
border-color: #E70670;
}
.TagClassName
{
border-color: #E70670;
}
</style>