Shades of Razzmatazz #E8124C
Tints of Razzmatazz #E8124C
RGB
CMYK
RGB Variations
Color information
#E8124C (or 0xE8124C) is known color: Razzmatazz. HEX triplet: E8, 12 and 4C. RGB value is (232,18,76). Sum of RGB (Red+Green+Blue) = 232+18+76=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E8124C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8124C is #17EDB3. Grayscale: #585858. Windows color (decimal): -1568180 or 4985576. OLE color: 4985576.
HSL color Cylindrical-coordinate representation of color #E8124C: hue angle of 343.74º degrees, saturation: 0.86, 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 #E8124C is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 76 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.09 |
| HSL | 343.74º | 0.86% | 0.49% | - |
| HSV(B) | 343.74º | 0.92% | 0.91% | - |
| XYZ | 34.8 | 18.11 | 8.5 | - |
| YUV | 88.6 | 120.9 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 76 | 0 | 0.92 | 0.67 | 0.09 | 343.74 | 0.86 | 0.49 |
| Hex | E8 | 12 | 4C | 0 | 5C | 43 | 9 | 158 | 56 | 31 |
| Octal | 350 | 22 | 114 | 0 | 134 | 103 | 11 | 530 | 126 | 61 |
| Binary | 11101000 | 10010 | 1001100 | 0 | 1011100 | 1000011 | 1001 | 101011000 | 1010110 | 110001 |
Color Harmonies of #E8124C
Complementary color
Monochromatic Colors of #E8124C
Black with #E8124C
Text Example
Text Example
White with #E8124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8124C; }
p { color: rgb(232,18,76); }
H1.HeaderClassName
{
color: #E8124C;
}
.AnyTagClassName
{
color: #E8124C;
}
</style>
background-color css
<style>
a { background-color: #E8124C; }
a { background-color: rgb(232,18,76); }
div.DivClassName
{
background-color: #E8124C;
}
.BgClassName
{
background-color: #E8124C;
}
</style>
border-color css
<style>
span { border-color: #E8124C; }
span { border-color: rgb(232,18,76); }
td.TdClassName
{
border-color: #E8124C;
}
.TagClassName
{
border-color: #E8124C;
}
</style>