Shades of Razzmatazz #E60055
Tints of Razzmatazz #E60055
RGB
CMYK
RGB Variations
Color information
#E60055 (or 0xE60055) is known color: Razzmatazz. HEX triplet: E6, 00 and 55. RGB value is (230,0,85). Sum of RGB (Red+Green+Blue) = 230+0+85=315 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.02% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 230 - color contains mainly: red. Hex color #E60055 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60055 is #19FFAA. Grayscale: #4E4E4E. Windows color (decimal): -1703851 or 5570790. OLE color: 5570790.
HSL color Cylindrical-coordinate representation of color #E60055: hue angle of 337.83º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60055 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.63 | 0.10 |
| HSL | 337.83º | 1% | 0.45% | - |
| HSV(B) | 337.83º | 1% | 0.9% | - |
| XYZ | 34.27 | 17.48 | 10.16 | - |
| YUV | 78.46 | 131.7 | 236.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 85 | 0 | 1 | 0.63 | 0.10 | 337.83 | 1 | 0.45 |
| Hex | E6 | 0 | 55 | 0 | 64 | 3F | A | 152 | 64 | 2D |
| Octal | 346 | 0 | 125 | 0 | 144 | 77 | 12 | 522 | 144 | 55 |
| Binary | 11100110 | 0 | 1010101 | 0 | 1100100 | 111111 | 1010 | 101010010 | 1100100 | 101101 |
Color Harmonies of #E60055
Complementary color
Monochromatic Colors of #E60055
Black with #E60055
Text Example
Text Example
White with #E60055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60055; }
p { color: rgb(230,0,85); }
H1.HeaderClassName
{
color: #E60055;
}
.AnyTagClassName
{
color: #E60055;
}
</style>
background-color css
<style>
a { background-color: #E60055; }
a { background-color: rgb(230,0,85); }
div.DivClassName
{
background-color: #E60055;
}
.BgClassName
{
background-color: #E60055;
}
</style>
border-color css
<style>
span { border-color: #E60055; }
span { border-color: rgb(230,0,85); }
td.TdClassName
{
border-color: #E60055;
}
.TagClassName
{
border-color: #E60055;
}
</style>