Shades of Razzmatazz #E1004C
Tints of Razzmatazz #E1004C
RGB
CMYK
RGB Variations
Color information
#E1004C (or 0xE1004C) is known color: Razzmatazz. HEX triplet: E1, 00 and 4C. RGB value is (225,0,76). Sum of RGB (Red+Green+Blue) = 225+0+76=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E1004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1004C is #1EFFB3. Grayscale: #4B4B4B. Windows color (decimal): -2031540 or 4980961. OLE color: 4980961.
HSL color Cylindrical-coordinate representation of color #E1004C: hue angle of 339.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1004C is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.66 | 0.12 |
| HSL | 339.73º | 1% | 0.44% | - |
| HSV(B) | 339.73º | 1% | 0.88% | - |
| XYZ | 32.36 | 16.53 | 8.32 | - |
| YUV | 75.94 | 128.04 | 234.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 76 | 0 | 1 | 0.66 | 0.12 | 339.73 | 1 | 0.44 |
| Hex | E1 | 0 | 4C | 0 | 64 | 42 | C | 154 | 64 | 2C |
| Octal | 341 | 0 | 114 | 0 | 144 | 102 | 14 | 524 | 144 | 54 |
| Binary | 11100001 | 0 | 1001100 | 0 | 1100100 | 1000010 | 1100 | 101010100 | 1100100 | 101100 |
Color Harmonies of #E1004C
Complementary color
Monochromatic Colors of #E1004C
Black with #E1004C
Text Example
Text Example
White with #E1004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1004C; }
p { color: rgb(225,0,76); }
H1.HeaderClassName
{
color: #E1004C;
}
.AnyTagClassName
{
color: #E1004C;
}
</style>
background-color css
<style>
a { background-color: #E1004C; }
a { background-color: rgb(225,0,76); }
div.DivClassName
{
background-color: #E1004C;
}
.BgClassName
{
background-color: #E1004C;
}
</style>
border-color css
<style>
span { border-color: #E1004C; }
span { border-color: rgb(225,0,76); }
td.TdClassName
{
border-color: #E1004C;
}
.TagClassName
{
border-color: #E1004C;
}
</style>