Shades of Razzmatazz #E71553
Tints of Razzmatazz #E71553
RGB
CMYK
RGB Variations
Color information
#E71553 (or 0xE71553) is known color: Razzmatazz. HEX triplet: E7, 15 and 53. RGB value is (231,21,83). Sum of RGB (Red+Green+Blue) = 231+21+83=335 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.96% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 231 - color contains mainly: red. Hex color #E71553 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71553 is #18EAAC. Grayscale: #5A5A5A. Windows color (decimal): -1632941 or 5445095. OLE color: 5445095.
HSL color Cylindrical-coordinate representation of color #E71553: hue angle of 342.29º 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 #E71553 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 83 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.09 |
| HSL | 342.29º | 0.83% | 0.49% | - |
| HSV(B) | 342.29º | 0.91% | 0.91% | - |
| XYZ | 34.78 | 18.15 | 9.85 | - |
| YUV | 90.86 | 123.57 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 83 | 0 | 0.91 | 0.64 | 0.09 | 342.29 | 0.83 | 0.49 |
| Hex | E7 | 15 | 53 | 0 | 5B | 40 | 9 | 156 | 53 | 31 |
| Octal | 347 | 25 | 123 | 0 | 133 | 100 | 11 | 526 | 123 | 61 |
| Binary | 11100111 | 10101 | 1010011 | 0 | 1011011 | 1000000 | 1001 | 101010110 | 1010011 | 110001 |
Color Harmonies of #E71553
Complementary color
Monochromatic Colors of #E71553
Black with #E71553
Text Example
Text Example
White with #E71553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71553; }
p { color: rgb(231,21,83); }
H1.HeaderClassName
{
color: #E71553;
}
.AnyTagClassName
{
color: #E71553;
}
</style>
background-color css
<style>
a { background-color: #E71553; }
a { background-color: rgb(231,21,83); }
div.DivClassName
{
background-color: #E71553;
}
.BgClassName
{
background-color: #E71553;
}
</style>
border-color css
<style>
span { border-color: #E71553; }
span { border-color: rgb(231,21,83); }
td.TdClassName
{
border-color: #E71553;
}
.TagClassName
{
border-color: #E71553;
}
</style>