Shades of Razzmatazz #E5104C
Tints of Razzmatazz #E5104C
RGB
CMYK
RGB Variations
Color information
#E5104C (or 0xE5104C) is known color: Razzmatazz. HEX triplet: E5, 10 and 4C. RGB value is (229,16,76). Sum of RGB (Red+Green+Blue) = 229+16+76=321 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.34% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 229 - color contains mainly: red. Hex color #E5104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5104C is #1AEFB3. Grayscale: #565656. Windows color (decimal): -1765300 or 4985061. OLE color: 4985061.
HSL color Cylindrical-coordinate representation of color #E5104C: hue angle of 343.1º 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 #E5104C is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 76 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.10 |
| HSL | 343.1º | 0.87% | 0.48% | - |
| HSV(B) | 343.1º | 0.93% | 0.9% | - |
| XYZ | 33.8 | 17.55 | 8.44 | - |
| YUV | 86.53 | 122.07 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 76 | 0 | 0.93 | 0.67 | 0.10 | 343.1 | 0.87 | 0.48 |
| Hex | E5 | 10 | 4C | 0 | 5D | 43 | A | 157 | 57 | 30 |
| Octal | 345 | 20 | 114 | 0 | 135 | 103 | 12 | 527 | 127 | 60 |
| Binary | 11100101 | 10000 | 1001100 | 0 | 1011101 | 1000011 | 1010 | 101010111 | 1010111 | 110000 |
Color Harmonies of #E5104C
Complementary color
Monochromatic Colors of #E5104C
Black with #E5104C
Text Example
Text Example
White with #E5104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5104C; }
p { color: rgb(229,16,76); }
H1.HeaderClassName
{
color: #E5104C;
}
.AnyTagClassName
{
color: #E5104C;
}
</style>
background-color css
<style>
a { background-color: #E5104C; }
a { background-color: rgb(229,16,76); }
div.DivClassName
{
background-color: #E5104C;
}
.BgClassName
{
background-color: #E5104C;
}
</style>
border-color css
<style>
span { border-color: #E5104C; }
span { border-color: rgb(229,16,76); }
td.TdClassName
{
border-color: #E5104C;
}
.TagClassName
{
border-color: #E5104C;
}
</style>