Shades of Razzmatazz #E60F5E
Tints of Razzmatazz #E60F5E
RGB
CMYK
RGB Variations
Color information
#E60F5E (or 0xE60F5E) is known color: Razzmatazz. HEX triplet: E6, 0F and 5E. RGB value is (230,15,94). Sum of RGB (Red+Green+Blue) = 230+15+94=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60F5E is #19F0A1. Grayscale: #585858. Windows color (decimal): -1700002 or 6164454. OLE color: 6164454.
HSL color Cylindrical-coordinate representation of color #E60F5E: hue angle of 337.95º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E60F5E is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 94 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.10 |
| HSL | 337.95º | 0.88% | 0.48% | - |
| HSV(B) | 337.95º | 0.93% | 0.9% | - |
| XYZ | 34.82 | 17.97 | 12.22 | - |
| YUV | 88.29 | 131.23 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 94 | 0 | 0.93 | 0.59 | 0.10 | 337.95 | 0.88 | 0.48 |
| Hex | E6 | F | 5E | 0 | 5D | 3B | A | 152 | 58 | 30 |
| Octal | 346 | 17 | 136 | 0 | 135 | 73 | 12 | 522 | 130 | 60 |
| Binary | 11100110 | 1111 | 1011110 | 0 | 1011101 | 111011 | 1010 | 101010010 | 1011000 | 110000 |
Color Harmonies of #E60F5E
Complementary color
Monochromatic Colors of #E60F5E
Black with #E60F5E
Text Example
Text Example
White with #E60F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F5E; }
p { color: rgb(230,15,94); }
H1.HeaderClassName
{
color: #E60F5E;
}
.AnyTagClassName
{
color: #E60F5E;
}
</style>
background-color css
<style>
a { background-color: #E60F5E; }
a { background-color: rgb(230,15,94); }
div.DivClassName
{
background-color: #E60F5E;
}
.BgClassName
{
background-color: #E60F5E;
}
</style>
border-color css
<style>
span { border-color: #E60F5E; }
span { border-color: rgb(230,15,94); }
td.TdClassName
{
border-color: #E60F5E;
}
.TagClassName
{
border-color: #E60F5E;
}
</style>