Shades of Razzmatazz #E8004C
Tints of Razzmatazz #E8004C
RGB
CMYK
RGB Variations
Color information
#E8004C (or 0xE8004C) is known color: Razzmatazz. HEX triplet: E8, 00 and 4C. RGB value is (232,0,76). Sum of RGB (Red+Green+Blue) = 232+0+76=308 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.32% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 232 - color contains mainly: red. Hex color #E8004C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8004C is #17FFB3. Grayscale: #4D4D4D. Windows color (decimal): -1572788 or 4980968. OLE color: 4980968.
HSL color Cylindrical-coordinate representation of color #E8004C: hue angle of 340.34º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8004C is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.67 | 0.09 |
| HSL | 340.34º | 1% | 0.45% | - |
| HSV(B) | 340.34º | 1% | 0.91% | - |
| XYZ | 34.58 | 17.68 | 8.43 | - |
| YUV | 78.03 | 126.86 | 237.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 76 | 0 | 1 | 0.67 | 0.09 | 340.34 | 1 | 0.45 |
| Hex | E8 | 0 | 4C | 0 | 64 | 43 | 9 | 154 | 64 | 2D |
| Octal | 350 | 0 | 114 | 0 | 144 | 103 | 11 | 524 | 144 | 55 |
| Binary | 11101000 | 0 | 1001100 | 0 | 1100100 | 1000011 | 1001 | 101010100 | 1100100 | 101101 |
Color Harmonies of #E8004C
Complementary color
Monochromatic Colors of #E8004C
Black with #E8004C
Text Example
Text Example
White with #E8004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8004C; }
p { color: rgb(232,0,76); }
H1.HeaderClassName
{
color: #E8004C;
}
.AnyTagClassName
{
color: #E8004C;
}
</style>
background-color css
<style>
a { background-color: #E8004C; }
a { background-color: rgb(232,0,76); }
div.DivClassName
{
background-color: #E8004C;
}
.BgClassName
{
background-color: #E8004C;
}
</style>
border-color css
<style>
span { border-color: #E8004C; }
span { border-color: rgb(232,0,76); }
td.TdClassName
{
border-color: #E8004C;
}
.TagClassName
{
border-color: #E8004C;
}
</style>