Shades of Razzmatazz #E40053
Tints of Razzmatazz #E40053
RGB
CMYK
RGB Variations
Color information
#E40053 (or 0xE40053) is known color: Razzmatazz. HEX triplet: E4, 00 and 53. RGB value is (228,0,83). Sum of RGB (Red+Green+Blue) = 228+0+83=311 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.31% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 228 - color contains mainly: red. Hex color #E40053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40053 is #1BFFAC. Grayscale: #4D4D4D. Windows color (decimal): -1834925 or 5439716. OLE color: 5439716.
HSL color Cylindrical-coordinate representation of color #E40053: hue angle of 338.16º 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 #E40053 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.64 | 0.11 |
| HSL | 338.16º | 1% | 0.45% | - |
| HSV(B) | 338.16º | 1% | 0.89% | - |
| XYZ | 33.56 | 17.12 | 9.72 | - |
| YUV | 77.63 | 131.04 | 235.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 83 | 0 | 1 | 0.64 | 0.11 | 338.16 | 1 | 0.45 |
| Hex | E4 | 0 | 53 | 0 | 64 | 40 | B | 152 | 64 | 2D |
| Octal | 344 | 0 | 123 | 0 | 144 | 100 | 13 | 522 | 144 | 55 |
| Binary | 11100100 | 0 | 1010011 | 0 | 1100100 | 1000000 | 1011 | 101010010 | 1100100 | 101101 |
Color Harmonies of #E40053
Complementary color
Monochromatic Colors of #E40053
Black with #E40053
Text Example
Text Example
White with #E40053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40053; }
p { color: rgb(228,0,83); }
H1.HeaderClassName
{
color: #E40053;
}
.AnyTagClassName
{
color: #E40053;
}
</style>
background-color css
<style>
a { background-color: #E40053; }
a { background-color: rgb(228,0,83); }
div.DivClassName
{
background-color: #E40053;
}
.BgClassName
{
background-color: #E40053;
}
</style>
border-color css
<style>
span { border-color: #E40053; }
span { border-color: rgb(228,0,83); }
td.TdClassName
{
border-color: #E40053;
}
.TagClassName
{
border-color: #E40053;
}
</style>