Shades of Razzmatazz #E60761
Tints of Razzmatazz #E60761
RGB
CMYK
RGB Variations
Color information
#E60761 (or 0xE60761) is known color: Razzmatazz. HEX triplet: E6, 07 and 61. RGB value is (230,7,97). Sum of RGB (Red+Green+Blue) = 230+7+97=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E60761 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60761 is #19F89E. Grayscale: #535353. Windows color (decimal): -1702047 or 6359014. OLE color: 6359014.
HSL color Cylindrical-coordinate representation of color #E60761: hue angle of 335.78º 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 #E60761 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 97 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.10 |
| HSL | 335.78º | 0.94% | 0.46% | - |
| HSV(B) | 335.78º | 0.97% | 0.9% | - |
| XYZ | 34.87 | 17.84 | 12.91 | - |
| YUV | 83.94 | 135.38 | 232.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 97 | 0 | 0.97 | 0.58 | 0.10 | 335.78 | 0.94 | 0.46 |
| Hex | E6 | 7 | 61 | 0 | 61 | 3A | A | 150 | 5E | 2E |
| Octal | 346 | 7 | 141 | 0 | 141 | 72 | 12 | 520 | 136 | 56 |
| Binary | 11100110 | 111 | 1100001 | 0 | 1100001 | 111010 | 1010 | 101010000 | 1011110 | 101110 |
Color Harmonies of #E60761
Complementary color
Monochromatic Colors of #E60761
Black with #E60761
Text Example
Text Example
White with #E60761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60761; }
p { color: rgb(230,7,97); }
H1.HeaderClassName
{
color: #E60761;
}
.AnyTagClassName
{
color: #E60761;
}
</style>
background-color css
<style>
a { background-color: #E60761; }
a { background-color: rgb(230,7,97); }
div.DivClassName
{
background-color: #E60761;
}
.BgClassName
{
background-color: #E60761;
}
</style>
border-color css
<style>
span { border-color: #E60761; }
span { border-color: rgb(230,7,97); }
td.TdClassName
{
border-color: #E60761;
}
.TagClassName
{
border-color: #E60761;
}
</style>