Shades of Razzmatazz #E5074B
Tints of Razzmatazz #E5074B
RGB
CMYK
RGB Variations
Color information
#E5074B (or 0xE5074B) is known color: Razzmatazz. HEX triplet: E5, 07 and 4B. RGB value is (229,7,75). Sum of RGB (Red+Green+Blue) = 229+7+75=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E5074B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5074B is #1AF8B4. Grayscale: #515151. Windows color (decimal): -1767605 or 4917221. OLE color: 4917221.
HSL color Cylindrical-coordinate representation of color #E5074B: hue angle of 341.62º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5074B is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 75 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.10 |
| HSL | 341.62º | 0.94% | 0.46% | - |
| HSV(B) | 341.62º | 0.97% | 0.9% | - |
| XYZ | 33.66 | 17.32 | 8.23 | - |
| YUV | 81.13 | 124.55 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 75 | 0 | 0.97 | 0.67 | 0.10 | 341.62 | 0.94 | 0.46 |
| Hex | E5 | 7 | 4B | 0 | 61 | 43 | A | 156 | 5E | 2E |
| Octal | 345 | 7 | 113 | 0 | 141 | 103 | 12 | 526 | 136 | 56 |
| Binary | 11100101 | 111 | 1001011 | 0 | 1100001 | 1000011 | 1010 | 101010110 | 1011110 | 101110 |
Color Harmonies of #E5074B
Complementary color
Monochromatic Colors of #E5074B
Black with #E5074B
Text Example
Text Example
White with #E5074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5074B; }
p { color: rgb(229,7,75); }
H1.HeaderClassName
{
color: #E5074B;
}
.AnyTagClassName
{
color: #E5074B;
}
</style>
background-color css
<style>
a { background-color: #E5074B; }
a { background-color: rgb(229,7,75); }
div.DivClassName
{
background-color: #E5074B;
}
.BgClassName
{
background-color: #E5074B;
}
</style>
border-color css
<style>
span { border-color: #E5074B; }
span { border-color: rgb(229,7,75); }
td.TdClassName
{
border-color: #E5074B;
}
.TagClassName
{
border-color: #E5074B;
}
</style>