Shades of Razzmatazz #E30049
Tints of Razzmatazz #E30049
RGB
CMYK
RGB Variations
Color information
#E30049 (or 0xE30049) is known color: Razzmatazz. HEX triplet: E3, 00 and 49. RGB value is (227,0,73). Sum of RGB (Red+Green+Blue) = 227+0+73=300 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 227 - color contains mainly: red. Hex color #E30049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30049 is #1CFFB6. Grayscale: #4C4C4C. Windows color (decimal): -1900471 or 4784355. OLE color: 4784355.
HSL color Cylindrical-coordinate representation of color #E30049: hue angle of 340.7º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30049 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.68 | 0.11 |
| HSL | 340.7º | 1% | 0.45% | - |
| HSV(B) | 340.7º | 1% | 0.89% | - |
| XYZ | 32.88 | 16.81 | 7.82 | - |
| YUV | 76.2 | 126.21 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 73 | 0 | 1 | 0.68 | 0.11 | 340.7 | 1 | 0.45 |
| Hex | E3 | 0 | 49 | 0 | 64 | 44 | B | 155 | 64 | 2D |
| Octal | 343 | 0 | 111 | 0 | 144 | 104 | 13 | 525 | 144 | 55 |
| Binary | 11100011 | 0 | 1001001 | 0 | 1100100 | 1000100 | 1011 | 101010101 | 1100100 | 101101 |
Color Harmonies of #E30049
Complementary color
Monochromatic Colors of #E30049
Black with #E30049
Text Example
Text Example
White with #E30049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30049; }
p { color: rgb(227,0,73); }
H1.HeaderClassName
{
color: #E30049;
}
.AnyTagClassName
{
color: #E30049;
}
</style>
background-color css
<style>
a { background-color: #E30049; }
a { background-color: rgb(227,0,73); }
div.DivClassName
{
background-color: #E30049;
}
.BgClassName
{
background-color: #E30049;
}
</style>
border-color css
<style>
span { border-color: #E30049; }
span { border-color: rgb(227,0,73); }
td.TdClassName
{
border-color: #E30049;
}
.TagClassName
{
border-color: #E30049;
}
</style>