Shades of Razzmatazz #E40149
Tints of Razzmatazz #E40149
RGB
CMYK
RGB Variations
Color information
#E40149 (or 0xE40149) is known color: Razzmatazz. HEX triplet: E4, 01 and 49. RGB value is (228,1,73). Sum of RGB (Red+Green+Blue) = 228+1+73=302 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.50% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 228 - color contains mainly: red. Hex color #E40149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40149 is #1BFEB6. Grayscale: #4D4D4D. Windows color (decimal): -1834679 or 4784612. OLE color: 4784612.
HSL color Cylindrical-coordinate representation of color #E40149: hue angle of 340.97º 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 #E40149 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 73 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.11 |
| HSL | 340.97º | 0.99% | 0.45% | - |
| HSV(B) | 340.97º | 1% | 0.89% | - |
| XYZ | 33.21 | 17 | 7.83 | - |
| YUV | 77.08 | 125.71 | 235.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 73 | 0 | 1.00 | 0.68 | 0.11 | 340.97 | 0.99 | 0.45 |
| Hex | E4 | 1 | 49 | 0 | 64 | 44 | B | 155 | 63 | 2D |
| Octal | 344 | 1 | 111 | 0 | 144 | 104 | 13 | 525 | 143 | 55 |
| Binary | 11100100 | 1 | 1001001 | 0 | 1100100 | 1000100 | 1011 | 101010101 | 1100011 | 101101 |
Color Harmonies of #E40149
Complementary color
Monochromatic Colors of #E40149
Black with #E40149
Text Example
Text Example
White with #E40149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40149; }
p { color: rgb(228,1,73); }
H1.HeaderClassName
{
color: #E40149;
}
.AnyTagClassName
{
color: #E40149;
}
</style>
background-color css
<style>
a { background-color: #E40149; }
a { background-color: rgb(228,1,73); }
div.DivClassName
{
background-color: #E40149;
}
.BgClassName
{
background-color: #E40149;
}
</style>
border-color css
<style>
span { border-color: #E40149; }
span { border-color: rgb(228,1,73); }
td.TdClassName
{
border-color: #E40149;
}
.TagClassName
{
border-color: #E40149;
}
</style>