Shades of Razzmatazz #E71152
Tints of Razzmatazz #E71152
RGB
CMYK
RGB Variations
Color information
#E71152 (or 0xE71152) is known color: Razzmatazz. HEX triplet: E7, 11 and 52. RGB value is (231,17,82). Sum of RGB (Red+Green+Blue) = 231+17+82=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E71152 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71152 is #18EEAD. Grayscale: #585858. Windows color (decimal): -1633966 or 5378535. OLE color: 5378535.
HSL color Cylindrical-coordinate representation of color #E71152: hue angle of 341.78º 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 #E71152 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 82 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.09 |
| HSL | 341.78º | 0.86% | 0.49% | - |
| HSV(B) | 341.78º | 0.93% | 0.91% | - |
| XYZ | 34.68 | 18 | 9.63 | - |
| YUV | 88.4 | 124.4 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 82 | 0 | 0.93 | 0.65 | 0.09 | 341.78 | 0.86 | 0.49 |
| Hex | E7 | 11 | 52 | 0 | 5D | 41 | 9 | 156 | 56 | 31 |
| Octal | 347 | 21 | 122 | 0 | 135 | 101 | 11 | 526 | 126 | 61 |
| Binary | 11100111 | 10001 | 1010010 | 0 | 1011101 | 1000001 | 1001 | 101010110 | 1010110 | 110001 |
Color Harmonies of #E71152
Complementary color
Monochromatic Colors of #E71152
Black with #E71152
Text Example
Text Example
White with #E71152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71152; }
p { color: rgb(231,17,82); }
H1.HeaderClassName
{
color: #E71152;
}
.AnyTagClassName
{
color: #E71152;
}
</style>
background-color css
<style>
a { background-color: #E71152; }
a { background-color: rgb(231,17,82); }
div.DivClassName
{
background-color: #E71152;
}
.BgClassName
{
background-color: #E71152;
}
</style>
border-color css
<style>
span { border-color: #E71152; }
span { border-color: rgb(231,17,82); }
td.TdClassName
{
border-color: #E71152;
}
.TagClassName
{
border-color: #E71152;
}
</style>