Shades of Razzmatazz #E2094E
Tints of Razzmatazz #E2094E
RGB
CMYK
RGB Variations
Color information
#E2094E (or 0xE2094E) is known color: Razzmatazz. HEX triplet: E2, 09 and 4E. RGB value is (226,9,78). Sum of RGB (Red+Green+Blue) = 226+9+78=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E2094E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2094E is #1DF6B1. Grayscale: #515151. Windows color (decimal): -1963698 or 5114338. OLE color: 5114338.
HSL color Cylindrical-coordinate representation of color #E2094E: hue angle of 340.92º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2094E is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 78 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.11 |
| HSL | 340.92º | 0.92% | 0.46% | - |
| HSV(B) | 340.92º | 0.96% | 0.89% | - |
| XYZ | 32.84 | 16.91 | 8.74 | - |
| YUV | 81.75 | 125.89 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 78 | 0 | 0.96 | 0.65 | 0.11 | 340.92 | 0.92 | 0.46 |
| Hex | E2 | 9 | 4E | 0 | 60 | 41 | B | 155 | 5C | 2E |
| Octal | 342 | 11 | 116 | 0 | 140 | 101 | 13 | 525 | 134 | 56 |
| Binary | 11100010 | 1001 | 1001110 | 0 | 1100000 | 1000001 | 1011 | 101010101 | 1011100 | 101110 |
Color Harmonies of #E2094E
Complementary color
Monochromatic Colors of #E2094E
Black with #E2094E
Text Example
Text Example
White with #E2094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2094E; }
p { color: rgb(226,9,78); }
H1.HeaderClassName
{
color: #E2094E;
}
.AnyTagClassName
{
color: #E2094E;
}
</style>
background-color css
<style>
a { background-color: #E2094E; }
a { background-color: rgb(226,9,78); }
div.DivClassName
{
background-color: #E2094E;
}
.BgClassName
{
background-color: #E2094E;
}
</style>
border-color css
<style>
span { border-color: #E2094E; }
span { border-color: rgb(226,9,78); }
td.TdClassName
{
border-color: #E2094E;
}
.TagClassName
{
border-color: #E2094E;
}
</style>