Shades of Razzmatazz #E00A61
Tints of Razzmatazz #E00A61
RGB
CMYK
RGB Variations
Color information
#E00A61 (or 0xE00A61) is known color: Razzmatazz. HEX triplet: E0, 0A and 61. RGB value is (224,10,97). Sum of RGB (Red+Green+Blue) = 224+10+97=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A61 is #1FF59E. Grayscale: #535353. Windows color (decimal): -2094495 or 6359776. OLE color: 6359776.
HSL color Cylindrical-coordinate representation of color #E00A61: hue angle of 335.61º 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 #E00A61 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 97 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.12 |
| HSL | 335.61º | 0.91% | 0.46% | - |
| HSV(B) | 335.61º | 0.96% | 0.88% | - |
| XYZ | 33.01 | 16.93 | 12.84 | - |
| YUV | 83.9 | 135.4 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 97 | 0 | 0.96 | 0.57 | 0.12 | 335.61 | 0.91 | 0.46 |
| Hex | E0 | A | 61 | 0 | 60 | 39 | C | 150 | 5B | 2E |
| Octal | 340 | 12 | 141 | 0 | 140 | 71 | 14 | 520 | 133 | 56 |
| Binary | 11100000 | 1010 | 1100001 | 0 | 1100000 | 111001 | 1100 | 101010000 | 1011011 | 101110 |
Color Harmonies of #E00A61
Complementary color
Monochromatic Colors of #E00A61
Black with #E00A61
Text Example
Text Example
White with #E00A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A61; }
p { color: rgb(224,10,97); }
H1.HeaderClassName
{
color: #E00A61;
}
.AnyTagClassName
{
color: #E00A61;
}
</style>
background-color css
<style>
a { background-color: #E00A61; }
a { background-color: rgb(224,10,97); }
div.DivClassName
{
background-color: #E00A61;
}
.BgClassName
{
background-color: #E00A61;
}
</style>
border-color css
<style>
span { border-color: #E00A61; }
span { border-color: rgb(224,10,97); }
td.TdClassName
{
border-color: #E00A61;
}
.TagClassName
{
border-color: #E00A61;
}
</style>