Shades of Razzmatazz #E40248
Tints of Razzmatazz #E40248
RGB
CMYK
RGB Variations
Color information
#E40248 (or 0xE40248) is known color: Razzmatazz. HEX triplet: E4, 02 and 48. RGB value is (228,2,72). Sum of RGB (Red+Green+Blue) = 228+2+72=302 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.50% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 228 - color contains mainly: red. Hex color #E40248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40248 is #1BFDB7. Grayscale: #4D4D4D. Windows color (decimal): -1834424 or 4719332. OLE color: 4719332.
HSL color Cylindrical-coordinate representation of color #E40248: hue angle of 341.42º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E40248 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 72 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.11 |
| HSL | 341.42º | 0.98% | 0.45% | - |
| HSV(B) | 341.42º | 0.99% | 0.89% | - |
| XYZ | 33.19 | 17.01 | 7.66 | - |
| YUV | 77.55 | 124.87 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 72 | 0 | 0.99 | 0.68 | 0.11 | 341.42 | 0.98 | 0.45 |
| Hex | E4 | 2 | 48 | 0 | 63 | 44 | B | 155 | 62 | 2D |
| Octal | 344 | 2 | 110 | 0 | 143 | 104 | 13 | 525 | 142 | 55 |
| Binary | 11100100 | 10 | 1001000 | 0 | 1100011 | 1000100 | 1011 | 101010101 | 1100010 | 101101 |
Color Harmonies of #E40248
Complementary color
Monochromatic Colors of #E40248
Black with #E40248
Text Example
Text Example
White with #E40248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40248; }
p { color: rgb(228,2,72); }
H1.HeaderClassName
{
color: #E40248;
}
.AnyTagClassName
{
color: #E40248;
}
</style>
background-color css
<style>
a { background-color: #E40248; }
a { background-color: rgb(228,2,72); }
div.DivClassName
{
background-color: #E40248;
}
.BgClassName
{
background-color: #E40248;
}
</style>
border-color css
<style>
span { border-color: #E40248; }
span { border-color: rgb(228,2,72); }
td.TdClassName
{
border-color: #E40248;
}
.TagClassName
{
border-color: #E40248;
}
</style>