Shades of Razzmatazz #E30147
Tints of Razzmatazz #E30147
RGB
CMYK
RGB Variations
Color information
#E30147 (or 0xE30147) is known color: Razzmatazz. HEX triplet: E3, 01 and 47. RGB value is (227,1,71). Sum of RGB (Red+Green+Blue) = 227+1+71=299 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.92% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 227 - color contains mainly: red. Hex color #E30147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30147 is #1CFEB8. Grayscale: #4C4C4C. Windows color (decimal): -1900217 or 4653539. OLE color: 4653539.
HSL color Cylindrical-coordinate representation of color #E30147: hue angle of 341.42º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30147 is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 71 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.11 |
| HSL | 341.42º | 0.99% | 0.45% | - |
| HSV(B) | 341.42º | 1% | 0.89% | - |
| XYZ | 32.83 | 16.81 | 7.48 | - |
| YUV | 76.55 | 124.87 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 71 | 0 | 1.00 | 0.69 | 0.11 | 341.42 | 0.99 | 0.45 |
| Hex | E3 | 1 | 47 | 0 | 64 | 45 | B | 155 | 63 | 2D |
| Octal | 343 | 1 | 107 | 0 | 144 | 105 | 13 | 525 | 143 | 55 |
| Binary | 11100011 | 1 | 1000111 | 0 | 1100100 | 1000101 | 1011 | 101010101 | 1100011 | 101101 |
Color Harmonies of #E30147
Complementary color
Monochromatic Colors of #E30147
Black with #E30147
Text Example
Text Example
White with #E30147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30147; }
p { color: rgb(227,1,71); }
H1.HeaderClassName
{
color: #E30147;
}
.AnyTagClassName
{
color: #E30147;
}
</style>
background-color css
<style>
a { background-color: #E30147; }
a { background-color: rgb(227,1,71); }
div.DivClassName
{
background-color: #E30147;
}
.BgClassName
{
background-color: #E30147;
}
</style>
border-color css
<style>
span { border-color: #E30147; }
span { border-color: rgb(227,1,71); }
td.TdClassName
{
border-color: #E30147;
}
.TagClassName
{
border-color: #E30147;
}
</style>