Shades of Razzmatazz #E40E4D
Tints of Razzmatazz #E40E4D
RGB
CMYK
RGB Variations
Color information
#E40E4D (or 0xE40E4D) is known color: Razzmatazz. HEX triplet: E4, 0E and 4D. RGB value is (228,14,77). Sum of RGB (Red+Green+Blue) = 228+14+77=319 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.47% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 228 - color contains mainly: red. Hex color #E40E4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40E4D is #1BF1B2. Grayscale: #555555. Windows color (decimal): -1831347 or 5050084. OLE color: 5050084.
HSL color Cylindrical-coordinate representation of color #E40E4D: hue angle of 342.34º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40E4D is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 14 | 77 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.11 |
| HSL | 342.34º | 0.88% | 0.47% | - |
| HSV(B) | 342.34º | 0.94% | 0.89% | - |
| XYZ | 33.49 | 17.34 | 8.6 | - |
| YUV | 85.17 | 123.4 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 77 | 0 | 0.94 | 0.66 | 0.11 | 342.34 | 0.88 | 0.47 |
| Hex | E4 | E | 4D | 0 | 5E | 42 | B | 156 | 58 | 2F |
| Octal | 344 | 16 | 115 | 0 | 136 | 102 | 13 | 526 | 130 | 57 |
| Binary | 11100100 | 1110 | 1001101 | 0 | 1011110 | 1000010 | 1011 | 101010110 | 1011000 | 101111 |
Color Harmonies of #E40E4D
Complementary color
Monochromatic Colors of #E40E4D
Black with #E40E4D
Text Example
Text Example
White with #E40E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40E4D; }
p { color: rgb(228,14,77); }
H1.HeaderClassName
{
color: #E40E4D;
}
.AnyTagClassName
{
color: #E40E4D;
}
</style>
background-color css
<style>
a { background-color: #E40E4D; }
a { background-color: rgb(228,14,77); }
div.DivClassName
{
background-color: #E40E4D;
}
.BgClassName
{
background-color: #E40E4D;
}
</style>
border-color css
<style>
span { border-color: #E40E4D; }
span { border-color: rgb(228,14,77); }
td.TdClassName
{
border-color: #E40E4D;
}
.TagClassName
{
border-color: #E40E4D;
}
</style>