Shades of Razzmatazz #E5104D
Tints of Razzmatazz #E5104D
RGB
CMYK
RGB Variations
Color information
#E5104D (or 0xE5104D) is known color: Razzmatazz. HEX triplet: E5, 10 and 4D. RGB value is (229,16,77). Sum of RGB (Red+Green+Blue) = 229+16+77=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E5104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5104D is #1AEFB2. Grayscale: #565656. Windows color (decimal): -1765299 or 5050597. OLE color: 5050597.
HSL color Cylindrical-coordinate representation of color #E5104D: hue angle of 342.82º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5104D is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 77 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.10 |
| HSL | 342.82º | 0.87% | 0.48% | - |
| HSV(B) | 342.82º | 0.93% | 0.9% | - |
| XYZ | 33.84 | 17.56 | 8.63 | - |
| YUV | 86.64 | 122.57 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 77 | 0 | 0.93 | 0.66 | 0.10 | 342.82 | 0.87 | 0.48 |
| Hex | E5 | 10 | 4D | 0 | 5D | 42 | A | 157 | 57 | 30 |
| Octal | 345 | 20 | 115 | 0 | 135 | 102 | 12 | 527 | 127 | 60 |
| Binary | 11100101 | 10000 | 1001101 | 0 | 1011101 | 1000010 | 1010 | 101010111 | 1010111 | 110000 |
Color Harmonies of #E5104D
Complementary color
Monochromatic Colors of #E5104D
Black with #E5104D
Text Example
Text Example
White with #E5104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5104D; }
p { color: rgb(229,16,77); }
H1.HeaderClassName
{
color: #E5104D;
}
.AnyTagClassName
{
color: #E5104D;
}
</style>
background-color css
<style>
a { background-color: #E5104D; }
a { background-color: rgb(229,16,77); }
div.DivClassName
{
background-color: #E5104D;
}
.BgClassName
{
background-color: #E5104D;
}
</style>
border-color css
<style>
span { border-color: #E5104D; }
span { border-color: rgb(229,16,77); }
td.TdClassName
{
border-color: #E5104D;
}
.TagClassName
{
border-color: #E5104D;
}
</style>