Shades of Razzmatazz #E60E5C
Tints of Razzmatazz #E60E5C
RGB
CMYK
RGB Variations
Color information
#E60E5C (or 0xE60E5C) is known color: Razzmatazz. HEX triplet: E6, 0E and 5C. RGB value is (230,14,92). Sum of RGB (Red+Green+Blue) = 230+14+92=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E60E5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60E5C is #19F1A3. Grayscale: #575757. Windows color (decimal): -1700260 or 6033126. OLE color: 6033126.
HSL color Cylindrical-coordinate representation of color #E60E5C: hue angle of 338.33º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60E5C is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 92 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.10 |
| HSL | 338.33º | 0.89% | 0.48% | - |
| HSV(B) | 338.33º | 0.94% | 0.9% | - |
| XYZ | 34.72 | 17.91 | 11.75 | - |
| YUV | 87.48 | 130.56 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 92 | 0 | 0.94 | 0.60 | 0.10 | 338.33 | 0.89 | 0.48 |
| Hex | E6 | E | 5C | 0 | 5E | 3C | A | 152 | 59 | 30 |
| Octal | 346 | 16 | 134 | 0 | 136 | 74 | 12 | 522 | 131 | 60 |
| Binary | 11100110 | 1110 | 1011100 | 0 | 1011110 | 111100 | 1010 | 101010010 | 1011001 | 110000 |
Color Harmonies of #E60E5C
Complementary color
Monochromatic Colors of #E60E5C
Black with #E60E5C
Text Example
Text Example
White with #E60E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60E5C; }
p { color: rgb(230,14,92); }
H1.HeaderClassName
{
color: #E60E5C;
}
.AnyTagClassName
{
color: #E60E5C;
}
</style>
background-color css
<style>
a { background-color: #E60E5C; }
a { background-color: rgb(230,14,92); }
div.DivClassName
{
background-color: #E60E5C;
}
.BgClassName
{
background-color: #E60E5C;
}
</style>
border-color css
<style>
span { border-color: #E60E5C; }
span { border-color: rgb(230,14,92); }
td.TdClassName
{
border-color: #E60E5C;
}
.TagClassName
{
border-color: #E60E5C;
}
</style>