Shades of Razzmatazz #E71154
Tints of Razzmatazz #E71154
RGB
CMYK
RGB Variations
Color information
#E71154 (or 0xE71154) is known color: Razzmatazz. HEX triplet: E7, 11 and 54. RGB value is (231,17,84). Sum of RGB (Red+Green+Blue) = 231+17+84=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E71154 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71154 is #18EEAB. Grayscale: #585858. Windows color (decimal): -1633964 or 5509607. OLE color: 5509607.
HSL color Cylindrical-coordinate representation of color #E71154: hue angle of 341.21º 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 #E71154 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 84 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.09 |
| HSL | 341.22º | 0.86% | 0.49% | - |
| HSV(B) | 341.22º | 0.93% | 0.91% | - |
| XYZ | 34.76 | 18.03 | 10.04 | - |
| YUV | 88.62 | 125.4 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 84 | 0 | 0.93 | 0.64 | 0.09 | 341.22 | 0.86 | 0.49 |
| Hex | E7 | 11 | 54 | 0 | 5D | 40 | 9 | 155 | 56 | 31 |
| Octal | 347 | 21 | 124 | 0 | 135 | 100 | 11 | 525 | 126 | 61 |
| Binary | 11100111 | 10001 | 1010100 | 0 | 1011101 | 1000000 | 1001 | 101010101 | 1010110 | 110001 |
Color Harmonies of #E71154
Complementary color
Monochromatic Colors of #E71154
Black with #E71154
Text Example
Text Example
White with #E71154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71154; }
p { color: rgb(231,17,84); }
H1.HeaderClassName
{
color: #E71154;
}
.AnyTagClassName
{
color: #E71154;
}
</style>
background-color css
<style>
a { background-color: #E71154; }
a { background-color: rgb(231,17,84); }
div.DivClassName
{
background-color: #E71154;
}
.BgClassName
{
background-color: #E71154;
}
</style>
border-color css
<style>
span { border-color: #E71154; }
span { border-color: rgb(231,17,84); }
td.TdClassName
{
border-color: #E71154;
}
.TagClassName
{
border-color: #E71154;
}
</style>