Shades of Razzmatazz #E60161
Tints of Razzmatazz #E60161
RGB
CMYK
RGB Variations
Color information
#E60161 (or 0xE60161) is known color: Razzmatazz. HEX triplet: E6, 01 and 61. RGB value is (230,1,97). Sum of RGB (Red+Green+Blue) = 230+1+97=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E60161 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60161 is #19FE9E. Grayscale: #505050. Windows color (decimal): -1703583 or 6357478. OLE color: 6357478.
HSL color Cylindrical-coordinate representation of color #E60161: hue angle of 334.85º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60161 is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 97 | - |
| CMYK | 0 | 1.00 | 0.58 | 0.10 |
| HSL | 334.85º | 0.99% | 0.45% | - |
| HSV(B) | 334.85º | 1% | 0.9% | - |
| XYZ | 34.8 | 17.71 | 12.89 | - |
| YUV | 80.42 | 137.37 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 97 | 0 | 1.00 | 0.58 | 0.10 | 334.85 | 0.99 | 0.45 |
| Hex | E6 | 1 | 61 | 0 | 64 | 3A | A | 14F | 63 | 2D |
| Octal | 346 | 1 | 141 | 0 | 144 | 72 | 12 | 517 | 143 | 55 |
| Binary | 11100110 | 1 | 1100001 | 0 | 1100100 | 111010 | 1010 | 101001111 | 1100011 | 101101 |
Color Harmonies of #E60161
Complementary color
Monochromatic Colors of #E60161
Black with #E60161
Text Example
Text Example
White with #E60161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60161; }
p { color: rgb(230,1,97); }
H1.HeaderClassName
{
color: #E60161;
}
.AnyTagClassName
{
color: #E60161;
}
</style>
background-color css
<style>
a { background-color: #E60161; }
a { background-color: rgb(230,1,97); }
div.DivClassName
{
background-color: #E60161;
}
.BgClassName
{
background-color: #E60161;
}
</style>
border-color css
<style>
span { border-color: #E60161; }
span { border-color: rgb(230,1,97); }
td.TdClassName
{
border-color: #E60161;
}
.TagClassName
{
border-color: #E60161;
}
</style>