Shades of Razzmatazz #E80A5E
Tints of Razzmatazz #E80A5E
RGB
CMYK
RGB Variations
Color information
#E80A5E (or 0xE80A5E) is known color: Razzmatazz. HEX triplet: E8, 0A and 5E. RGB value is (232,10,94). Sum of RGB (Red+Green+Blue) = 232+10+94=336 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.05% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80A5E is #17F5A1. Grayscale: #555555. Windows color (decimal): -1570210 or 6163176. OLE color: 6163176.
HSL color Cylindrical-coordinate representation of color #E80A5E: hue angle of 337.3º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80A5E is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 10 | 94 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.09 |
| HSL | 337.3º | 0.92% | 0.47% | - |
| HSV(B) | 337.3º | 0.96% | 0.91% | - |
| XYZ | 35.41 | 18.18 | 12.23 | - |
| YUV | 85.95 | 132.55 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 94 | 0 | 0.96 | 0.59 | 0.09 | 337.3 | 0.92 | 0.47 |
| Hex | E8 | A | 5E | 0 | 60 | 3B | 9 | 151 | 5C | 2F |
| Octal | 350 | 12 | 136 | 0 | 140 | 73 | 11 | 521 | 134 | 57 |
| Binary | 11101000 | 1010 | 1011110 | 0 | 1100000 | 111011 | 1001 | 101010001 | 1011100 | 101111 |
Color Harmonies of #E80A5E
Complementary color
Monochromatic Colors of #E80A5E
Black with #E80A5E
Text Example
Text Example
White with #E80A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80A5E; }
p { color: rgb(232,10,94); }
H1.HeaderClassName
{
color: #E80A5E;
}
.AnyTagClassName
{
color: #E80A5E;
}
</style>
background-color css
<style>
a { background-color: #E80A5E; }
a { background-color: rgb(232,10,94); }
div.DivClassName
{
background-color: #E80A5E;
}
.BgClassName
{
background-color: #E80A5E;
}
</style>
border-color css
<style>
span { border-color: #E80A5E; }
span { border-color: rgb(232,10,94); }
td.TdClassName
{
border-color: #E80A5E;
}
.TagClassName
{
border-color: #E80A5E;
}
</style>