Shades of Razzmatazz #E5086A
Tints of Razzmatazz #E5086A
RGB
CMYK
RGB Variations
Color information
#E5086A (or 0xE5086A) is known color: Razzmatazz. HEX triplet: E5, 08 and 6A. RGB value is (229,8,106). Sum of RGB (Red+Green+Blue) = 229+8+106=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E5086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5086A is #1AF795. Grayscale: #555555. Windows color (decimal): -1767318 or 6949093. OLE color: 6949093.
HSL color Cylindrical-coordinate representation of color #E5086A: hue angle of 333.39º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5086A is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 106 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.10 |
| HSL | 333.39º | 0.93% | 0.46% | - |
| HSV(B) | 333.39º | 0.97% | 0.9% | - |
| XYZ | 35 | 17.87 | 15.24 | - |
| YUV | 85.25 | 139.72 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 106 | 0 | 0.97 | 0.54 | 0.10 | 333.39 | 0.93 | 0.46 |
| Hex | E5 | 8 | 6A | 0 | 61 | 36 | A | 14D | 5D | 2E |
| Octal | 345 | 10 | 152 | 0 | 141 | 66 | 12 | 515 | 135 | 56 |
| Binary | 11100101 | 1000 | 1101010 | 0 | 1100001 | 110110 | 1010 | 101001101 | 1011101 | 101110 |
Color Harmonies of #E5086A
Complementary color
Monochromatic Colors of #E5086A
Black with #E5086A
Text Example
Text Example
White with #E5086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5086A; }
p { color: rgb(229,8,106); }
H1.HeaderClassName
{
color: #E5086A;
}
.AnyTagClassName
{
color: #E5086A;
}
</style>
background-color css
<style>
a { background-color: #E5086A; }
a { background-color: rgb(229,8,106); }
div.DivClassName
{
background-color: #E5086A;
}
.BgClassName
{
background-color: #E5086A;
}
</style>
border-color css
<style>
span { border-color: #E5086A; }
span { border-color: rgb(229,8,106); }
td.TdClassName
{
border-color: #E5086A;
}
.TagClassName
{
border-color: #E5086A;
}
</style>