Shades of Razzmatazz #E1074B
Tints of Razzmatazz #E1074B
RGB
CMYK
RGB Variations
Color information
#E1074B (or 0xE1074B) is known color: Razzmatazz. HEX triplet: E1, 07 and 4B. RGB value is (225,7,75). Sum of RGB (Red+Green+Blue) = 225+7+75=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E1074B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1074B is #1EF8B4. Grayscale: #4F4F4F. Windows color (decimal): -2029749 or 4917217. OLE color: 4917217.
HSL color Cylindrical-coordinate representation of color #E1074B: hue angle of 341.28º 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 #E1074B is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 75 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.12 |
| HSL | 341.28º | 0.94% | 0.45% | - |
| HSV(B) | 341.28º | 0.97% | 0.88% | - |
| XYZ | 32.4 | 16.67 | 8.17 | - |
| YUV | 79.93 | 125.22 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 75 | 0 | 0.97 | 0.67 | 0.12 | 341.28 | 0.94 | 0.45 |
| Hex | E1 | 7 | 4B | 0 | 61 | 43 | C | 155 | 5E | 2D |
| Octal | 341 | 7 | 113 | 0 | 141 | 103 | 14 | 525 | 136 | 55 |
| Binary | 11100001 | 111 | 1001011 | 0 | 1100001 | 1000011 | 1100 | 101010101 | 1011110 | 101101 |
Color Harmonies of #E1074B
Complementary color
Monochromatic Colors of #E1074B
Black with #E1074B
Text Example
Text Example
White with #E1074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1074B; }
p { color: rgb(225,7,75); }
H1.HeaderClassName
{
color: #E1074B;
}
.AnyTagClassName
{
color: #E1074B;
}
</style>
background-color css
<style>
a { background-color: #E1074B; }
a { background-color: rgb(225,7,75); }
div.DivClassName
{
background-color: #E1074B;
}
.BgClassName
{
background-color: #E1074B;
}
</style>
border-color css
<style>
span { border-color: #E1074B; }
span { border-color: rgb(225,7,75); }
td.TdClassName
{
border-color: #E1074B;
}
.TagClassName
{
border-color: #E1074B;
}
</style>