Shades of Razzmatazz #E40448
Tints of Razzmatazz #E40448
RGB
CMYK
RGB Variations
Color information
#E40448 (or 0xE40448) is known color: Razzmatazz. HEX triplet: E4, 04 and 48. RGB value is (228,4,72). Sum of RGB (Red+Green+Blue) = 228+4+72=304 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 228 - color contains mainly: red. Hex color #E40448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40448 is #1BFBB7. Grayscale: #4E4E4E. Windows color (decimal): -1833912 or 4719844. OLE color: 4719844.
HSL color Cylindrical-coordinate representation of color #E40448: hue angle of 341.79º 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 #E40448 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 72 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.11 |
| HSL | 341.79º | 0.97% | 0.45% | - |
| HSV(B) | 341.79º | 0.98% | 0.89% | - |
| XYZ | 33.21 | 17.05 | 7.67 | - |
| YUV | 78.73 | 124.21 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 72 | 0 | 0.98 | 0.68 | 0.11 | 341.79 | 0.97 | 0.45 |
| Hex | E4 | 4 | 48 | 0 | 62 | 44 | B | 156 | 61 | 2D |
| Octal | 344 | 4 | 110 | 0 | 142 | 104 | 13 | 526 | 141 | 55 |
| Binary | 11100100 | 100 | 1001000 | 0 | 1100010 | 1000100 | 1011 | 101010110 | 1100001 | 101101 |
Color Harmonies of #E40448
Complementary color
Monochromatic Colors of #E40448
Black with #E40448
Text Example
Text Example
White with #E40448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40448; }
p { color: rgb(228,4,72); }
H1.HeaderClassName
{
color: #E40448;
}
.AnyTagClassName
{
color: #E40448;
}
</style>
background-color css
<style>
a { background-color: #E40448; }
a { background-color: rgb(228,4,72); }
div.DivClassName
{
background-color: #E40448;
}
.BgClassName
{
background-color: #E40448;
}
</style>
border-color css
<style>
span { border-color: #E40448; }
span { border-color: rgb(228,4,72); }
td.TdClassName
{
border-color: #E40448;
}
.TagClassName
{
border-color: #E40448;
}
</style>