Shades of Razzmatazz #E60549
Tints of Razzmatazz #E60549
RGB
CMYK
RGB Variations
Color information
#E60549 (or 0xE60549) is known color: Razzmatazz. HEX triplet: E6, 05 and 49. RGB value is (230,5,73). Sum of RGB (Red+Green+Blue) = 230+5+73=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E60549 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60549 is #19FAB6. Grayscale: #4F4F4F. Windows color (decimal): -1702583 or 4785638. OLE color: 4785638.
HSL color Cylindrical-coordinate representation of color #E60549: hue angle of 341.87º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60549 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 73 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.10 |
| HSL | 341.87º | 0.96% | 0.46% | - |
| HSV(B) | 341.87º | 0.98% | 0.9% | - |
| XYZ | 33.89 | 17.41 | 7.88 | - |
| YUV | 80.03 | 124.04 | 234.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 73 | 0 | 0.98 | 0.68 | 0.10 | 341.87 | 0.96 | 0.46 |
| Hex | E6 | 5 | 49 | 0 | 62 | 44 | A | 156 | 60 | 2E |
| Octal | 346 | 5 | 111 | 0 | 142 | 104 | 12 | 526 | 140 | 56 |
| Binary | 11100110 | 101 | 1001001 | 0 | 1100010 | 1000100 | 1010 | 101010110 | 1100000 | 101110 |
Color Harmonies of #E60549
Complementary color
Monochromatic Colors of #E60549
Black with #E60549
Text Example
Text Example
White with #E60549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60549; }
p { color: rgb(230,5,73); }
H1.HeaderClassName
{
color: #E60549;
}
.AnyTagClassName
{
color: #E60549;
}
</style>
background-color css
<style>
a { background-color: #E60549; }
a { background-color: rgb(230,5,73); }
div.DivClassName
{
background-color: #E60549;
}
.BgClassName
{
background-color: #E60549;
}
</style>
border-color css
<style>
span { border-color: #E60549; }
span { border-color: rgb(230,5,73); }
td.TdClassName
{
border-color: #E60549;
}
.TagClassName
{
border-color: #E60549;
}
</style>