Shades of Razzmatazz #E00A56
Tints of Razzmatazz #E00A56
RGB
CMYK
RGB Variations
Color information
#E00A56 (or 0xE00A56) is known color: Razzmatazz. HEX triplet: E0, 0A and 56. RGB value is (224,10,86). Sum of RGB (Red+Green+Blue) = 224+10+86=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A56 is #1FF5A9. Grayscale: #525252. Windows color (decimal): -2094506 or 5638880. OLE color: 5638880.
HSL color Cylindrical-coordinate representation of color #E00A56: hue angle of 338.69º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00A56 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 86 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.12 |
| HSL | 338.69º | 0.91% | 0.46% | - |
| HSV(B) | 338.69º | 0.96% | 0.88% | - |
| XYZ | 32.53 | 16.74 | 10.32 | - |
| YUV | 82.65 | 129.9 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 86 | 0 | 0.96 | 0.62 | 0.12 | 338.69 | 0.91 | 0.46 |
| Hex | E0 | A | 56 | 0 | 60 | 3E | C | 153 | 5B | 2E |
| Octal | 340 | 12 | 126 | 0 | 140 | 76 | 14 | 523 | 133 | 56 |
| Binary | 11100000 | 1010 | 1010110 | 0 | 1100000 | 111110 | 1100 | 101010011 | 1011011 | 101110 |
Color Harmonies of #E00A56
Complementary color
Monochromatic Colors of #E00A56
Black with #E00A56
Text Example
Text Example
White with #E00A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A56; }
p { color: rgb(224,10,86); }
H1.HeaderClassName
{
color: #E00A56;
}
.AnyTagClassName
{
color: #E00A56;
}
</style>
background-color css
<style>
a { background-color: #E00A56; }
a { background-color: rgb(224,10,86); }
div.DivClassName
{
background-color: #E00A56;
}
.BgClassName
{
background-color: #E00A56;
}
</style>
border-color css
<style>
span { border-color: #E00A56; }
span { border-color: rgb(224,10,86); }
td.TdClassName
{
border-color: #E00A56;
}
.TagClassName
{
border-color: #E00A56;
}
</style>