Shades of Razzmatazz #E7104C
Tints of Razzmatazz #E7104C
RGB
CMYK
RGB Variations
Color information
#E7104C (or 0xE7104C) is known color: Razzmatazz. HEX triplet: E7, 10 and 4C. RGB value is (231,16,76). Sum of RGB (Red+Green+Blue) = 231+16+76=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E7104C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7104C is #18EFB3. Grayscale: #575757. Windows color (decimal): -1634228 or 4985063. OLE color: 4985063.
HSL color Cylindrical-coordinate representation of color #E7104C: hue angle of 343.26º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E7104C is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 76 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.09 |
| HSL | 343.26º | 0.87% | 0.48% | - |
| HSV(B) | 343.26º | 0.93% | 0.91% | - |
| XYZ | 34.44 | 17.88 | 8.47 | - |
| YUV | 87.13 | 121.73 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 76 | 0 | 0.93 | 0.67 | 0.09 | 343.26 | 0.87 | 0.48 |
| Hex | E7 | 10 | 4C | 0 | 5D | 43 | 9 | 157 | 57 | 30 |
| Octal | 347 | 20 | 114 | 0 | 135 | 103 | 11 | 527 | 127 | 60 |
| Binary | 11100111 | 10000 | 1001100 | 0 | 1011101 | 1000011 | 1001 | 101010111 | 1010111 | 110000 |
Color Harmonies of #E7104C
Complementary color
Monochromatic Colors of #E7104C
Black with #E7104C
Text Example
Text Example
White with #E7104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7104C; }
p { color: rgb(231,16,76); }
H1.HeaderClassName
{
color: #E7104C;
}
.AnyTagClassName
{
color: #E7104C;
}
</style>
background-color css
<style>
a { background-color: #E7104C; }
a { background-color: rgb(231,16,76); }
div.DivClassName
{
background-color: #E7104C;
}
.BgClassName
{
background-color: #E7104C;
}
</style>
border-color css
<style>
span { border-color: #E7104C; }
span { border-color: rgb(231,16,76); }
td.TdClassName
{
border-color: #E7104C;
}
.TagClassName
{
border-color: #E7104C;
}
</style>