Shades of Razzmatazz #E40148
Tints of Razzmatazz #E40148
RGB
CMYK
RGB Variations
Color information
#E40148 (or 0xE40148) is known color: Razzmatazz. HEX triplet: E4, 01 and 48. RGB value is (228,1,72). Sum of RGB (Red+Green+Blue) = 228+1+72=301 (39% of max value = 765). Red value is 228 (89.45% from 255 or 75.75% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 228 - color contains mainly: red. Hex color #E40148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40148 is #1BFEB7. Grayscale: #4C4C4C. Windows color (decimal): -1834680 or 4719076. OLE color: 4719076.
HSL color Cylindrical-coordinate representation of color #E40148: hue angle of 341.23º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40148 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 72 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.11 |
| HSL | 341.23º | 0.99% | 0.45% | - |
| HSV(B) | 341.23º | 1% | 0.89% | - |
| XYZ | 33.18 | 16.98 | 7.66 | - |
| YUV | 76.97 | 125.21 | 235.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 72 | 0 | 1.00 | 0.68 | 0.11 | 341.23 | 0.99 | 0.45 |
| Hex | E4 | 1 | 48 | 0 | 64 | 44 | B | 155 | 63 | 2D |
| Octal | 344 | 1 | 110 | 0 | 144 | 104 | 13 | 525 | 143 | 55 |
| Binary | 11100100 | 1 | 1001000 | 0 | 1100100 | 1000100 | 1011 | 101010101 | 1100011 | 101101 |
Color Harmonies of #E40148
Complementary color
Monochromatic Colors of #E40148
Black with #E40148
Text Example
Text Example
White with #E40148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40148; }
p { color: rgb(228,1,72); }
H1.HeaderClassName
{
color: #E40148;
}
.AnyTagClassName
{
color: #E40148;
}
</style>
background-color css
<style>
a { background-color: #E40148; }
a { background-color: rgb(228,1,72); }
div.DivClassName
{
background-color: #E40148;
}
.BgClassName
{
background-color: #E40148;
}
</style>
border-color css
<style>
span { border-color: #E40148; }
span { border-color: rgb(228,1,72); }
td.TdClassName
{
border-color: #E40148;
}
.TagClassName
{
border-color: #E40148;
}
</style>