Shades of Razzmatazz #E80649
Tints of Razzmatazz #E80649
RGB
CMYK
RGB Variations
Color information
#E80649 (or 0xE80649) is known color: Razzmatazz. HEX triplet: E8, 06 and 49. RGB value is (232,6,73). Sum of RGB (Red+Green+Blue) = 232+6+73=311 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.60% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 232 - color contains mainly: red. Hex color #E80649 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80649 is #17F9B6. Grayscale: #515151. Windows color (decimal): -1571255 or 4785896. OLE color: 4785896.
HSL color Cylindrical-coordinate representation of color #E80649: hue angle of 342.21º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E80649 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 6 | 73 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.09 |
| HSL | 342.21º | 0.95% | 0.47% | - |
| HSV(B) | 342.21º | 0.97% | 0.91% | - |
| XYZ | 34.55 | 17.77 | 7.91 | - |
| YUV | 81.21 | 123.37 | 235.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 6 | 73 | 0 | 0.97 | 0.69 | 0.09 | 342.21 | 0.95 | 0.47 |
| Hex | E8 | 6 | 49 | 0 | 61 | 45 | 9 | 156 | 5F | 2F |
| Octal | 350 | 6 | 111 | 0 | 141 | 105 | 11 | 526 | 137 | 57 |
| Binary | 11101000 | 110 | 1001001 | 0 | 1100001 | 1000101 | 1001 | 101010110 | 1011111 | 101111 |
Color Harmonies of #E80649
Complementary color
Monochromatic Colors of #E80649
Black with #E80649
Text Example
Text Example
White with #E80649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80649; }
p { color: rgb(232,6,73); }
H1.HeaderClassName
{
color: #E80649;
}
.AnyTagClassName
{
color: #E80649;
}
</style>
background-color css
<style>
a { background-color: #E80649; }
a { background-color: rgb(232,6,73); }
div.DivClassName
{
background-color: #E80649;
}
.BgClassName
{
background-color: #E80649;
}
</style>
border-color css
<style>
span { border-color: #E80649; }
span { border-color: rgb(232,6,73); }
td.TdClassName
{
border-color: #E80649;
}
.TagClassName
{
border-color: #E80649;
}
</style>