Shades of Razzmatazz #E80655
Tints of Razzmatazz #E80655
RGB
CMYK
RGB Variations
Color information
#E80655 (or 0xE80655) is known color: Razzmatazz. HEX triplet: E8, 06 and 55. RGB value is (232,6,85). Sum of RGB (Red+Green+Blue) = 232+6+85=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E80655 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80655 is #17F9AA. Grayscale: #525252. Windows color (decimal): -1571243 or 5572328. OLE color: 5572328.
HSL color Cylindrical-coordinate representation of color #E80655: hue angle of 339.03º 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 #E80655 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 6 | 85 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.09 |
| HSL | 339.03º | 0.95% | 0.47% | - |
| HSV(B) | 339.03º | 0.97% | 0.91% | - |
| XYZ | 34.98 | 17.94 | 10.21 | - |
| YUV | 82.58 | 129.37 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 6 | 85 | 0 | 0.97 | 0.63 | 0.09 | 339.03 | 0.95 | 0.47 |
| Hex | E8 | 6 | 55 | 0 | 61 | 3F | 9 | 153 | 5F | 2F |
| Octal | 350 | 6 | 125 | 0 | 141 | 77 | 11 | 523 | 137 | 57 |
| Binary | 11101000 | 110 | 1010101 | 0 | 1100001 | 111111 | 1001 | 101010011 | 1011111 | 101111 |
Color Harmonies of #E80655
Complementary color
Monochromatic Colors of #E80655
Black with #E80655
Text Example
Text Example
White with #E80655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80655; }
p { color: rgb(232,6,85); }
H1.HeaderClassName
{
color: #E80655;
}
.AnyTagClassName
{
color: #E80655;
}
</style>
background-color css
<style>
a { background-color: #E80655; }
a { background-color: rgb(232,6,85); }
div.DivClassName
{
background-color: #E80655;
}
.BgClassName
{
background-color: #E80655;
}
</style>
border-color css
<style>
span { border-color: #E80655; }
span { border-color: rgb(232,6,85); }
td.TdClassName
{
border-color: #E80655;
}
.TagClassName
{
border-color: #E80655;
}
</style>