Shades of Razzmatazz #E1124D
Tints of Razzmatazz #E1124D
RGB
CMYK
RGB Variations
Color information
#E1124D (or 0xE1124D) is known color: Razzmatazz. HEX triplet: E1, 12 and 4D. RGB value is (225,18,77). Sum of RGB (Red+Green+Blue) = 225+18+77=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E1124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1124D is #1EEDB2. Grayscale: #565656. Windows color (decimal): -2026931 or 5051105. OLE color: 5051105.
HSL color Cylindrical-coordinate representation of color #E1124D: hue angle of 342.9º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1124D is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 77 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.12 |
| HSL | 342.9º | 0.85% | 0.48% | - |
| HSV(B) | 342.9º | 0.92% | 0.88% | - |
| XYZ | 32.61 | 16.98 | 8.58 | - |
| YUV | 86.62 | 122.58 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 77 | 0 | 0.92 | 0.66 | 0.12 | 342.9 | 0.85 | 0.48 |
| Hex | E1 | 12 | 4D | 0 | 5C | 42 | C | 157 | 55 | 30 |
| Octal | 341 | 22 | 115 | 0 | 134 | 102 | 14 | 527 | 125 | 60 |
| Binary | 11100001 | 10010 | 1001101 | 0 | 1011100 | 1000010 | 1100 | 101010111 | 1010101 | 110000 |
Color Harmonies of #E1124D
Complementary color
Monochromatic Colors of #E1124D
Black with #E1124D
Text Example
Text Example
White with #E1124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1124D; }
p { color: rgb(225,18,77); }
H1.HeaderClassName
{
color: #E1124D;
}
.AnyTagClassName
{
color: #E1124D;
}
</style>
background-color css
<style>
a { background-color: #E1124D; }
a { background-color: rgb(225,18,77); }
div.DivClassName
{
background-color: #E1124D;
}
.BgClassName
{
background-color: #E1124D;
}
</style>
border-color css
<style>
span { border-color: #E1124D; }
span { border-color: rgb(225,18,77); }
td.TdClassName
{
border-color: #E1124D;
}
.TagClassName
{
border-color: #E1124D;
}
</style>