Shades of Razzmatazz #E4074C
Tints of Razzmatazz #E4074C
RGB
CMYK
RGB Variations
Color information
#E4074C (or 0xE4074C) is known color: Razzmatazz. HEX triplet: E4, 07 and 4C. RGB value is (228,7,76). Sum of RGB (Red+Green+Blue) = 228+7+76=311 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.31% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 228 - color contains mainly: red. Hex color #E4074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4074C is #1BF8B3. Grayscale: #505050. Windows color (decimal): -1833140 or 4982756. OLE color: 4982756.
HSL color Cylindrical-coordinate representation of color #E4074C: hue angle of 341.27º 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 #E4074C is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 76 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.11 |
| HSL | 341.27º | 0.94% | 0.46% | - |
| HSV(B) | 341.27º | 0.97% | 0.89% | - |
| XYZ | 33.38 | 17.17 | 8.39 | - |
| YUV | 80.95 | 125.22 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 76 | 0 | 0.97 | 0.67 | 0.11 | 341.27 | 0.94 | 0.46 |
| Hex | E4 | 7 | 4C | 0 | 61 | 43 | B | 155 | 5E | 2E |
| Octal | 344 | 7 | 114 | 0 | 141 | 103 | 13 | 525 | 136 | 56 |
| Binary | 11100100 | 111 | 1001100 | 0 | 1100001 | 1000011 | 1011 | 101010101 | 1011110 | 101110 |
Color Harmonies of #E4074C
Complementary color
Monochromatic Colors of #E4074C
Black with #E4074C
Text Example
Text Example
White with #E4074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4074C; }
p { color: rgb(228,7,76); }
H1.HeaderClassName
{
color: #E4074C;
}
.AnyTagClassName
{
color: #E4074C;
}
</style>
background-color css
<style>
a { background-color: #E4074C; }
a { background-color: rgb(228,7,76); }
div.DivClassName
{
background-color: #E4074C;
}
.BgClassName
{
background-color: #E4074C;
}
</style>
border-color css
<style>
span { border-color: #E4074C; }
span { border-color: rgb(228,7,76); }
td.TdClassName
{
border-color: #E4074C;
}
.TagClassName
{
border-color: #E4074C;
}
</style>