Shades of Razzmatazz #E40057
Tints of Razzmatazz #E40057
RGB
CMYK
RGB Variations
Color information
#E40057 (or 0xE40057) is known color: Razzmatazz. HEX triplet: E4, 00 and 57. RGB value is (228,0,87). Sum of RGB (Red+Green+Blue) = 228+0+87=315 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.38% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 228 - color contains mainly: red. Hex color #E40057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40057 is #1BFFA8. Grayscale: #4D4D4D. Windows color (decimal): -1834921 or 5701860. OLE color: 5701860.
HSL color Cylindrical-coordinate representation of color #E40057: hue angle of 337.11º 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 #E40057 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 87 | - |
| CMYK | 0 | 1 | 0.62 | 0.11 |
| HSL | 337.11º | 1% | 0.45% | - |
| HSV(B) | 337.11º | 1% | 0.89% | - |
| XYZ | 33.72 | 17.18 | 10.56 | - |
| YUV | 78.09 | 133.04 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 87 | 0 | 1 | 0.62 | 0.11 | 337.11 | 1 | 0.45 |
| Hex | E4 | 0 | 57 | 0 | 64 | 3E | B | 151 | 64 | 2D |
| Octal | 344 | 0 | 127 | 0 | 144 | 76 | 13 | 521 | 144 | 55 |
| Binary | 11100100 | 0 | 1010111 | 0 | 1100100 | 111110 | 1011 | 101010001 | 1100100 | 101101 |
Color Harmonies of #E40057
Complementary color
Monochromatic Colors of #E40057
Black with #E40057
Text Example
Text Example
White with #E40057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40057; }
p { color: rgb(228,0,87); }
H1.HeaderClassName
{
color: #E40057;
}
.AnyTagClassName
{
color: #E40057;
}
</style>
background-color css
<style>
a { background-color: #E40057; }
a { background-color: rgb(228,0,87); }
div.DivClassName
{
background-color: #E40057;
}
.BgClassName
{
background-color: #E40057;
}
</style>
border-color css
<style>
span { border-color: #E40057; }
span { border-color: rgb(228,0,87); }
td.TdClassName
{
border-color: #E40057;
}
.TagClassName
{
border-color: #E40057;
}
</style>