Shades of Razzmatazz #E80148
Tints of Razzmatazz #E80148
RGB
CMYK
RGB Variations
Color information
#E80148 (or 0xE80148) is known color: Razzmatazz. HEX triplet: E8, 01 and 48. RGB value is (232,1,72). Sum of RGB (Red+Green+Blue) = 232+1+72=305 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.07% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 232 - color contains mainly: red. Hex color #E80148 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80148 is #17FEB7. Grayscale: #4E4E4E. Windows color (decimal): -1572536 or 4719080. OLE color: 4719080.
HSL color Cylindrical-coordinate representation of color #E80148: hue angle of 341.56º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80148 is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 72 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.09 |
| HSL | 341.56º | 0.99% | 0.46% | - |
| HSV(B) | 341.56º | 1% | 0.91% | - |
| XYZ | 34.46 | 17.65 | 7.72 | - |
| YUV | 78.16 | 124.53 | 237.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 72 | 0 | 1.00 | 0.69 | 0.09 | 341.56 | 0.99 | 0.46 |
| Hex | E8 | 1 | 48 | 0 | 64 | 45 | 9 | 156 | 63 | 2E |
| Octal | 350 | 1 | 110 | 0 | 144 | 105 | 11 | 526 | 143 | 56 |
| Binary | 11101000 | 1 | 1001000 | 0 | 1100100 | 1000101 | 1001 | 101010110 | 1100011 | 101110 |
Color Harmonies of #E80148
Complementary color
Monochromatic Colors of #E80148
Black with #E80148
Text Example
Text Example
White with #E80148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80148; }
p { color: rgb(232,1,72); }
H1.HeaderClassName
{
color: #E80148;
}
.AnyTagClassName
{
color: #E80148;
}
</style>
background-color css
<style>
a { background-color: #E80148; }
a { background-color: rgb(232,1,72); }
div.DivClassName
{
background-color: #E80148;
}
.BgClassName
{
background-color: #E80148;
}
</style>
border-color css
<style>
span { border-color: #E80148; }
span { border-color: rgb(232,1,72); }
td.TdClassName
{
border-color: #E80148;
}
.TagClassName
{
border-color: #E80148;
}
</style>