Shades of Razzmatazz #E60D51
Tints of Razzmatazz #E60D51
RGB
CMYK
RGB Variations
Color information
#E60D51 (or 0xE60D51) is known color: Razzmatazz. HEX triplet: E6, 0D and 51. RGB value is (230,13,81). Sum of RGB (Red+Green+Blue) = 230+13+81=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60D51 is #19F2AE. Grayscale: #555555. Windows color (decimal): -1700527 or 5311974. OLE color: 5311974.
HSL color Cylindrical-coordinate representation of color #E60D51: hue angle of 341.2º 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 #E60D51 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 81 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.10 |
| HSL | 341.2º | 0.89% | 0.48% | - |
| HSV(B) | 341.2º | 0.94% | 0.9% | - |
| XYZ | 34.26 | 17.7 | 9.4 | - |
| YUV | 85.64 | 125.39 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 81 | 0 | 0.94 | 0.65 | 0.10 | 341.2 | 0.89 | 0.48 |
| Hex | E6 | D | 51 | 0 | 5E | 41 | A | 155 | 59 | 30 |
| Octal | 346 | 15 | 121 | 0 | 136 | 101 | 12 | 525 | 131 | 60 |
| Binary | 11100110 | 1101 | 1010001 | 0 | 1011110 | 1000001 | 1010 | 101010101 | 1011001 | 110000 |
Color Harmonies of #E60D51
Complementary color
Monochromatic Colors of #E60D51
Black with #E60D51
Text Example
Text Example
White with #E60D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D51; }
p { color: rgb(230,13,81); }
H1.HeaderClassName
{
color: #E60D51;
}
.AnyTagClassName
{
color: #E60D51;
}
</style>
background-color css
<style>
a { background-color: #E60D51; }
a { background-color: rgb(230,13,81); }
div.DivClassName
{
background-color: #E60D51;
}
.BgClassName
{
background-color: #E60D51;
}
</style>
border-color css
<style>
span { border-color: #E60D51; }
span { border-color: rgb(230,13,81); }
td.TdClassName
{
border-color: #E60D51;
}
.TagClassName
{
border-color: #E60D51;
}
</style>