Shades of Razzmatazz #E60755
Tints of Razzmatazz #E60755
RGB
CMYK
RGB Variations
Color information
#E60755 (or 0xE60755) is known color: Razzmatazz. HEX triplet: E6, 07 and 55. RGB value is (230,7,85). Sum of RGB (Red+Green+Blue) = 230+7+85=322 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.43% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 230 - color contains mainly: red. Hex color #E60755 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60755 is #19F8AA. Grayscale: #525252. Windows color (decimal): -1702059 or 5572582. OLE color: 5572582.
HSL color Cylindrical-coordinate representation of color #E60755: hue angle of 339.01º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60755 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 85 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.10 |
| HSL | 339.01º | 0.94% | 0.46% | - |
| HSV(B) | 339.01º | 0.97% | 0.9% | - |
| XYZ | 34.35 | 17.63 | 10.19 | - |
| YUV | 82.57 | 129.38 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 85 | 0 | 0.97 | 0.63 | 0.10 | 339.01 | 0.94 | 0.46 |
| Hex | E6 | 7 | 55 | 0 | 61 | 3F | A | 153 | 5E | 2E |
| Octal | 346 | 7 | 125 | 0 | 141 | 77 | 12 | 523 | 136 | 56 |
| Binary | 11100110 | 111 | 1010101 | 0 | 1100001 | 111111 | 1010 | 101010011 | 1011110 | 101110 |
Color Harmonies of #E60755
Complementary color
Monochromatic Colors of #E60755
Black with #E60755
Text Example
Text Example
White with #E60755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60755; }
p { color: rgb(230,7,85); }
H1.HeaderClassName
{
color: #E60755;
}
.AnyTagClassName
{
color: #E60755;
}
</style>
background-color css
<style>
a { background-color: #E60755; }
a { background-color: rgb(230,7,85); }
div.DivClassName
{
background-color: #E60755;
}
.BgClassName
{
background-color: #E60755;
}
</style>
border-color css
<style>
span { border-color: #E60755; }
span { border-color: rgb(230,7,85); }
td.TdClassName
{
border-color: #E60755;
}
.TagClassName
{
border-color: #E60755;
}
</style>