Shades of Razzmatazz #E7114C
Tints of Razzmatazz #E7114C
RGB
CMYK
RGB Variations
Color information
#E7114C (or 0xE7114C) is known color: Razzmatazz. HEX triplet: E7, 11 and 4C. RGB value is (231,17,76). Sum of RGB (Red+Green+Blue) = 231+17+76=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E7114C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7114C is #18EEB3. Grayscale: #575757. Windows color (decimal): -1633972 or 4985319. OLE color: 4985319.
HSL color Cylindrical-coordinate representation of color #E7114C: hue angle of 343.46º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E7114C is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 76 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.09 |
| HSL | 343.46º | 0.86% | 0.49% | - |
| HSV(B) | 343.46º | 0.93% | 0.91% | - |
| XYZ | 34.46 | 17.91 | 8.48 | - |
| YUV | 87.71 | 121.4 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 76 | 0 | 0.93 | 0.67 | 0.09 | 343.46 | 0.86 | 0.49 |
| Hex | E7 | 11 | 4C | 0 | 5D | 43 | 9 | 157 | 56 | 31 |
| Octal | 347 | 21 | 114 | 0 | 135 | 103 | 11 | 527 | 126 | 61 |
| Binary | 11100111 | 10001 | 1001100 | 0 | 1011101 | 1000011 | 1001 | 101010111 | 1010110 | 110001 |
Color Harmonies of #E7114C
Complementary color
Monochromatic Colors of #E7114C
Black with #E7114C
Text Example
Text Example
White with #E7114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7114C; }
p { color: rgb(231,17,76); }
H1.HeaderClassName
{
color: #E7114C;
}
.AnyTagClassName
{
color: #E7114C;
}
</style>
background-color css
<style>
a { background-color: #E7114C; }
a { background-color: rgb(231,17,76); }
div.DivClassName
{
background-color: #E7114C;
}
.BgClassName
{
background-color: #E7114C;
}
</style>
border-color css
<style>
span { border-color: #E7114C; }
span { border-color: rgb(231,17,76); }
td.TdClassName
{
border-color: #E7114C;
}
.TagClassName
{
border-color: #E7114C;
}
</style>