Shades of Razzmatazz #E7045B
Tints of Razzmatazz #E7045B
RGB
CMYK
RGB Variations
Color information
#E7045B (or 0xE7045B) is known color: Razzmatazz. HEX triplet: E7, 04 and 5B. RGB value is (231,4,91). Sum of RGB (Red+Green+Blue) = 231+4+91=326 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.86% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 231 - color contains mainly: red. Hex color #E7045B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7045B is #18FBA4. Grayscale: #515151. Windows color (decimal): -1637285 or 5965031. OLE color: 5965031.
HSL color Cylindrical-coordinate representation of color #E7045B: hue angle of 337º 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 #E7045B is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.09 |
| HSL | 337º | 0.97% | 0.46% | - |
| HSV(B) | 337º | 0.98% | 0.91% | - |
| XYZ | 34.89 | 17.83 | 11.5 | - |
| YUV | 81.79 | 133.21 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 91 | 0 | 0.98 | 0.61 | 0.09 | 337 | 0.97 | 0.46 |
| Hex | E7 | 4 | 5B | 0 | 62 | 3D | 9 | 151 | 61 | 2E |
| Octal | 347 | 4 | 133 | 0 | 142 | 75 | 11 | 521 | 141 | 56 |
| Binary | 11100111 | 100 | 1011011 | 0 | 1100010 | 111101 | 1001 | 101010001 | 1100001 | 101110 |
Color Harmonies of #E7045B
Complementary color
Monochromatic Colors of #E7045B
Black with #E7045B
Text Example
Text Example
White with #E7045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7045B; }
p { color: rgb(231,4,91); }
H1.HeaderClassName
{
color: #E7045B;
}
.AnyTagClassName
{
color: #E7045B;
}
</style>
background-color css
<style>
a { background-color: #E7045B; }
a { background-color: rgb(231,4,91); }
div.DivClassName
{
background-color: #E7045B;
}
.BgClassName
{
background-color: #E7045B;
}
</style>
border-color css
<style>
span { border-color: #E7045B; }
span { border-color: rgb(231,4,91); }
td.TdClassName
{
border-color: #E7045B;
}
.TagClassName
{
border-color: #E7045B;
}
</style>