Shades of Razzmatazz #E50655
Tints of Razzmatazz #E50655
RGB
CMYK
RGB Variations
Color information
#E50655 (or 0xE50655) is known color: Razzmatazz. HEX triplet: E5, 06 and 55. RGB value is (229,6,85). Sum of RGB (Red+Green+Blue) = 229+6+85=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E50655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50655 is #1AF9AA. Grayscale: #515151. Windows color (decimal): -1767851 or 5572325. OLE color: 5572325.
HSL color Cylindrical-coordinate representation of color #E50655: hue angle of 338.74º 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 #E50655 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 6 | 85 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.10 |
| HSL | 338.74º | 0.95% | 0.46% | - |
| HSV(B) | 338.74º | 0.97% | 0.9% | - |
| XYZ | 34.02 | 17.44 | 10.17 | - |
| YUV | 81.68 | 129.88 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 6 | 85 | 0 | 0.97 | 0.63 | 0.10 | 338.74 | 0.95 | 0.46 |
| Hex | E5 | 6 | 55 | 0 | 61 | 3F | A | 153 | 5F | 2E |
| Octal | 345 | 6 | 125 | 0 | 141 | 77 | 12 | 523 | 137 | 56 |
| Binary | 11100101 | 110 | 1010101 | 0 | 1100001 | 111111 | 1010 | 101010011 | 1011111 | 101110 |
Color Harmonies of #E50655
Complementary color
Monochromatic Colors of #E50655
Black with #E50655
Text Example
Text Example
White with #E50655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50655; }
p { color: rgb(229,6,85); }
H1.HeaderClassName
{
color: #E50655;
}
.AnyTagClassName
{
color: #E50655;
}
</style>
background-color css
<style>
a { background-color: #E50655; }
a { background-color: rgb(229,6,85); }
div.DivClassName
{
background-color: #E50655;
}
.BgClassName
{
background-color: #E50655;
}
</style>
border-color css
<style>
span { border-color: #E50655; }
span { border-color: rgb(229,6,85); }
td.TdClassName
{
border-color: #E50655;
}
.TagClassName
{
border-color: #E50655;
}
</style>