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