Shades of Razzmatazz #E60C54
Tints of Razzmatazz #E60C54
RGB
CMYK
RGB Variations
Color information
#E60C54 (or 0xE60C54) is known color: Razzmatazz. HEX triplet: E6, 0C and 54. RGB value is (230,12,84). Sum of RGB (Red+Green+Blue) = 230+12+84=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60C54 is #19F3AB. Grayscale: #555555. Windows color (decimal): -1700780 or 5508326. OLE color: 5508326.
HSL color Cylindrical-coordinate representation of color #E60C54: hue angle of 340.18º 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 #E60C54 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 84 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.10 |
| HSL | 340.18º | 0.9% | 0.47% | - |
| HSV(B) | 340.18º | 0.95% | 0.9% | - |
| XYZ | 34.36 | 17.73 | 10 | - |
| YUV | 85.39 | 127.22 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 84 | 0 | 0.95 | 0.63 | 0.10 | 340.18 | 0.9 | 0.47 |
| Hex | E6 | C | 54 | 0 | 5F | 3F | A | 154 | 5A | 2F |
| Octal | 346 | 14 | 124 | 0 | 137 | 77 | 12 | 524 | 132 | 57 |
| Binary | 11100110 | 1100 | 1010100 | 0 | 1011111 | 111111 | 1010 | 101010100 | 1011010 | 101111 |
Color Harmonies of #E60C54
Complementary color
Monochromatic Colors of #E60C54
Black with #E60C54
Text Example
Text Example
White with #E60C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60C54; }
p { color: rgb(230,12,84); }
H1.HeaderClassName
{
color: #E60C54;
}
.AnyTagClassName
{
color: #E60C54;
}
</style>
background-color css
<style>
a { background-color: #E60C54; }
a { background-color: rgb(230,12,84); }
div.DivClassName
{
background-color: #E60C54;
}
.BgClassName
{
background-color: #E60C54;
}
</style>
border-color css
<style>
span { border-color: #E60C54; }
span { border-color: rgb(230,12,84); }
td.TdClassName
{
border-color: #E60C54;
}
.TagClassName
{
border-color: #E60C54;
}
</style>