Shades of Razzmatazz #E60A54
Tints of Razzmatazz #E60A54
RGB
CMYK
RGB Variations
Color information
#E60A54 (or 0xE60A54) is known color: Razzmatazz. HEX triplet: E6, 0A and 54. RGB value is (230,10,84). Sum of RGB (Red+Green+Blue) = 230+10+84=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60A54 is #19F5AB. Grayscale: #545454. Windows color (decimal): -1701292 or 5507814. OLE color: 5507814.
HSL color Cylindrical-coordinate representation of color #E60A54: hue angle of 339.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60A54 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 84 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.10 |
| HSL | 339.82º | 0.92% | 0.47% | - |
| HSV(B) | 339.82º | 0.96% | 0.9% | - |
| XYZ | 34.34 | 17.68 | 9.99 | - |
| YUV | 84.22 | 127.89 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 84 | 0 | 0.96 | 0.63 | 0.10 | 339.82 | 0.92 | 0.47 |
| Hex | E6 | A | 54 | 0 | 60 | 3F | A | 154 | 5C | 2F |
| Octal | 346 | 12 | 124 | 0 | 140 | 77 | 12 | 524 | 134 | 57 |
| Binary | 11100110 | 1010 | 1010100 | 0 | 1100000 | 111111 | 1010 | 101010100 | 1011100 | 101111 |
Color Harmonies of #E60A54
Complementary color
Monochromatic Colors of #E60A54
Black with #E60A54
Text Example
Text Example
White with #E60A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60A54; }
p { color: rgb(230,10,84); }
H1.HeaderClassName
{
color: #E60A54;
}
.AnyTagClassName
{
color: #E60A54;
}
</style>
background-color css
<style>
a { background-color: #E60A54; }
a { background-color: rgb(230,10,84); }
div.DivClassName
{
background-color: #E60A54;
}
.BgClassName
{
background-color: #E60A54;
}
</style>
border-color css
<style>
span { border-color: #E60A54; }
span { border-color: rgb(230,10,84); }
td.TdClassName
{
border-color: #E60A54;
}
.TagClassName
{
border-color: #E60A54;
}
</style>