Shades of Razzmatazz #E4076D
Tints of Razzmatazz #E4076D
RGB
CMYK
RGB Variations
Color information
#E4076D (or 0xE4076D) is known color: Razzmatazz. HEX triplet: E4, 07 and 6D. RGB value is (228,7,109). Sum of RGB (Red+Green+Blue) = 228+7+109=344 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.28% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 228 - color contains mainly: red. Hex color #E4076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4076D is #1BF892. Grayscale: #545454. Windows color (decimal): -1833107 or 7145444. OLE color: 7145444.
HSL color Cylindrical-coordinate representation of color #E4076D: hue angle of 332.31º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E4076D is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.11 |
| HSL | 332.31º | 0.94% | 0.46% | - |
| HSV(B) | 332.31º | 0.97% | 0.89% | - |
| XYZ | 34.83 | 17.75 | 16.06 | - |
| YUV | 84.71 | 141.72 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 109 | 0 | 0.97 | 0.52 | 0.11 | 332.31 | 0.94 | 0.46 |
| Hex | E4 | 7 | 6D | 0 | 61 | 34 | B | 14C | 5E | 2E |
| Octal | 344 | 7 | 155 | 0 | 141 | 64 | 13 | 514 | 136 | 56 |
| Binary | 11100100 | 111 | 1101101 | 0 | 1100001 | 110100 | 1011 | 101001100 | 1011110 | 101110 |
Color Harmonies of #E4076D
Complementary color
Monochromatic Colors of #E4076D
Black with #E4076D
Text Example
Text Example
White with #E4076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4076D; }
p { color: rgb(228,7,109); }
H1.HeaderClassName
{
color: #E4076D;
}
.AnyTagClassName
{
color: #E4076D;
}
</style>
background-color css
<style>
a { background-color: #E4076D; }
a { background-color: rgb(228,7,109); }
div.DivClassName
{
background-color: #E4076D;
}
.BgClassName
{
background-color: #E4076D;
}
</style>
border-color css
<style>
span { border-color: #E4076D; }
span { border-color: rgb(228,7,109); }
td.TdClassName
{
border-color: #E4076D;
}
.TagClassName
{
border-color: #E4076D;
}
</style>