Shades of Razzmatazz #E1044A
Tints of Razzmatazz #E1044A
RGB
CMYK
RGB Variations
Color information
#E1044A (or 0xE1044A) is known color: Razzmatazz. HEX triplet: E1, 04 and 4A. RGB value is (225,4,74). Sum of RGB (Red+Green+Blue) = 225+4+74=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E1044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1044A is #1EFBB5. Grayscale: #4E4E4E. Windows color (decimal): -2030518 or 4850913. OLE color: 4850913.
HSL color Cylindrical-coordinate representation of color #E1044A: hue angle of 341º 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 #E1044A is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 74 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.12 |
| HSL | 341º | 0.97% | 0.45% | - |
| HSV(B) | 341º | 0.98% | 0.88% | - |
| XYZ | 32.33 | 16.59 | 7.98 | - |
| YUV | 78.06 | 125.72 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 74 | 0 | 0.98 | 0.67 | 0.12 | 341 | 0.97 | 0.45 |
| Hex | E1 | 4 | 4A | 0 | 62 | 43 | C | 155 | 61 | 2D |
| Octal | 341 | 4 | 112 | 0 | 142 | 103 | 14 | 525 | 141 | 55 |
| Binary | 11100001 | 100 | 1001010 | 0 | 1100010 | 1000011 | 1100 | 101010101 | 1100001 | 101101 |
Color Harmonies of #E1044A
Complementary color
Monochromatic Colors of #E1044A
Black with #E1044A
Text Example
Text Example
White with #E1044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1044A; }
p { color: rgb(225,4,74); }
H1.HeaderClassName
{
color: #E1044A;
}
.AnyTagClassName
{
color: #E1044A;
}
</style>
background-color css
<style>
a { background-color: #E1044A; }
a { background-color: rgb(225,4,74); }
div.DivClassName
{
background-color: #E1044A;
}
.BgClassName
{
background-color: #E1044A;
}
</style>
border-color css
<style>
span { border-color: #E1044A; }
span { border-color: rgb(225,4,74); }
td.TdClassName
{
border-color: #E1044A;
}
.TagClassName
{
border-color: #E1044A;
}
</style>