Shades of Razzmatazz #E70456
Tints of Razzmatazz #E70456
RGB
CMYK
RGB Variations
Color information
#E70456 (or 0xE70456) is known color: Razzmatazz. HEX triplet: E7, 04 and 56. RGB value is (231,4,86). Sum of RGB (Red+Green+Blue) = 231+4+86=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E70456 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70456 is #18FBA9. Grayscale: #515151. Windows color (decimal): -1637290 or 5637351. OLE color: 5637351.
HSL color Cylindrical-coordinate representation of color #E70456: hue angle of 338.33º 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 #E70456 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 86 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.09 |
| HSL | 338.33º | 0.97% | 0.46% | - |
| HSV(B) | 338.33º | 0.98% | 0.91% | - |
| XYZ | 34.68 | 17.75 | 10.4 | - |
| YUV | 81.22 | 130.71 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 86 | 0 | 0.98 | 0.63 | 0.09 | 338.33 | 0.97 | 0.46 |
| Hex | E7 | 4 | 56 | 0 | 62 | 3F | 9 | 152 | 61 | 2E |
| Octal | 347 | 4 | 126 | 0 | 142 | 77 | 11 | 522 | 141 | 56 |
| Binary | 11100111 | 100 | 1010110 | 0 | 1100010 | 111111 | 1001 | 101010010 | 1100001 | 101110 |
Color Harmonies of #E70456
Complementary color
Monochromatic Colors of #E70456
Black with #E70456
Text Example
Text Example
White with #E70456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70456; }
p { color: rgb(231,4,86); }
H1.HeaderClassName
{
color: #E70456;
}
.AnyTagClassName
{
color: #E70456;
}
</style>
background-color css
<style>
a { background-color: #E70456; }
a { background-color: rgb(231,4,86); }
div.DivClassName
{
background-color: #E70456;
}
.BgClassName
{
background-color: #E70456;
}
</style>
border-color css
<style>
span { border-color: #E70456; }
span { border-color: rgb(231,4,86); }
td.TdClassName
{
border-color: #E70456;
}
.TagClassName
{
border-color: #E70456;
}
</style>