Shades of Razzmatazz #E1114D
Tints of Razzmatazz #E1114D
RGB
CMYK
RGB Variations
Color information
#E1114D (or 0xE1114D) is known color: Razzmatazz. HEX triplet: E1, 11 and 4D. RGB value is (225,17,77). Sum of RGB (Red+Green+Blue) = 225+17+77=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E1114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1114D is #1EEEB2. Grayscale: #565656. Windows color (decimal): -2027187 or 5050849. OLE color: 5050849.
HSL color Cylindrical-coordinate representation of color #E1114D: hue angle of 342.69º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1114D is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 77 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.12 |
| HSL | 342.69º | 0.86% | 0.47% | - |
| HSV(B) | 342.69º | 0.92% | 0.88% | - |
| XYZ | 32.59 | 16.94 | 8.57 | - |
| YUV | 86.03 | 122.91 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 77 | 0 | 0.92 | 0.66 | 0.12 | 342.69 | 0.86 | 0.47 |
| Hex | E1 | 11 | 4D | 0 | 5C | 42 | C | 157 | 56 | 2F |
| Octal | 341 | 21 | 115 | 0 | 134 | 102 | 14 | 527 | 126 | 57 |
| Binary | 11100001 | 10001 | 1001101 | 0 | 1011100 | 1000010 | 1100 | 101010111 | 1010110 | 101111 |
Color Harmonies of #E1114D
Complementary color
Monochromatic Colors of #E1114D
Black with #E1114D
Text Example
Text Example
White with #E1114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1114D; }
p { color: rgb(225,17,77); }
H1.HeaderClassName
{
color: #E1114D;
}
.AnyTagClassName
{
color: #E1114D;
}
</style>
background-color css
<style>
a { background-color: #E1114D; }
a { background-color: rgb(225,17,77); }
div.DivClassName
{
background-color: #E1114D;
}
.BgClassName
{
background-color: #E1114D;
}
</style>
border-color css
<style>
span { border-color: #E1114D; }
span { border-color: rgb(225,17,77); }
td.TdClassName
{
border-color: #E1114D;
}
.TagClassName
{
border-color: #E1114D;
}
</style>