Shades of Razzmatazz #E2094C
Tints of Razzmatazz #E2094C
RGB
CMYK
RGB Variations
Color information
#E2094C (or 0xE2094C) is known color: Razzmatazz. HEX triplet: E2, 09 and 4C. RGB value is (226,9,76). Sum of RGB (Red+Green+Blue) = 226+9+76=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E2094C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2094C is #1DF6B3. Grayscale: #515151. Windows color (decimal): -1963700 or 4983266. OLE color: 4983266.
HSL color Cylindrical-coordinate representation of color #E2094C: hue angle of 341.47º 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 #E2094C is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 76 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.11 |
| HSL | 341.47º | 0.92% | 0.46% | - |
| HSV(B) | 341.47º | 0.96% | 0.89% | - |
| XYZ | 32.77 | 16.89 | 8.37 | - |
| YUV | 81.52 | 124.89 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 76 | 0 | 0.96 | 0.66 | 0.11 | 341.47 | 0.92 | 0.46 |
| Hex | E2 | 9 | 4C | 0 | 60 | 42 | B | 155 | 5C | 2E |
| Octal | 342 | 11 | 114 | 0 | 140 | 102 | 13 | 525 | 134 | 56 |
| Binary | 11100010 | 1001 | 1001100 | 0 | 1100000 | 1000010 | 1011 | 101010101 | 1011100 | 101110 |
Color Harmonies of #E2094C
Complementary color
Monochromatic Colors of #E2094C
Black with #E2094C
Text Example
Text Example
White with #E2094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2094C; }
p { color: rgb(226,9,76); }
H1.HeaderClassName
{
color: #E2094C;
}
.AnyTagClassName
{
color: #E2094C;
}
</style>
background-color css
<style>
a { background-color: #E2094C; }
a { background-color: rgb(226,9,76); }
div.DivClassName
{
background-color: #E2094C;
}
.BgClassName
{
background-color: #E2094C;
}
</style>
border-color css
<style>
span { border-color: #E2094C; }
span { border-color: rgb(226,9,76); }
td.TdClassName
{
border-color: #E2094C;
}
.TagClassName
{
border-color: #E2094C;
}
</style>