Shades of Razzmatazz #E71555
Tints of Razzmatazz #E71555
RGB
CMYK
RGB Variations
Color information
#E71555 (or 0xE71555) is known color: Razzmatazz. HEX triplet: E7, 15 and 55. RGB value is (231,21,85). Sum of RGB (Red+Green+Blue) = 231+21+85=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E71555 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71555 is #18EAAA. Grayscale: #5B5B5B. Windows color (decimal): -1632939 or 5576167. OLE color: 5576167.
HSL color Cylindrical-coordinate representation of color #E71555: hue angle of 341.71º 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 #E71555 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 85 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.09 |
| HSL | 341.71º | 0.83% | 0.49% | - |
| HSV(B) | 341.71º | 0.91% | 0.91% | - |
| XYZ | 34.86 | 18.18 | 10.27 | - |
| YUV | 91.09 | 124.57 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 85 | 0 | 0.91 | 0.63 | 0.09 | 341.71 | 0.83 | 0.49 |
| Hex | E7 | 15 | 55 | 0 | 5B | 3F | 9 | 156 | 53 | 31 |
| Octal | 347 | 25 | 125 | 0 | 133 | 77 | 11 | 526 | 123 | 61 |
| Binary | 11100111 | 10101 | 1010101 | 0 | 1011011 | 111111 | 1001 | 101010110 | 1010011 | 110001 |
Color Harmonies of #E71555
Complementary color
Monochromatic Colors of #E71555
Black with #E71555
Text Example
Text Example
White with #E71555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71555; }
p { color: rgb(231,21,85); }
H1.HeaderClassName
{
color: #E71555;
}
.AnyTagClassName
{
color: #E71555;
}
</style>
background-color css
<style>
a { background-color: #E71555; }
a { background-color: rgb(231,21,85); }
div.DivClassName
{
background-color: #E71555;
}
.BgClassName
{
background-color: #E71555;
}
</style>
border-color css
<style>
span { border-color: #E71555; }
span { border-color: rgb(231,21,85); }
td.TdClassName
{
border-color: #E71555;
}
.TagClassName
{
border-color: #E71555;
}
</style>