Shades of Razzmatazz #E71456
Tints of Razzmatazz #E71456
RGB
CMYK
RGB Variations
Color information
#E71456 (or 0xE71456) is known color: Razzmatazz. HEX triplet: E7, 14 and 56. RGB value is (231,20,86). Sum of RGB (Red+Green+Blue) = 231+20+86=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E71456 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71456 is #18EBA9. Grayscale: #5A5A5A. Windows color (decimal): -1633194 or 5641447. OLE color: 5641447.
HSL color Cylindrical-coordinate representation of color #E71456: hue angle of 341.23º degrees, saturation: 0.84, 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 #E71456 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 86 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.09 |
| HSL | 341.23º | 0.84% | 0.49% | - |
| HSV(B) | 341.23º | 0.91% | 0.91% | - |
| XYZ | 34.88 | 18.16 | 10.47 | - |
| YUV | 90.61 | 125.4 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 86 | 0 | 0.91 | 0.63 | 0.09 | 341.23 | 0.84 | 0.49 |
| Hex | E7 | 14 | 56 | 0 | 5B | 3F | 9 | 155 | 54 | 31 |
| Octal | 347 | 24 | 126 | 0 | 133 | 77 | 11 | 525 | 124 | 61 |
| Binary | 11100111 | 10100 | 1010110 | 0 | 1011011 | 111111 | 1001 | 101010101 | 1010100 | 110001 |
Color Harmonies of #E71456
Complementary color
Monochromatic Colors of #E71456
Black with #E71456
Text Example
Text Example
White with #E71456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71456; }
p { color: rgb(231,20,86); }
H1.HeaderClassName
{
color: #E71456;
}
.AnyTagClassName
{
color: #E71456;
}
</style>
background-color css
<style>
a { background-color: #E71456; }
a { background-color: rgb(231,20,86); }
div.DivClassName
{
background-color: #E71456;
}
.BgClassName
{
background-color: #E71456;
}
</style>
border-color css
<style>
span { border-color: #E71456; }
span { border-color: rgb(231,20,86); }
td.TdClassName
{
border-color: #E71456;
}
.TagClassName
{
border-color: #E71456;
}
</style>