Shades of Razzmatazz #E31056
Tints of Razzmatazz #E31056
RGB
CMYK
RGB Variations
Color information
#E31056 (or 0xE31056) is known color: Razzmatazz. HEX triplet: E3, 10 and 56. RGB value is (227,16,86). Sum of RGB (Red+Green+Blue) = 227+16+86=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E31056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31056 is #1CEFA9. Grayscale: #575757. Windows color (decimal): -1896362 or 5640419. OLE color: 5640419.
HSL color Cylindrical-coordinate representation of color #E31056: hue angle of 340.09º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31056 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 86 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.11 |
| HSL | 340.09º | 0.87% | 0.48% | - |
| HSV(B) | 340.09º | 0.93% | 0.89% | - |
| XYZ | 33.54 | 17.37 | 10.39 | - |
| YUV | 87.07 | 127.4 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 86 | 0 | 0.93 | 0.62 | 0.11 | 340.09 | 0.87 | 0.48 |
| Hex | E3 | 10 | 56 | 0 | 5D | 3E | B | 154 | 57 | 30 |
| Octal | 343 | 20 | 126 | 0 | 135 | 76 | 13 | 524 | 127 | 60 |
| Binary | 11100011 | 10000 | 1010110 | 0 | 1011101 | 111110 | 1011 | 101010100 | 1010111 | 110000 |
Color Harmonies of #E31056
Complementary color
Monochromatic Colors of #E31056
Black with #E31056
Text Example
Text Example
White with #E31056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31056; }
p { color: rgb(227,16,86); }
H1.HeaderClassName
{
color: #E31056;
}
.AnyTagClassName
{
color: #E31056;
}
</style>
background-color css
<style>
a { background-color: #E31056; }
a { background-color: rgb(227,16,86); }
div.DivClassName
{
background-color: #E31056;
}
.BgClassName
{
background-color: #E31056;
}
</style>
border-color css
<style>
span { border-color: #E31056; }
span { border-color: rgb(227,16,86); }
td.TdClassName
{
border-color: #E31056;
}
.TagClassName
{
border-color: #E31056;
}
</style>