Shades of Razzmatazz #E40754
Tints of Razzmatazz #E40754
RGB
CMYK
RGB Variations
Color information
#E40754 (or 0xE40754) is known color: Razzmatazz. HEX triplet: E4, 07 and 54. RGB value is (228,7,84). Sum of RGB (Red+Green+Blue) = 228+7+84=319 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.47% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 228 - color contains mainly: red. Hex color #E40754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40754 is #1BF8AB. Grayscale: #515151. Windows color (decimal): -1833132 or 5507044. OLE color: 5507044.
HSL color Cylindrical-coordinate representation of color #E40754: hue angle of 339.1º 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 #E40754 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 84 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.11 |
| HSL | 339.1º | 0.94% | 0.46% | - |
| HSV(B) | 339.1º | 0.97% | 0.89% | - |
| XYZ | 33.67 | 17.29 | 9.95 | - |
| YUV | 81.86 | 129.22 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 84 | 0 | 0.97 | 0.63 | 0.11 | 339.1 | 0.94 | 0.46 |
| Hex | E4 | 7 | 54 | 0 | 61 | 3F | B | 153 | 5E | 2E |
| Octal | 344 | 7 | 124 | 0 | 141 | 77 | 13 | 523 | 136 | 56 |
| Binary | 11100100 | 111 | 1010100 | 0 | 1100001 | 111111 | 1011 | 101010011 | 1011110 | 101110 |
Color Harmonies of #E40754
Complementary color
Monochromatic Colors of #E40754
Black with #E40754
Text Example
Text Example
White with #E40754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40754; }
p { color: rgb(228,7,84); }
H1.HeaderClassName
{
color: #E40754;
}
.AnyTagClassName
{
color: #E40754;
}
</style>
background-color css
<style>
a { background-color: #E40754; }
a { background-color: rgb(228,7,84); }
div.DivClassName
{
background-color: #E40754;
}
.BgClassName
{
background-color: #E40754;
}
</style>
border-color css
<style>
span { border-color: #E40754; }
span { border-color: rgb(228,7,84); }
td.TdClassName
{
border-color: #E40754;
}
.TagClassName
{
border-color: #E40754;
}
</style>