Shades of Razzmatazz #E71650
Tints of Razzmatazz #E71650
RGB
CMYK
RGB Variations
Color information
#E71650 (or 0xE71650) is known color: Razzmatazz. HEX triplet: E7, 16 and 50. RGB value is (231,22,80). Sum of RGB (Red+Green+Blue) = 231+22+80=333 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.37% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 231 - color contains mainly: red. Hex color #E71650 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71650 is #18E9AF. Grayscale: #5B5B5B. Windows color (decimal): -1632688 or 5248743. OLE color: 5248743.
HSL color Cylindrical-coordinate representation of color #E71650: hue angle of 343.35º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71650 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 80 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.09 |
| HSL | 343.35º | 0.83% | 0.5% | - |
| HSV(B) | 343.35º | 0.9% | 0.91% | - |
| XYZ | 34.69 | 18.14 | 9.26 | - |
| YUV | 91.1 | 121.74 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 80 | 0 | 0.90 | 0.65 | 0.09 | 343.35 | 0.83 | 0.5 |
| Hex | E7 | 16 | 50 | 0 | 5A | 41 | 9 | 157 | 53 | 32 |
| Octal | 347 | 26 | 120 | 0 | 132 | 101 | 11 | 527 | 123 | 62 |
| Binary | 11100111 | 10110 | 1010000 | 0 | 1011010 | 1000001 | 1001 | 101010111 | 1010011 | 110010 |
Color Harmonies of #E71650
Complementary color
Monochromatic Colors of #E71650
Black with #E71650
Text Example
Text Example
White with #E71650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71650; }
p { color: rgb(231,22,80); }
H1.HeaderClassName
{
color: #E71650;
}
.AnyTagClassName
{
color: #E71650;
}
</style>
background-color css
<style>
a { background-color: #E71650; }
a { background-color: rgb(231,22,80); }
div.DivClassName
{
background-color: #E71650;
}
.BgClassName
{
background-color: #E71650;
}
</style>
border-color css
<style>
span { border-color: #E71650; }
span { border-color: rgb(231,22,80); }
td.TdClassName
{
border-color: #E71650;
}
.TagClassName
{
border-color: #E71650;
}
</style>