Shades of Razzmatazz #E1074D
Tints of Razzmatazz #E1074D
RGB
CMYK
RGB Variations
Color information
#E1074D (or 0xE1074D) is known color: Razzmatazz. HEX triplet: E1, 07 and 4D. RGB value is (225,7,77). Sum of RGB (Red+Green+Blue) = 225+7+77=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E1074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1074D is #1EF8B2. Grayscale: #505050. Windows color (decimal): -2029747 or 5048289. OLE color: 5048289.
HSL color Cylindrical-coordinate representation of color #E1074D: hue angle of 340.73º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1074D is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 77 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.12 |
| HSL | 340.73º | 0.94% | 0.45% | - |
| HSV(B) | 340.73º | 0.97% | 0.88% | - |
| XYZ | 32.47 | 16.7 | 8.53 | - |
| YUV | 80.16 | 126.22 | 231.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 77 | 0 | 0.97 | 0.66 | 0.12 | 340.73 | 0.94 | 0.45 |
| Hex | E1 | 7 | 4D | 0 | 61 | 42 | C | 155 | 5E | 2D |
| Octal | 341 | 7 | 115 | 0 | 141 | 102 | 14 | 525 | 136 | 55 |
| Binary | 11100001 | 111 | 1001101 | 0 | 1100001 | 1000010 | 1100 | 101010101 | 1011110 | 101101 |
Color Harmonies of #E1074D
Complementary color
Monochromatic Colors of #E1074D
Black with #E1074D
Text Example
Text Example
White with #E1074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1074D; }
p { color: rgb(225,7,77); }
H1.HeaderClassName
{
color: #E1074D;
}
.AnyTagClassName
{
color: #E1074D;
}
</style>
background-color css
<style>
a { background-color: #E1074D; }
a { background-color: rgb(225,7,77); }
div.DivClassName
{
background-color: #E1074D;
}
.BgClassName
{
background-color: #E1074D;
}
</style>
border-color css
<style>
span { border-color: #E1074D; }
span { border-color: rgb(225,7,77); }
td.TdClassName
{
border-color: #E1074D;
}
.TagClassName
{
border-color: #E1074D;
}
</style>