Shades of Razzmatazz #E2005C
Tints of Razzmatazz #E2005C
RGB
CMYK
RGB Variations
Color information
#E2005C (or 0xE2005C) is known color: Razzmatazz. HEX triplet: E2, 00 and 5C. RGB value is (226,0,92). Sum of RGB (Red+Green+Blue) = 226+0+92=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E2005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2005C is #1DFFA3. Grayscale: #4D4D4D. Windows color (decimal): -1965988 or 6029538. OLE color: 6029538.
HSL color Cylindrical-coordinate representation of color #E2005C: hue angle of 335.58º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2005C is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.59 | 0.11 |
| HSL | 335.58º | 1% | 0.44% | - |
| HSV(B) | 335.58º | 1% | 0.89% | - |
| XYZ | 33.3 | 16.94 | 11.64 | - |
| YUV | 78.06 | 135.87 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 92 | 0 | 1 | 0.59 | 0.11 | 335.58 | 1 | 0.44 |
| Hex | E2 | 0 | 5C | 0 | 64 | 3B | B | 150 | 64 | 2C |
| Octal | 342 | 0 | 134 | 0 | 144 | 73 | 13 | 520 | 144 | 54 |
| Binary | 11100010 | 0 | 1011100 | 0 | 1100100 | 111011 | 1011 | 101010000 | 1100100 | 101100 |
Color Harmonies of #E2005C
Complementary color
Monochromatic Colors of #E2005C
Black with #E2005C
Text Example
Text Example
White with #E2005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2005C; }
p { color: rgb(226,0,92); }
H1.HeaderClassName
{
color: #E2005C;
}
.AnyTagClassName
{
color: #E2005C;
}
</style>
background-color css
<style>
a { background-color: #E2005C; }
a { background-color: rgb(226,0,92); }
div.DivClassName
{
background-color: #E2005C;
}
.BgClassName
{
background-color: #E2005C;
}
</style>
border-color css
<style>
span { border-color: #E2005C; }
span { border-color: rgb(226,0,92); }
td.TdClassName
{
border-color: #E2005C;
}
.TagClassName
{
border-color: #E2005C;
}
</style>