Shades of Razzmatazz #E60061
Tints of Razzmatazz #E60061
RGB
CMYK
RGB Variations
Color information
#E60061 (or 0xE60061) is known color: Razzmatazz. HEX triplet: E6, 00 and 61. RGB value is (230,0,97). Sum of RGB (Red+Green+Blue) = 230+0+97=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E60061 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60061 is #19FF9E. Grayscale: #4F4F4F. Windows color (decimal): -1703839 or 6357222. OLE color: 6357222.
HSL color Cylindrical-coordinate representation of color #E60061: hue angle of 334.7º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60061 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.58 | 0.10 |
| HSL | 334.7º | 1% | 0.45% | - |
| HSV(B) | 334.7º | 1% | 0.9% | - |
| XYZ | 34.79 | 17.69 | 12.89 | - |
| YUV | 79.83 | 137.7 | 235.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 97 | 0 | 1 | 0.58 | 0.10 | 334.7 | 1 | 0.45 |
| Hex | E6 | 0 | 61 | 0 | 64 | 3A | A | 14F | 64 | 2D |
| Octal | 346 | 0 | 141 | 0 | 144 | 72 | 12 | 517 | 144 | 55 |
| Binary | 11100110 | 0 | 1100001 | 0 | 1100100 | 111010 | 1010 | 101001111 | 1100100 | 101101 |
Color Harmonies of #E60061
Complementary color
Monochromatic Colors of #E60061
Black with #E60061
Text Example
Text Example
White with #E60061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60061; }
p { color: rgb(230,0,97); }
H1.HeaderClassName
{
color: #E60061;
}
.AnyTagClassName
{
color: #E60061;
}
</style>
background-color css
<style>
a { background-color: #E60061; }
a { background-color: rgb(230,0,97); }
div.DivClassName
{
background-color: #E60061;
}
.BgClassName
{
background-color: #E60061;
}
</style>
border-color css
<style>
span { border-color: #E60061; }
span { border-color: rgb(230,0,97); }
td.TdClassName
{
border-color: #E60061;
}
.TagClassName
{
border-color: #E60061;
}
</style>