Shades of Razzmatazz #E8134C
Tints of Razzmatazz #E8134C
RGB
CMYK
RGB Variations
Color information
#E8134C (or 0xE8134C) is known color: Razzmatazz. HEX triplet: E8, 13 and 4C. RGB value is (232,19,76). Sum of RGB (Red+Green+Blue) = 232+19+76=327 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.95% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 232 - color contains mainly: red. Hex color #E8134C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8134C is #17ECB3. Grayscale: #595959. Windows color (decimal): -1567924 or 4985832. OLE color: 4985832.
HSL color Cylindrical-coordinate representation of color #E8134C: hue angle of 343.94º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8134C is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 76 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.09 |
| HSL | 343.94º | 0.85% | 0.49% | - |
| HSV(B) | 343.94º | 0.92% | 0.91% | - |
| XYZ | 34.82 | 18.14 | 8.5 | - |
| YUV | 89.19 | 120.57 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 76 | 0 | 0.92 | 0.67 | 0.09 | 343.94 | 0.85 | 0.49 |
| Hex | E8 | 13 | 4C | 0 | 5C | 43 | 9 | 158 | 55 | 31 |
| Octal | 350 | 23 | 114 | 0 | 134 | 103 | 11 | 530 | 125 | 61 |
| Binary | 11101000 | 10011 | 1001100 | 0 | 1011100 | 1000011 | 1001 | 101011000 | 1010101 | 110001 |
Color Harmonies of #E8134C
Complementary color
Monochromatic Colors of #E8134C
Black with #E8134C
Text Example
Text Example
White with #E8134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8134C; }
p { color: rgb(232,19,76); }
H1.HeaderClassName
{
color: #E8134C;
}
.AnyTagClassName
{
color: #E8134C;
}
</style>
background-color css
<style>
a { background-color: #E8134C; }
a { background-color: rgb(232,19,76); }
div.DivClassName
{
background-color: #E8134C;
}
.BgClassName
{
background-color: #E8134C;
}
</style>
border-color css
<style>
span { border-color: #E8134C; }
span { border-color: rgb(232,19,76); }
td.TdClassName
{
border-color: #E8134C;
}
.TagClassName
{
border-color: #E8134C;
}
</style>