Shades of Razzmatazz #E40071
Tints of Razzmatazz #E40071
RGB
CMYK
RGB Variations
Color information
#E40071 (or 0xE40071) is known color: Razzmatazz. HEX triplet: E4, 00 and 71. RGB value is (228,0,113). Sum of RGB (Red+Green+Blue) = 228+0+113=341 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.86% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 228 - color contains mainly: red. Hex color #E40071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40071 is #1BFF8E. Grayscale: #505050. Windows color (decimal): -1834895 or 7405796. OLE color: 7405796.
HSL color Cylindrical-coordinate representation of color #E40071: hue angle of 330.26º 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 #E40071 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.50 | 0.11 |
| HSL | 330.26º | 1% | 0.45% | - |
| HSV(B) | 330.26º | 1% | 0.89% | - |
| XYZ | 34.98 | 17.69 | 17.19 | - |
| YUV | 81.05 | 146.04 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 113 | 0 | 1 | 0.50 | 0.11 | 330.26 | 1 | 0.45 |
| Hex | E4 | 0 | 71 | 0 | 64 | 32 | B | 14A | 64 | 2D |
| Octal | 344 | 0 | 161 | 0 | 144 | 62 | 13 | 512 | 144 | 55 |
| Binary | 11100100 | 0 | 1110001 | 0 | 1100100 | 110010 | 1011 | 101001010 | 1100100 | 101101 |
Color Harmonies of #E40071
Complementary color
Monochromatic Colors of #E40071
Black with #E40071
Text Example
Text Example
White with #E40071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40071; }
p { color: rgb(228,0,113); }
H1.HeaderClassName
{
color: #E40071;
}
.AnyTagClassName
{
color: #E40071;
}
</style>
background-color css
<style>
a { background-color: #E40071; }
a { background-color: rgb(228,0,113); }
div.DivClassName
{
background-color: #E40071;
}
.BgClassName
{
background-color: #E40071;
}
</style>
border-color css
<style>
span { border-color: #E40071; }
span { border-color: rgb(228,0,113); }
td.TdClassName
{
border-color: #E40071;
}
.TagClassName
{
border-color: #E40071;
}
</style>