Shades of Razzmatazz #E1044C
Tints of Razzmatazz #E1044C
RGB
CMYK
RGB Variations
Color information
#E1044C (or 0xE1044C) is known color: Razzmatazz. HEX triplet: E1, 04 and 4C. RGB value is (225,4,76). Sum of RGB (Red+Green+Blue) = 225+4+76=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E1044C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1044C is #1EFBB3. Grayscale: #4E4E4E. Windows color (decimal): -2030516 or 4981985. OLE color: 4981985.
HSL color Cylindrical-coordinate representation of color #E1044C: hue angle of 340.45º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1044C is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 76 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.12 |
| HSL | 340.45º | 0.97% | 0.45% | - |
| HSV(B) | 340.45º | 0.98% | 0.88% | - |
| XYZ | 32.4 | 16.62 | 8.34 | - |
| YUV | 78.29 | 126.72 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 76 | 0 | 0.98 | 0.66 | 0.12 | 340.45 | 0.97 | 0.45 |
| Hex | E1 | 4 | 4C | 0 | 62 | 42 | C | 154 | 61 | 2D |
| Octal | 341 | 4 | 114 | 0 | 142 | 102 | 14 | 524 | 141 | 55 |
| Binary | 11100001 | 100 | 1001100 | 0 | 1100010 | 1000010 | 1100 | 101010100 | 1100001 | 101101 |
Color Harmonies of #E1044C
Complementary color
Monochromatic Colors of #E1044C
Black with #E1044C
Text Example
Text Example
White with #E1044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1044C; }
p { color: rgb(225,4,76); }
H1.HeaderClassName
{
color: #E1044C;
}
.AnyTagClassName
{
color: #E1044C;
}
</style>
background-color css
<style>
a { background-color: #E1044C; }
a { background-color: rgb(225,4,76); }
div.DivClassName
{
background-color: #E1044C;
}
.BgClassName
{
background-color: #E1044C;
}
</style>
border-color css
<style>
span { border-color: #E1044C; }
span { border-color: rgb(225,4,76); }
td.TdClassName
{
border-color: #E1044C;
}
.TagClassName
{
border-color: #E1044C;
}
</style>