Shades of Razzmatazz #E00659
Tints of Razzmatazz #E00659
RGB
CMYK
RGB Variations
Color information
#E00659 (or 0xE00659) is known color: Razzmatazz. HEX triplet: E0, 06 and 59. RGB value is (224,6,89). Sum of RGB (Red+Green+Blue) = 224+6+89=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E00659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00659 is #1FF9A6. Grayscale: #505050. Windows color (decimal): -2095527 or 5834464. OLE color: 5834464.
HSL color Cylindrical-coordinate representation of color #E00659: hue angle of 337.16º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00659 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 89 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.12 |
| HSL | 337.16º | 0.95% | 0.45% | - |
| HSV(B) | 337.16º | 0.97% | 0.88% | - |
| XYZ | 32.61 | 16.7 | 10.96 | - |
| YUV | 80.64 | 132.72 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 89 | 0 | 0.97 | 0.60 | 0.12 | 337.16 | 0.95 | 0.45 |
| Hex | E0 | 6 | 59 | 0 | 61 | 3C | C | 151 | 5F | 2D |
| Octal | 340 | 6 | 131 | 0 | 141 | 74 | 14 | 521 | 137 | 55 |
| Binary | 11100000 | 110 | 1011001 | 0 | 1100001 | 111100 | 1100 | 101010001 | 1011111 | 101101 |
Color Harmonies of #E00659
Complementary color
Monochromatic Colors of #E00659
Black with #E00659
Text Example
Text Example
White with #E00659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00659; }
p { color: rgb(224,6,89); }
H1.HeaderClassName
{
color: #E00659;
}
.AnyTagClassName
{
color: #E00659;
}
</style>
background-color css
<style>
a { background-color: #E00659; }
a { background-color: rgb(224,6,89); }
div.DivClassName
{
background-color: #E00659;
}
.BgClassName
{
background-color: #E00659;
}
</style>
border-color css
<style>
span { border-color: #E00659; }
span { border-color: rgb(224,6,89); }
td.TdClassName
{
border-color: #E00659;
}
.TagClassName
{
border-color: #E00659;
}
</style>