Shades of Razzmatazz #E30056
Tints of Razzmatazz #E30056
RGB
CMYK
RGB Variations
Color information
#E30056 (or 0xE30056) is known color: Razzmatazz. HEX triplet: E3, 00 and 56. RGB value is (227,0,86). Sum of RGB (Red+Green+Blue) = 227+0+86=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E30056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30056 is #1CFFA9. Grayscale: #4D4D4D. Windows color (decimal): -1900458 or 5636323. OLE color: 5636323.
HSL color Cylindrical-coordinate representation of color #E30056: hue angle of 337.27º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30056 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.62 | 0.11 |
| HSL | 337.27º | 1% | 0.45% | - |
| HSV(B) | 337.27º | 1% | 0.89% | - |
| XYZ | 33.36 | 17 | 10.33 | - |
| YUV | 77.68 | 132.71 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 86 | 0 | 1 | 0.62 | 0.11 | 337.27 | 1 | 0.45 |
| Hex | E3 | 0 | 56 | 0 | 64 | 3E | B | 151 | 64 | 2D |
| Octal | 343 | 0 | 126 | 0 | 144 | 76 | 13 | 521 | 144 | 55 |
| Binary | 11100011 | 0 | 1010110 | 0 | 1100100 | 111110 | 1011 | 101010001 | 1100100 | 101101 |
Color Harmonies of #E30056
Complementary color
Monochromatic Colors of #E30056
Black with #E30056
Text Example
Text Example
White with #E30056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30056; }
p { color: rgb(227,0,86); }
H1.HeaderClassName
{
color: #E30056;
}
.AnyTagClassName
{
color: #E30056;
}
</style>
background-color css
<style>
a { background-color: #E30056; }
a { background-color: rgb(227,0,86); }
div.DivClassName
{
background-color: #E30056;
}
.BgClassName
{
background-color: #E30056;
}
</style>
border-color css
<style>
span { border-color: #E30056; }
span { border-color: rgb(227,0,86); }
td.TdClassName
{
border-color: #E30056;
}
.TagClassName
{
border-color: #E30056;
}
</style>