Shades of Razzmatazz #E60C5C
Tints of Razzmatazz #E60C5C
RGB
CMYK
RGB Variations
Color information
#E60C5C (or 0xE60C5C) is known color: Razzmatazz. HEX triplet: E6, 0C and 5C. RGB value is (230,12,92). Sum of RGB (Red+Green+Blue) = 230+12+92=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60C5C is #19F3A3. Grayscale: #565656. Windows color (decimal): -1700772 or 6032614. OLE color: 6032614.
HSL color Cylindrical-coordinate representation of color #E60C5C: hue angle of 337.98º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60C5C is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 92 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.10 |
| HSL | 337.98º | 0.9% | 0.47% | - |
| HSV(B) | 337.98º | 0.95% | 0.9% | - |
| XYZ | 34.7 | 17.86 | 11.74 | - |
| YUV | 86.3 | 131.22 | 230.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 92 | 0 | 0.95 | 0.60 | 0.10 | 337.98 | 0.9 | 0.47 |
| Hex | E6 | C | 5C | 0 | 5F | 3C | A | 152 | 5A | 2F |
| Octal | 346 | 14 | 134 | 0 | 137 | 74 | 12 | 522 | 132 | 57 |
| Binary | 11100110 | 1100 | 1011100 | 0 | 1011111 | 111100 | 1010 | 101010010 | 1011010 | 101111 |
Color Harmonies of #E60C5C
Complementary color
Monochromatic Colors of #E60C5C
Black with #E60C5C
Text Example
Text Example
White with #E60C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60C5C; }
p { color: rgb(230,12,92); }
H1.HeaderClassName
{
color: #E60C5C;
}
.AnyTagClassName
{
color: #E60C5C;
}
</style>
background-color css
<style>
a { background-color: #E60C5C; }
a { background-color: rgb(230,12,92); }
div.DivClassName
{
background-color: #E60C5C;
}
.BgClassName
{
background-color: #E60C5C;
}
</style>
border-color css
<style>
span { border-color: #E60C5C; }
span { border-color: rgb(230,12,92); }
td.TdClassName
{
border-color: #E60C5C;
}
.TagClassName
{
border-color: #E60C5C;
}
</style>