Shades of Razzmatazz #E7124C
Tints of Razzmatazz #E7124C
RGB
CMYK
RGB Variations
Color information
#E7124C (or 0xE7124C) is known color: Razzmatazz. HEX triplet: E7, 12 and 4C. RGB value is (231,18,76). Sum of RGB (Red+Green+Blue) = 231+18+76=325 (43% of max value = 765). Red value is 231 (90.62% from 255 or 71.08% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 231 - color contains mainly: red. Hex color #E7124C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7124C is #18EDB3. Grayscale: #585858. Windows color (decimal): -1633716 or 4985575. OLE color: 4985575.
HSL color Cylindrical-coordinate representation of color #E7124C: hue angle of 343.66º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7124C is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 76 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.09 |
| HSL | 343.66º | 0.86% | 0.49% | - |
| HSV(B) | 343.66º | 0.92% | 0.91% | - |
| XYZ | 34.48 | 17.94 | 8.48 | - |
| YUV | 88.3 | 121.07 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 76 | 0 | 0.92 | 0.67 | 0.09 | 343.66 | 0.86 | 0.49 |
| Hex | E7 | 12 | 4C | 0 | 5C | 43 | 9 | 158 | 56 | 31 |
| Octal | 347 | 22 | 114 | 0 | 134 | 103 | 11 | 530 | 126 | 61 |
| Binary | 11100111 | 10010 | 1001100 | 0 | 1011100 | 1000011 | 1001 | 101011000 | 1010110 | 110001 |
Color Harmonies of #E7124C
Complementary color
Monochromatic Colors of #E7124C
Black with #E7124C
Text Example
Text Example
White with #E7124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7124C; }
p { color: rgb(231,18,76); }
H1.HeaderClassName
{
color: #E7124C;
}
.AnyTagClassName
{
color: #E7124C;
}
</style>
background-color css
<style>
a { background-color: #E7124C; }
a { background-color: rgb(231,18,76); }
div.DivClassName
{
background-color: #E7124C;
}
.BgClassName
{
background-color: #E7124C;
}
</style>
border-color css
<style>
span { border-color: #E7124C; }
span { border-color: rgb(231,18,76); }
td.TdClassName
{
border-color: #E7124C;
}
.TagClassName
{
border-color: #E7124C;
}
</style>