Shades of Razzmatazz #E0094A
Tints of Razzmatazz #E0094A
RGB
CMYK
RGB Variations
Color information
#E0094A (or 0xE0094A) is known color: Razzmatazz. HEX triplet: E0, 09 and 4A. RGB value is (224,9,74). Sum of RGB (Red+Green+Blue) = 224+9+74=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E0094A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0094A is #1FF6B5. Grayscale: #505050. Windows color (decimal): -2094774 or 4852192. OLE color: 4852192.
HSL color Cylindrical-coordinate representation of color #E0094A: hue angle of 341.86º degrees, saturation: 0.92, 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 #E0094A is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 74 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.12 |
| HSL | 341.86º | 0.92% | 0.46% | - |
| HSV(B) | 341.86º | 0.96% | 0.88% | - |
| XYZ | 32.07 | 16.54 | 7.98 | - |
| YUV | 80.7 | 124.23 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 74 | 0 | 0.96 | 0.67 | 0.12 | 341.86 | 0.92 | 0.46 |
| Hex | E0 | 9 | 4A | 0 | 60 | 43 | C | 156 | 5C | 2E |
| Octal | 340 | 11 | 112 | 0 | 140 | 103 | 14 | 526 | 134 | 56 |
| Binary | 11100000 | 1001 | 1001010 | 0 | 1100000 | 1000011 | 1100 | 101010110 | 1011100 | 101110 |
Color Harmonies of #E0094A
Complementary color
Monochromatic Colors of #E0094A
Black with #E0094A
Text Example
Text Example
White with #E0094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0094A; }
p { color: rgb(224,9,74); }
H1.HeaderClassName
{
color: #E0094A;
}
.AnyTagClassName
{
color: #E0094A;
}
</style>
background-color css
<style>
a { background-color: #E0094A; }
a { background-color: rgb(224,9,74); }
div.DivClassName
{
background-color: #E0094A;
}
.BgClassName
{
background-color: #E0094A;
}
</style>
border-color css
<style>
span { border-color: #E0094A; }
span { border-color: rgb(224,9,74); }
td.TdClassName
{
border-color: #E0094A;
}
.TagClassName
{
border-color: #E0094A;
}
</style>