Shades of Razzmatazz #E70048
Tints of Razzmatazz #E70048
RGB
CMYK
RGB Variations
Color information
#E70048 (or 0xE70048) is known color: Razzmatazz. HEX triplet: E7, 00 and 48. RGB value is (231,0,72). Sum of RGB (Red+Green+Blue) = 231+0+72=303 (40% of max value = 765). Red value is 231 (90.62% from 255 or 76.24% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 231 - color contains mainly: red. Hex color #E70048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70048 is #18FFB7. Grayscale: #4D4D4D. Windows color (decimal): -1638328 or 4718823. OLE color: 4718823.
HSL color Cylindrical-coordinate representation of color #E70048: hue angle of 341.3º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70048 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.69 | 0.09 |
| HSL | 341.3º | 1% | 0.45% | - |
| HSV(B) | 341.3º | 1% | 0.91% | - |
| XYZ | 34.12 | 17.46 | 7.7 | - |
| YUV | 77.28 | 125.03 | 237.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 72 | 0 | 1 | 0.69 | 0.09 | 341.3 | 1 | 0.45 |
| Hex | E7 | 0 | 48 | 0 | 64 | 45 | 9 | 155 | 64 | 2D |
| Octal | 347 | 0 | 110 | 0 | 144 | 105 | 11 | 525 | 144 | 55 |
| Binary | 11100111 | 0 | 1001000 | 0 | 1100100 | 1000101 | 1001 | 101010101 | 1100100 | 101101 |
Color Harmonies of #E70048
Complementary color
Monochromatic Colors of #E70048
Black with #E70048
Text Example
Text Example
White with #E70048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70048; }
p { color: rgb(231,0,72); }
H1.HeaderClassName
{
color: #E70048;
}
.AnyTagClassName
{
color: #E70048;
}
</style>
background-color css
<style>
a { background-color: #E70048; }
a { background-color: rgb(231,0,72); }
div.DivClassName
{
background-color: #E70048;
}
.BgClassName
{
background-color: #E70048;
}
</style>
border-color css
<style>
span { border-color: #E70048; }
span { border-color: rgb(231,0,72); }
td.TdClassName
{
border-color: #E70048;
}
.TagClassName
{
border-color: #E70048;
}
</style>