Shades of Razzmatazz #E4124D
Tints of Razzmatazz #E4124D
RGB
CMYK
RGB Variations
Color information
#E4124D (or 0xE4124D) is known color: Razzmatazz. HEX triplet: E4, 12 and 4D. RGB value is (228,18,77). Sum of RGB (Red+Green+Blue) = 228+18+77=323 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.59% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 228 - color contains mainly: red. Hex color #E4124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4124D is #1BEDB2. Grayscale: #575757. Windows color (decimal): -1830323 or 5051108. OLE color: 5051108.
HSL color Cylindrical-coordinate representation of color #E4124D: hue angle of 343.14º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E4124D is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 77 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.11 |
| HSL | 343.14º | 0.85% | 0.48% | - |
| HSV(B) | 343.14º | 0.92% | 0.89% | - |
| XYZ | 33.55 | 17.46 | 8.62 | - |
| YUV | 87.52 | 122.07 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 77 | 0 | 0.92 | 0.66 | 0.11 | 343.14 | 0.85 | 0.48 |
| Hex | E4 | 12 | 4D | 0 | 5C | 42 | B | 157 | 55 | 30 |
| Octal | 344 | 22 | 115 | 0 | 134 | 102 | 13 | 527 | 125 | 60 |
| Binary | 11100100 | 10010 | 1001101 | 0 | 1011100 | 1000010 | 1011 | 101010111 | 1010101 | 110000 |
Color Harmonies of #E4124D
Complementary color
Monochromatic Colors of #E4124D
Black with #E4124D
Text Example
Text Example
White with #E4124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4124D; }
p { color: rgb(228,18,77); }
H1.HeaderClassName
{
color: #E4124D;
}
.AnyTagClassName
{
color: #E4124D;
}
</style>
background-color css
<style>
a { background-color: #E4124D; }
a { background-color: rgb(228,18,77); }
div.DivClassName
{
background-color: #E4124D;
}
.BgClassName
{
background-color: #E4124D;
}
</style>
border-color css
<style>
span { border-color: #E4124D; }
span { border-color: rgb(228,18,77); }
td.TdClassName
{
border-color: #E4124D;
}
.TagClassName
{
border-color: #E4124D;
}
</style>