Shades of Razzmatazz #E70356
Tints of Razzmatazz #E70356
RGB
CMYK
RGB Variations
Color information
#E70356 (or 0xE70356) is known color: Razzmatazz. HEX triplet: E7, 03 and 56. RGB value is (231,3,86). Sum of RGB (Red+Green+Blue) = 231+3+86=320 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.19% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 231 - color contains mainly: red. Hex color #E70356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70356 is #18FCA9. Grayscale: #505050. Windows color (decimal): -1637546 or 5637095. OLE color: 5637095.
HSL color Cylindrical-coordinate representation of color #E70356: hue angle of 338.16º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E70356 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 86 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.09 |
| HSL | 338.16º | 0.97% | 0.46% | - |
| HSV(B) | 338.16º | 0.99% | 0.91% | - |
| XYZ | 34.67 | 17.73 | 10.4 | - |
| YUV | 80.63 | 131.04 | 235.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 86 | 0 | 0.99 | 0.63 | 0.09 | 338.16 | 0.97 | 0.46 |
| Hex | E7 | 3 | 56 | 0 | 63 | 3F | 9 | 152 | 61 | 2E |
| Octal | 347 | 3 | 126 | 0 | 143 | 77 | 11 | 522 | 141 | 56 |
| Binary | 11100111 | 11 | 1010110 | 0 | 1100011 | 111111 | 1001 | 101010010 | 1100001 | 101110 |
Color Harmonies of #E70356
Complementary color
Monochromatic Colors of #E70356
Black with #E70356
Text Example
Text Example
White with #E70356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70356; }
p { color: rgb(231,3,86); }
H1.HeaderClassName
{
color: #E70356;
}
.AnyTagClassName
{
color: #E70356;
}
</style>
background-color css
<style>
a { background-color: #E70356; }
a { background-color: rgb(231,3,86); }
div.DivClassName
{
background-color: #E70356;
}
.BgClassName
{
background-color: #E70356;
}
</style>
border-color css
<style>
span { border-color: #E70356; }
span { border-color: rgb(231,3,86); }
td.TdClassName
{
border-color: #E70356;
}
.TagClassName
{
border-color: #E70356;
}
</style>