Shades of Razzmatazz #E5076D
Tints of Razzmatazz #E5076D
RGB
CMYK
RGB Variations
Color information
#E5076D (or 0xE5076D) is known color: Razzmatazz. HEX triplet: E5, 07 and 6D. RGB value is (229,7,109). Sum of RGB (Red+Green+Blue) = 229+7+109=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E5076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5076D is #1AF892. Grayscale: #545454. Windows color (decimal): -1767571 or 7145445. OLE color: 7145445.
HSL color Cylindrical-coordinate representation of color #E5076D: hue angle of 332.43º degrees, saturation: 0.94, 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 #E5076D is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.10 |
| HSL | 332.43º | 0.94% | 0.46% | - |
| HSV(B) | 332.43º | 0.97% | 0.9% | - |
| XYZ | 35.15 | 17.91 | 16.07 | - |
| YUV | 85.01 | 141.55 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 109 | 0 | 0.97 | 0.52 | 0.10 | 332.43 | 0.94 | 0.46 |
| Hex | E5 | 7 | 6D | 0 | 61 | 34 | A | 14C | 5E | 2E |
| Octal | 345 | 7 | 155 | 0 | 141 | 64 | 12 | 514 | 136 | 56 |
| Binary | 11100101 | 111 | 1101101 | 0 | 1100001 | 110100 | 1010 | 101001100 | 1011110 | 101110 |
Color Harmonies of #E5076D
Complementary color
Monochromatic Colors of #E5076D
Black with #E5076D
Text Example
Text Example
White with #E5076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5076D; }
p { color: rgb(229,7,109); }
H1.HeaderClassName
{
color: #E5076D;
}
.AnyTagClassName
{
color: #E5076D;
}
</style>
background-color css
<style>
a { background-color: #E5076D; }
a { background-color: rgb(229,7,109); }
div.DivClassName
{
background-color: #E5076D;
}
.BgClassName
{
background-color: #E5076D;
}
</style>
border-color css
<style>
span { border-color: #E5076D; }
span { border-color: rgb(229,7,109); }
td.TdClassName
{
border-color: #E5076D;
}
.TagClassName
{
border-color: #E5076D;
}
</style>