Shades of Razzmatazz #E7134E
Tints of Razzmatazz #E7134E
RGB
CMYK
RGB Variations
Color information
#E7134E (or 0xE7134E) is known color: Razzmatazz. HEX triplet: E7, 13 and 4E. RGB value is (231,19,78). Sum of RGB (Red+Green+Blue) = 231+19+78=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E7134E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7134E is #18ECB1. Grayscale: #595959. Windows color (decimal): -1633458 or 5116903. OLE color: 5116903.
HSL color Cylindrical-coordinate representation of color #E7134E: hue angle of 343.3º degrees, saturation: 0.85, 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 #E7134E is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 78 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.09 |
| HSL | 343.3º | 0.85% | 0.49% | - |
| HSV(B) | 343.3º | 0.92% | 0.91% | - |
| XYZ | 34.56 | 18 | 8.86 | - |
| YUV | 89.11 | 121.74 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 78 | 0 | 0.92 | 0.66 | 0.09 | 343.3 | 0.85 | 0.49 |
| Hex | E7 | 13 | 4E | 0 | 5C | 42 | 9 | 157 | 55 | 31 |
| Octal | 347 | 23 | 116 | 0 | 134 | 102 | 11 | 527 | 125 | 61 |
| Binary | 11100111 | 10011 | 1001110 | 0 | 1011100 | 1000010 | 1001 | 101010111 | 1010101 | 110001 |
Color Harmonies of #E7134E
Complementary color
Monochromatic Colors of #E7134E
Black with #E7134E
Text Example
Text Example
White with #E7134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7134E; }
p { color: rgb(231,19,78); }
H1.HeaderClassName
{
color: #E7134E;
}
.AnyTagClassName
{
color: #E7134E;
}
</style>
background-color css
<style>
a { background-color: #E7134E; }
a { background-color: rgb(231,19,78); }
div.DivClassName
{
background-color: #E7134E;
}
.BgClassName
{
background-color: #E7134E;
}
</style>
border-color css
<style>
span { border-color: #E7134E; }
span { border-color: rgb(231,19,78); }
td.TdClassName
{
border-color: #E7134E;
}
.TagClassName
{
border-color: #E7134E;
}
</style>