Shades of Razzmatazz #E40471
Tints of Razzmatazz #E40471
RGB
CMYK
RGB Variations
Color information
#E40471 (or 0xE40471) is known color: Razzmatazz. HEX triplet: E4, 04 and 71. RGB value is (228,4,113). Sum of RGB (Red+Green+Blue) = 228+4+113=345 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.09% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 228 - color contains mainly: red. Hex color #E40471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40471 is #1BFB8E. Grayscale: #535353. Windows color (decimal): -1833871 or 7406820. OLE color: 7406820.
HSL color Cylindrical-coordinate representation of color #E40471: hue angle of 330.8º 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 #E40471 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 113 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.11 |
| HSL | 330.8º | 0.97% | 0.45% | - |
| HSV(B) | 330.8º | 0.98% | 0.89% | - |
| XYZ | 35.02 | 17.77 | 17.21 | - |
| YUV | 83.4 | 144.71 | 231.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 113 | 0 | 0.98 | 0.50 | 0.11 | 330.8 | 0.97 | 0.45 |
| Hex | E4 | 4 | 71 | 0 | 62 | 32 | B | 14B | 61 | 2D |
| Octal | 344 | 4 | 161 | 0 | 142 | 62 | 13 | 513 | 141 | 55 |
| Binary | 11100100 | 100 | 1110001 | 0 | 1100010 | 110010 | 1011 | 101001011 | 1100001 | 101101 |
Color Harmonies of #E40471
Complementary color
Monochromatic Colors of #E40471
Black with #E40471
Text Example
Text Example
White with #E40471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40471; }
p { color: rgb(228,4,113); }
H1.HeaderClassName
{
color: #E40471;
}
.AnyTagClassName
{
color: #E40471;
}
</style>
background-color css
<style>
a { background-color: #E40471; }
a { background-color: rgb(228,4,113); }
div.DivClassName
{
background-color: #E40471;
}
.BgClassName
{
background-color: #E40471;
}
</style>
border-color css
<style>
span { border-color: #E40471; }
span { border-color: rgb(228,4,113); }
td.TdClassName
{
border-color: #E40471;
}
.TagClassName
{
border-color: #E40471;
}
</style>