Shades of Razzmatazz #E40456
Tints of Razzmatazz #E40456
RGB
CMYK
RGB Variations
Color information
#E40456 (or 0xE40456) is known color: Razzmatazz. HEX triplet: E4, 04 and 56. RGB value is (228,4,86). Sum of RGB (Red+Green+Blue) = 228+4+86=318 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.70% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 228 - color contains mainly: red. Hex color #E40456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40456 is #1BFBA9. Grayscale: #505050. Windows color (decimal): -1833898 or 5637348. OLE color: 5637348.
HSL color Cylindrical-coordinate representation of color #E40456: hue angle of 338.04º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40456 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 86 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.11 |
| HSL | 338.04º | 0.97% | 0.45% | - |
| HSV(B) | 338.04º | 0.98% | 0.89% | - |
| XYZ | 33.72 | 17.25 | 10.36 | - |
| YUV | 80.32 | 131.21 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 86 | 0 | 0.98 | 0.62 | 0.11 | 338.04 | 0.97 | 0.45 |
| Hex | E4 | 4 | 56 | 0 | 62 | 3E | B | 152 | 61 | 2D |
| Octal | 344 | 4 | 126 | 0 | 142 | 76 | 13 | 522 | 141 | 55 |
| Binary | 11100100 | 100 | 1010110 | 0 | 1100010 | 111110 | 1011 | 101010010 | 1100001 | 101101 |
Color Harmonies of #E40456
Complementary color
Monochromatic Colors of #E40456
Black with #E40456
Text Example
Text Example
White with #E40456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40456; }
p { color: rgb(228,4,86); }
H1.HeaderClassName
{
color: #E40456;
}
.AnyTagClassName
{
color: #E40456;
}
</style>
background-color css
<style>
a { background-color: #E40456; }
a { background-color: rgb(228,4,86); }
div.DivClassName
{
background-color: #E40456;
}
.BgClassName
{
background-color: #E40456;
}
</style>
border-color css
<style>
span { border-color: #E40456; }
span { border-color: rgb(228,4,86); }
td.TdClassName
{
border-color: #E40456;
}
.TagClassName
{
border-color: #E40456;
}
</style>