Shades of Razzmatazz #E7044B
Tints of Razzmatazz #E7044B
RGB
CMYK
RGB Variations
Color information
#E7044B (or 0xE7044B) is known color: Razzmatazz. HEX triplet: E7, 04 and 4B. RGB value is (231,4,75). Sum of RGB (Red+Green+Blue) = 231+4+75=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E7044B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7044B is #18FBB4. Grayscale: #4F4F4F. Windows color (decimal): -1637301 or 4916455. OLE color: 4916455.
HSL color Cylindrical-coordinate representation of color #E7044B: hue angle of 341.23º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7044B is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.09 |
| HSL | 341.23º | 0.97% | 0.46% | - |
| HSV(B) | 341.23º | 0.98% | 0.91% | - |
| XYZ | 34.27 | 17.58 | 8.24 | - |
| YUV | 79.97 | 125.21 | 235.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 75 | 0 | 0.98 | 0.68 | 0.09 | 341.23 | 0.97 | 0.46 |
| Hex | E7 | 4 | 4B | 0 | 62 | 44 | 9 | 155 | 61 | 2E |
| Octal | 347 | 4 | 113 | 0 | 142 | 104 | 11 | 525 | 141 | 56 |
| Binary | 11100111 | 100 | 1001011 | 0 | 1100010 | 1000100 | 1001 | 101010101 | 1100001 | 101110 |
Color Harmonies of #E7044B
Complementary color
Monochromatic Colors of #E7044B
Black with #E7044B
Text Example
Text Example
White with #E7044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7044B; }
p { color: rgb(231,4,75); }
H1.HeaderClassName
{
color: #E7044B;
}
.AnyTagClassName
{
color: #E7044B;
}
</style>
background-color css
<style>
a { background-color: #E7044B; }
a { background-color: rgb(231,4,75); }
div.DivClassName
{
background-color: #E7044B;
}
.BgClassName
{
background-color: #E7044B;
}
</style>
border-color css
<style>
span { border-color: #E7044B; }
span { border-color: rgb(231,4,75); }
td.TdClassName
{
border-color: #E7044B;
}
.TagClassName
{
border-color: #E7044B;
}
</style>