Shades of Razzmatazz #E2094D
Tints of Razzmatazz #E2094D
RGB
CMYK
RGB Variations
Color information
#E2094D (or 0xE2094D) is known color: Razzmatazz. HEX triplet: E2, 09 and 4D. RGB value is (226,9,77). Sum of RGB (Red+Green+Blue) = 226+9+77=312 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.44% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 226 - color contains mainly: red. Hex color #E2094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2094D is #1DF6B2. Grayscale: #515151. Windows color (decimal): -1963699 or 5048802. OLE color: 5048802.
HSL color Cylindrical-coordinate representation of color #E2094D: hue angle of 341.2º 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 #E2094D is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.11 |
| HSL | 341.2º | 0.92% | 0.46% | - |
| HSV(B) | 341.2º | 0.96% | 0.89% | - |
| XYZ | 32.8 | 16.9 | 8.55 | - |
| YUV | 81.64 | 125.39 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 77 | 0 | 0.96 | 0.66 | 0.11 | 341.2 | 0.92 | 0.46 |
| Hex | E2 | 9 | 4D | 0 | 60 | 42 | B | 155 | 5C | 2E |
| Octal | 342 | 11 | 115 | 0 | 140 | 102 | 13 | 525 | 134 | 56 |
| Binary | 11100010 | 1001 | 1001101 | 0 | 1100000 | 1000010 | 1011 | 101010101 | 1011100 | 101110 |
Color Harmonies of #E2094D
Complementary color
Monochromatic Colors of #E2094D
Black with #E2094D
Text Example
Text Example
White with #E2094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2094D; }
p { color: rgb(226,9,77); }
H1.HeaderClassName
{
color: #E2094D;
}
.AnyTagClassName
{
color: #E2094D;
}
</style>
background-color css
<style>
a { background-color: #E2094D; }
a { background-color: rgb(226,9,77); }
div.DivClassName
{
background-color: #E2094D;
}
.BgClassName
{
background-color: #E2094D;
}
</style>
border-color css
<style>
span { border-color: #E2094D; }
span { border-color: rgb(226,9,77); }
td.TdClassName
{
border-color: #E2094D;
}
.TagClassName
{
border-color: #E2094D;
}
</style>