Shades of Razzmatazz #E7086A
Tints of Razzmatazz #E7086A
RGB
CMYK
RGB Variations
Color information
#E7086A (or 0xE7086A) is known color: Razzmatazz. HEX triplet: E7, 08 and 6A. RGB value is (231,8,106). Sum of RGB (Red+Green+Blue) = 231+8+106=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E7086A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7086A is #18F795. Grayscale: #555555. Windows color (decimal): -1636246 or 6949095. OLE color: 6949095.
HSL color Cylindrical-coordinate representation of color #E7086A: hue angle of 333.63º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7086A is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 106 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.09 |
| HSL | 333.63º | 0.93% | 0.47% | - |
| HSV(B) | 333.63º | 0.97% | 0.91% | - |
| XYZ | 35.64 | 18.2 | 15.27 | - |
| YUV | 85.85 | 139.38 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 106 | 0 | 0.97 | 0.54 | 0.09 | 333.63 | 0.93 | 0.47 |
| Hex | E7 | 8 | 6A | 0 | 61 | 36 | 9 | 14E | 5D | 2F |
| Octal | 347 | 10 | 152 | 0 | 141 | 66 | 11 | 516 | 135 | 57 |
| Binary | 11100111 | 1000 | 1101010 | 0 | 1100001 | 110110 | 1001 | 101001110 | 1011101 | 101111 |
Color Harmonies of #E7086A
Complementary color
Monochromatic Colors of #E7086A
Black with #E7086A
Text Example
Text Example
White with #E7086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7086A; }
p { color: rgb(231,8,106); }
H1.HeaderClassName
{
color: #E7086A;
}
.AnyTagClassName
{
color: #E7086A;
}
</style>
background-color css
<style>
a { background-color: #E7086A; }
a { background-color: rgb(231,8,106); }
div.DivClassName
{
background-color: #E7086A;
}
.BgClassName
{
background-color: #E7086A;
}
</style>
border-color css
<style>
span { border-color: #E7086A; }
span { border-color: rgb(231,8,106); }
td.TdClassName
{
border-color: #E7086A;
}
.TagClassName
{
border-color: #E7086A;
}
</style>