Shades of Razzmatazz #E60653
Tints of Razzmatazz #E60653
RGB
CMYK
RGB Variations
Color information
#E60653 (or 0xE60653) is known color: Razzmatazz. HEX triplet: E6, 06 and 53. RGB value is (230,6,83). Sum of RGB (Red+Green+Blue) = 230+6+83=319 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.10% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 230 - color contains mainly: red. Hex color #E60653 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60653 is #19F9AC. Grayscale: #515151. Windows color (decimal): -1702317 or 5441254. OLE color: 5441254.
HSL color Cylindrical-coordinate representation of color #E60653: hue angle of 339.38º 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 #E60653 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 83 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.10 |
| HSL | 339.38º | 0.95% | 0.46% | - |
| HSV(B) | 339.38º | 0.97% | 0.9% | - |
| XYZ | 34.26 | 17.58 | 9.77 | - |
| YUV | 81.75 | 128.71 | 233.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 83 | 0 | 0.97 | 0.64 | 0.10 | 339.38 | 0.95 | 0.46 |
| Hex | E6 | 6 | 53 | 0 | 61 | 40 | A | 153 | 5F | 2E |
| Octal | 346 | 6 | 123 | 0 | 141 | 100 | 12 | 523 | 137 | 56 |
| Binary | 11100110 | 110 | 1010011 | 0 | 1100001 | 1000000 | 1010 | 101010011 | 1011111 | 101110 |
Color Harmonies of #E60653
Complementary color
Monochromatic Colors of #E60653
Black with #E60653
Text Example
Text Example
White with #E60653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60653; }
p { color: rgb(230,6,83); }
H1.HeaderClassName
{
color: #E60653;
}
.AnyTagClassName
{
color: #E60653;
}
</style>
background-color css
<style>
a { background-color: #E60653; }
a { background-color: rgb(230,6,83); }
div.DivClassName
{
background-color: #E60653;
}
.BgClassName
{
background-color: #E60653;
}
</style>
border-color css
<style>
span { border-color: #E60653; }
span { border-color: rgb(230,6,83); }
td.TdClassName
{
border-color: #E60653;
}
.TagClassName
{
border-color: #E60653;
}
</style>