Shades of Razzmatazz #E2124F
Tints of Razzmatazz #E2124F
RGB
CMYK
RGB Variations
Color information
#E2124F (or 0xE2124F) is known color: Razzmatazz. HEX triplet: E2, 12 and 4F. RGB value is (226,18,79). Sum of RGB (Red+Green+Blue) = 226+18+79=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E2124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2124F is #1DEDB0. Grayscale: #575757. Windows color (decimal): -1961393 or 5182178. OLE color: 5182178.
HSL color Cylindrical-coordinate representation of color #E2124F: hue angle of 342.4º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2124F is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 79 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.11 |
| HSL | 342.4º | 0.85% | 0.48% | - |
| HSV(B) | 342.4º | 0.92% | 0.89% | - |
| XYZ | 32.99 | 17.17 | 8.97 | - |
| YUV | 87.15 | 123.41 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 79 | 0 | 0.92 | 0.65 | 0.11 | 342.4 | 0.85 | 0.48 |
| Hex | E2 | 12 | 4F | 0 | 5C | 41 | B | 156 | 55 | 30 |
| Octal | 342 | 22 | 117 | 0 | 134 | 101 | 13 | 526 | 125 | 60 |
| Binary | 11100010 | 10010 | 1001111 | 0 | 1011100 | 1000001 | 1011 | 101010110 | 1010101 | 110000 |
Color Harmonies of #E2124F
Complementary color
Monochromatic Colors of #E2124F
Black with #E2124F
Text Example
Text Example
White with #E2124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2124F; }
p { color: rgb(226,18,79); }
H1.HeaderClassName
{
color: #E2124F;
}
.AnyTagClassName
{
color: #E2124F;
}
</style>
background-color css
<style>
a { background-color: #E2124F; }
a { background-color: rgb(226,18,79); }
div.DivClassName
{
background-color: #E2124F;
}
.BgClassName
{
background-color: #E2124F;
}
</style>
border-color css
<style>
span { border-color: #E2124F; }
span { border-color: rgb(226,18,79); }
td.TdClassName
{
border-color: #E2124F;
}
.TagClassName
{
border-color: #E2124F;
}
</style>