Shades of Razzmatazz #E40D4C
Tints of Razzmatazz #E40D4C
RGB
CMYK
RGB Variations
Color information
#E40D4C (or 0xE40D4C) is known color: Razzmatazz. HEX triplet: E4, 0D and 4C. RGB value is (228,13,76). Sum of RGB (Red+Green+Blue) = 228+13+76=317 (41% of max value = 765). Red value is 228 (89.45% from 255 or 71.92% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 228 - color contains mainly: red. Hex color #E40D4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40D4C is #1BF2B3. Grayscale: #545454. Windows color (decimal): -1831604 or 4984292. OLE color: 4984292.
HSL color Cylindrical-coordinate representation of color #E40D4C: hue angle of 342.42º degrees, saturation: 0.89, 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 #E40D4C is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 13 | 76 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.11 |
| HSL | 342.42º | 0.89% | 0.47% | - |
| HSV(B) | 342.42º | 0.94% | 0.89% | - |
| XYZ | 33.44 | 17.3 | 8.41 | - |
| YUV | 84.47 | 123.23 | 230.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 13 | 76 | 0 | 0.94 | 0.67 | 0.11 | 342.42 | 0.89 | 0.47 |
| Hex | E4 | D | 4C | 0 | 5E | 43 | B | 156 | 59 | 2F |
| Octal | 344 | 15 | 114 | 0 | 136 | 103 | 13 | 526 | 131 | 57 |
| Binary | 11100100 | 1101 | 1001100 | 0 | 1011110 | 1000011 | 1011 | 101010110 | 1011001 | 101111 |
Color Harmonies of #E40D4C
Complementary color
Monochromatic Colors of #E40D4C
Black with #E40D4C
Text Example
Text Example
White with #E40D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40D4C; }
p { color: rgb(228,13,76); }
H1.HeaderClassName
{
color: #E40D4C;
}
.AnyTagClassName
{
color: #E40D4C;
}
</style>
background-color css
<style>
a { background-color: #E40D4C; }
a { background-color: rgb(228,13,76); }
div.DivClassName
{
background-color: #E40D4C;
}
.BgClassName
{
background-color: #E40D4C;
}
</style>
border-color css
<style>
span { border-color: #E40D4C; }
span { border-color: rgb(228,13,76); }
td.TdClassName
{
border-color: #E40D4C;
}
.TagClassName
{
border-color: #E40D4C;
}
</style>