Shades of Razzmatazz #E71551
Tints of Razzmatazz #E71551
RGB
CMYK
RGB Variations
Color information
#E71551 (or 0xE71551) is known color: Razzmatazz. HEX triplet: E7, 15 and 51. RGB value is (231,21,81). Sum of RGB (Red+Green+Blue) = 231+21+81=333 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.37% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 231 - color contains mainly: red. Hex color #E71551 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71551 is #18EAAE. Grayscale: #5A5A5A. Windows color (decimal): -1632943 or 5314023. OLE color: 5314023.
HSL color Cylindrical-coordinate representation of color #E71551: hue angle of 342.86º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E71551 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 81 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.09 |
| HSL | 342.86º | 0.83% | 0.49% | - |
| HSV(B) | 342.86º | 0.91% | 0.91% | - |
| XYZ | 34.71 | 18.12 | 9.45 | - |
| YUV | 90.63 | 122.57 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 81 | 0 | 0.91 | 0.65 | 0.09 | 342.86 | 0.83 | 0.49 |
| Hex | E7 | 15 | 51 | 0 | 5B | 41 | 9 | 157 | 53 | 31 |
| Octal | 347 | 25 | 121 | 0 | 133 | 101 | 11 | 527 | 123 | 61 |
| Binary | 11100111 | 10101 | 1010001 | 0 | 1011011 | 1000001 | 1001 | 101010111 | 1010011 | 110001 |
Color Harmonies of #E71551
Complementary color
Monochromatic Colors of #E71551
Black with #E71551
Text Example
Text Example
White with #E71551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71551; }
p { color: rgb(231,21,81); }
H1.HeaderClassName
{
color: #E71551;
}
.AnyTagClassName
{
color: #E71551;
}
</style>
background-color css
<style>
a { background-color: #E71551; }
a { background-color: rgb(231,21,81); }
div.DivClassName
{
background-color: #E71551;
}
.BgClassName
{
background-color: #E71551;
}
</style>
border-color css
<style>
span { border-color: #E71551; }
span { border-color: rgb(231,21,81); }
td.TdClassName
{
border-color: #E71551;
}
.TagClassName
{
border-color: #E71551;
}
</style>