Shades of Razzmatazz #E30349
Tints of Razzmatazz #E30349
RGB
CMYK
RGB Variations
Color information
#E30349 (or 0xE30349) is known color: Razzmatazz. HEX triplet: E3, 03 and 49. RGB value is (227,3,73). Sum of RGB (Red+Green+Blue) = 227+3+73=303 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.92% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 227 - color contains mainly: red. Hex color #E30349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30349 is #1CFCB6. Grayscale: #4D4D4D. Windows color (decimal): -1899703 or 4785123. OLE color: 4785123.
HSL color Cylindrical-coordinate representation of color #E30349: hue angle of 341.25º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E30349 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 73 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.11 |
| HSL | 341.25º | 0.97% | 0.45% | - |
| HSV(B) | 341.25º | 0.99% | 0.89% | - |
| XYZ | 32.91 | 16.88 | 7.83 | - |
| YUV | 77.96 | 125.21 | 234.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 73 | 0 | 0.99 | 0.68 | 0.11 | 341.25 | 0.97 | 0.45 |
| Hex | E3 | 3 | 49 | 0 | 63 | 44 | B | 155 | 61 | 2D |
| Octal | 343 | 3 | 111 | 0 | 143 | 104 | 13 | 525 | 141 | 55 |
| Binary | 11100011 | 11 | 1001001 | 0 | 1100011 | 1000100 | 1011 | 101010101 | 1100001 | 101101 |
Color Harmonies of #E30349
Complementary color
Monochromatic Colors of #E30349
Black with #E30349
Text Example
Text Example
White with #E30349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30349; }
p { color: rgb(227,3,73); }
H1.HeaderClassName
{
color: #E30349;
}
.AnyTagClassName
{
color: #E30349;
}
</style>
background-color css
<style>
a { background-color: #E30349; }
a { background-color: rgb(227,3,73); }
div.DivClassName
{
background-color: #E30349;
}
.BgClassName
{
background-color: #E30349;
}
</style>
border-color css
<style>
span { border-color: #E30349; }
span { border-color: rgb(227,3,73); }
td.TdClassName
{
border-color: #E30349;
}
.TagClassName
{
border-color: #E30349;
}
</style>