Shades of Razzmatazz #E70470
Tints of Razzmatazz #E70470
RGB
CMYK
RGB Variations
Color information
#E70470 (or 0xE70470) is known color: Razzmatazz. HEX triplet: E7, 04 and 70. RGB value is (231,4,112). Sum of RGB (Red+Green+Blue) = 231+4+112=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E70470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70470 is #18FB8F. Grayscale: #535353. Windows color (decimal): -1637264 or 7341287. OLE color: 7341287.
HSL color Cylindrical-coordinate representation of color #E70470: hue angle of 331.45º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E70470 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.09 |
| HSL | 331.45º | 0.97% | 0.46% | - |
| HSV(B) | 331.45º | 0.98% | 0.91% | - |
| XYZ | 35.92 | 18.25 | 16.96 | - |
| YUV | 84.19 | 143.71 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 112 | 0 | 0.98 | 0.52 | 0.09 | 331.45 | 0.97 | 0.46 |
| Hex | E7 | 4 | 70 | 0 | 62 | 34 | 9 | 14B | 61 | 2E |
| Octal | 347 | 4 | 160 | 0 | 142 | 64 | 11 | 513 | 141 | 56 |
| Binary | 11100111 | 100 | 1110000 | 0 | 1100010 | 110100 | 1001 | 101001011 | 1100001 | 101110 |
Color Harmonies of #E70470
Complementary color
Monochromatic Colors of #E70470
Black with #E70470
Text Example
Text Example
White with #E70470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70470; }
p { color: rgb(231,4,112); }
H1.HeaderClassName
{
color: #E70470;
}
.AnyTagClassName
{
color: #E70470;
}
</style>
background-color css
<style>
a { background-color: #E70470; }
a { background-color: rgb(231,4,112); }
div.DivClassName
{
background-color: #E70470;
}
.BgClassName
{
background-color: #E70470;
}
</style>
border-color css
<style>
span { border-color: #E70470; }
span { border-color: rgb(231,4,112); }
td.TdClassName
{
border-color: #E70470;
}
.TagClassName
{
border-color: #E70470;
}
</style>