Shades of Razzmatazz #E7004C
Tints of Razzmatazz #E7004C
RGB
CMYK
RGB Variations
Color information
#E7004C (or 0xE7004C) is known color: Razzmatazz. HEX triplet: E7, 00 and 4C. RGB value is (231,0,76). Sum of RGB (Red+Green+Blue) = 231+0+76=307 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.24% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 231 - color contains mainly: red. Hex color #E7004C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7004C is #18FFB3. Grayscale: #4D4D4D. Windows color (decimal): -1638324 or 4980967. OLE color: 4980967.
HSL color Cylindrical-coordinate representation of color #E7004C: hue angle of 340.26º 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 #E7004C is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.67 | 0.09 |
| HSL | 340.26º | 1% | 0.45% | - |
| HSV(B) | 340.26º | 1% | 0.91% | - |
| XYZ | 34.26 | 17.51 | 8.41 | - |
| YUV | 77.73 | 127.03 | 237.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 76 | 0 | 1 | 0.67 | 0.09 | 340.26 | 1 | 0.45 |
| Hex | E7 | 0 | 4C | 0 | 64 | 43 | 9 | 154 | 64 | 2D |
| Octal | 347 | 0 | 114 | 0 | 144 | 103 | 11 | 524 | 144 | 55 |
| Binary | 11100111 | 0 | 1001100 | 0 | 1100100 | 1000011 | 1001 | 101010100 | 1100100 | 101101 |
Color Harmonies of #E7004C
Complementary color
Monochromatic Colors of #E7004C
Black with #E7004C
Text Example
Text Example
White with #E7004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7004C; }
p { color: rgb(231,0,76); }
H1.HeaderClassName
{
color: #E7004C;
}
.AnyTagClassName
{
color: #E7004C;
}
</style>
background-color css
<style>
a { background-color: #E7004C; }
a { background-color: rgb(231,0,76); }
div.DivClassName
{
background-color: #E7004C;
}
.BgClassName
{
background-color: #E7004C;
}
</style>
border-color css
<style>
span { border-color: #E7004C; }
span { border-color: rgb(231,0,76); }
td.TdClassName
{
border-color: #E7004C;
}
.TagClassName
{
border-color: #E7004C;
}
</style>