Shades of Razzmatazz #E40556
Tints of Razzmatazz #E40556
RGB
CMYK
RGB Variations
Color information
#E40556 (or 0xE40556) is known color: Razzmatazz. HEX triplet: E4, 05 and 56. RGB value is (228,5,86). Sum of RGB (Red+Green+Blue) = 228+5+86=319 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.47% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 228 - color contains mainly: red. Hex color #E40556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40556 is #1BFAA9. Grayscale: #505050. Windows color (decimal): -1833642 or 5637604. OLE color: 5637604.
HSL color Cylindrical-coordinate representation of color #E40556: hue angle of 338.21º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40556 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 86 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.11 |
| HSL | 338.21º | 0.96% | 0.46% | - |
| HSV(B) | 338.21º | 0.98% | 0.89% | - |
| XYZ | 33.73 | 17.27 | 10.36 | - |
| YUV | 80.91 | 130.88 | 232.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 86 | 0 | 0.98 | 0.62 | 0.11 | 338.21 | 0.96 | 0.46 |
| Hex | E4 | 5 | 56 | 0 | 62 | 3E | B | 152 | 60 | 2E |
| Octal | 344 | 5 | 126 | 0 | 142 | 76 | 13 | 522 | 140 | 56 |
| Binary | 11100100 | 101 | 1010110 | 0 | 1100010 | 111110 | 1011 | 101010010 | 1100000 | 101110 |
Color Harmonies of #E40556
Complementary color
Monochromatic Colors of #E40556
Black with #E40556
Text Example
Text Example
White with #E40556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40556; }
p { color: rgb(228,5,86); }
H1.HeaderClassName
{
color: #E40556;
}
.AnyTagClassName
{
color: #E40556;
}
</style>
background-color css
<style>
a { background-color: #E40556; }
a { background-color: rgb(228,5,86); }
div.DivClassName
{
background-color: #E40556;
}
.BgClassName
{
background-color: #E40556;
}
</style>
border-color css
<style>
span { border-color: #E40556; }
span { border-color: rgb(228,5,86); }
td.TdClassName
{
border-color: #E40556;
}
.TagClassName
{
border-color: #E40556;
}
</style>