Shades of Razzmatazz #E00148
Tints of Razzmatazz #E00148
RGB
CMYK
RGB Variations
Color information
#E00148 (or 0xE00148) is known color: Razzmatazz. HEX triplet: E0, 01 and 48. RGB value is (224,1,72). Sum of RGB (Red+Green+Blue) = 224+1+72=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E00148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00148 is #1FFEB7. Grayscale: #4B4B4B. Windows color (decimal): -2096824 or 4719072. OLE color: 4719072.
HSL color Cylindrical-coordinate representation of color #E00148: hue angle of 340.9º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00148 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 72 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.12 |
| HSL | 340.9º | 0.99% | 0.44% | - |
| HSV(B) | 340.9º | 1% | 0.88% | - |
| XYZ | 31.92 | 16.34 | 7.6 | - |
| YUV | 75.77 | 125.88 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 72 | 0 | 1.00 | 0.68 | 0.12 | 340.9 | 0.99 | 0.44 |
| Hex | E0 | 1 | 48 | 0 | 64 | 44 | C | 155 | 63 | 2C |
| Octal | 340 | 1 | 110 | 0 | 144 | 104 | 14 | 525 | 143 | 54 |
| Binary | 11100000 | 1 | 1001000 | 0 | 1100100 | 1000100 | 1100 | 101010101 | 1100011 | 101100 |
Color Harmonies of #E00148
Complementary color
Monochromatic Colors of #E00148
Black with #E00148
Text Example
Text Example
White with #E00148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00148; }
p { color: rgb(224,1,72); }
H1.HeaderClassName
{
color: #E00148;
}
.AnyTagClassName
{
color: #E00148;
}
</style>
background-color css
<style>
a { background-color: #E00148; }
a { background-color: rgb(224,1,72); }
div.DivClassName
{
background-color: #E00148;
}
.BgClassName
{
background-color: #E00148;
}
</style>
border-color css
<style>
span { border-color: #E00148; }
span { border-color: rgb(224,1,72); }
td.TdClassName
{
border-color: #E00148;
}
.TagClassName
{
border-color: #E00148;
}
</style>