Shades of Razzmatazz #E60658
Tints of Razzmatazz #E60658
RGB
CMYK
RGB Variations
Color information
#E60658 (or 0xE60658) is known color: Razzmatazz. HEX triplet: E6, 06 and 58. RGB value is (230,6,88). Sum of RGB (Red+Green+Blue) = 230+6+88=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E60658 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60658 is #19F9A7. Grayscale: #525252. Windows color (decimal): -1702312 or 5768934. OLE color: 5768934.
HSL color Cylindrical-coordinate representation of color #E60658: hue angle of 338.04º degrees, saturation: 0.95, 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 #E60658 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 88 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.10 |
| HSL | 338.04º | 0.95% | 0.46% | - |
| HSV(B) | 338.04º | 0.97% | 0.9% | - |
| XYZ | 34.46 | 17.66 | 10.82 | - |
| YUV | 82.32 | 131.21 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 88 | 0 | 0.97 | 0.62 | 0.10 | 338.04 | 0.95 | 0.46 |
| Hex | E6 | 6 | 58 | 0 | 61 | 3E | A | 152 | 5F | 2E |
| Octal | 346 | 6 | 130 | 0 | 141 | 76 | 12 | 522 | 137 | 56 |
| Binary | 11100110 | 110 | 1011000 | 0 | 1100001 | 111110 | 1010 | 101010010 | 1011111 | 101110 |
Color Harmonies of #E60658
Complementary color
Monochromatic Colors of #E60658
Black with #E60658
Text Example
Text Example
White with #E60658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60658; }
p { color: rgb(230,6,88); }
H1.HeaderClassName
{
color: #E60658;
}
.AnyTagClassName
{
color: #E60658;
}
</style>
background-color css
<style>
a { background-color: #E60658; }
a { background-color: rgb(230,6,88); }
div.DivClassName
{
background-color: #E60658;
}
.BgClassName
{
background-color: #E60658;
}
</style>
border-color css
<style>
span { border-color: #E60658; }
span { border-color: rgb(230,6,88); }
td.TdClassName
{
border-color: #E60658;
}
.TagClassName
{
border-color: #E60658;
}
</style>