Shades of Razzmatazz #E1104D
Tints of Razzmatazz #E1104D
RGB
CMYK
RGB Variations
Color information
#E1104D (or 0xE1104D) is known color: Razzmatazz. HEX triplet: E1, 10 and 4D. RGB value is (225,16,77). Sum of RGB (Red+Green+Blue) = 225+16+77=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E1104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1104D is #1EEFB2. Grayscale: #555555. Windows color (decimal): -2027443 or 5050593. OLE color: 5050593.
HSL color Cylindrical-coordinate representation of color #E1104D: hue angle of 342.49º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1104D is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 77 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.12 |
| HSL | 342.49º | 0.87% | 0.47% | - |
| HSV(B) | 342.49º | 0.93% | 0.88% | - |
| XYZ | 32.58 | 16.91 | 8.57 | - |
| YUV | 85.45 | 123.24 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 77 | 0 | 0.93 | 0.66 | 0.12 | 342.49 | 0.87 | 0.47 |
| Hex | E1 | 10 | 4D | 0 | 5D | 42 | C | 156 | 57 | 2F |
| Octal | 341 | 20 | 115 | 0 | 135 | 102 | 14 | 526 | 127 | 57 |
| Binary | 11100001 | 10000 | 1001101 | 0 | 1011101 | 1000010 | 1100 | 101010110 | 1010111 | 101111 |
Color Harmonies of #E1104D
Complementary color
Monochromatic Colors of #E1104D
Black with #E1104D
Text Example
Text Example
White with #E1104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1104D; }
p { color: rgb(225,16,77); }
H1.HeaderClassName
{
color: #E1104D;
}
.AnyTagClassName
{
color: #E1104D;
}
</style>
background-color css
<style>
a { background-color: #E1104D; }
a { background-color: rgb(225,16,77); }
div.DivClassName
{
background-color: #E1104D;
}
.BgClassName
{
background-color: #E1104D;
}
</style>
border-color css
<style>
span { border-color: #E1104D; }
span { border-color: rgb(225,16,77); }
td.TdClassName
{
border-color: #E1104D;
}
.TagClassName
{
border-color: #E1104D;
}
</style>