Shades of Razzmatazz #E2046C
Tints of Razzmatazz #E2046C
RGB
CMYK
RGB Variations
Color information
#E2046C (or 0xE2046C) is known color: Razzmatazz. HEX triplet: E2, 04 and 6C. RGB value is (226,4,108). Sum of RGB (Red+Green+Blue) = 226+4+108=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E2046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2046C is #1DFB93. Grayscale: #525252. Windows color (decimal): -1964948 or 7079138. OLE color: 7079138.
HSL color Cylindrical-coordinate representation of color #E2046C: hue angle of 331.89º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2046C is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 108 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.11 |
| HSL | 331.89º | 0.97% | 0.45% | - |
| HSV(B) | 331.89º | 0.98% | 0.89% | - |
| XYZ | 34.11 | 17.34 | 15.74 | - |
| YUV | 82.23 | 142.55 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 108 | 0 | 0.98 | 0.52 | 0.11 | 331.89 | 0.97 | 0.45 |
| Hex | E2 | 4 | 6C | 0 | 62 | 34 | B | 14C | 61 | 2D |
| Octal | 342 | 4 | 154 | 0 | 142 | 64 | 13 | 514 | 141 | 55 |
| Binary | 11100010 | 100 | 1101100 | 0 | 1100010 | 110100 | 1011 | 101001100 | 1100001 | 101101 |
Color Harmonies of #E2046C
Complementary color
Monochromatic Colors of #E2046C
Black with #E2046C
Text Example
Text Example
White with #E2046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2046C; }
p { color: rgb(226,4,108); }
H1.HeaderClassName
{
color: #E2046C;
}
.AnyTagClassName
{
color: #E2046C;
}
</style>
background-color css
<style>
a { background-color: #E2046C; }
a { background-color: rgb(226,4,108); }
div.DivClassName
{
background-color: #E2046C;
}
.BgClassName
{
background-color: #E2046C;
}
</style>
border-color css
<style>
span { border-color: #E2046C; }
span { border-color: rgb(226,4,108); }
td.TdClassName
{
border-color: #E2046C;
}
.TagClassName
{
border-color: #E2046C;
}
</style>