Shades of Razzmatazz #E00A55
Tints of Razzmatazz #E00A55
RGB
CMYK
RGB Variations
Color information
#E00A55 (or 0xE00A55) is known color: Razzmatazz. HEX triplet: E0, 0A and 55. RGB value is (224,10,85). Sum of RGB (Red+Green+Blue) = 224+10+85=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A55 is #1FF5AA. Grayscale: #525252. Windows color (decimal): -2094507 or 5573344. OLE color: 5573344.
HSL color Cylindrical-coordinate representation of color #E00A55: hue angle of 338.97º 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 #E00A55 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 85 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.12 |
| HSL | 338.97º | 0.91% | 0.46% | - |
| HSV(B) | 338.97º | 0.96% | 0.88% | - |
| XYZ | 32.49 | 16.72 | 10.11 | - |
| YUV | 82.54 | 129.4 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 85 | 0 | 0.96 | 0.62 | 0.12 | 338.97 | 0.91 | 0.46 |
| Hex | E0 | A | 55 | 0 | 60 | 3E | C | 153 | 5B | 2E |
| Octal | 340 | 12 | 125 | 0 | 140 | 76 | 14 | 523 | 133 | 56 |
| Binary | 11100000 | 1010 | 1010101 | 0 | 1100000 | 111110 | 1100 | 101010011 | 1011011 | 101110 |
Color Harmonies of #E00A55
Complementary color
Monochromatic Colors of #E00A55
Black with #E00A55
Text Example
Text Example
White with #E00A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A55; }
p { color: rgb(224,10,85); }
H1.HeaderClassName
{
color: #E00A55;
}
.AnyTagClassName
{
color: #E00A55;
}
</style>
background-color css
<style>
a { background-color: #E00A55; }
a { background-color: rgb(224,10,85); }
div.DivClassName
{
background-color: #E00A55;
}
.BgClassName
{
background-color: #E00A55;
}
</style>
border-color css
<style>
span { border-color: #E00A55; }
span { border-color: rgb(224,10,85); }
td.TdClassName
{
border-color: #E00A55;
}
.TagClassName
{
border-color: #E00A55;
}
</style>