Shades of Razzmatazz #E2005A
Tints of Razzmatazz #E2005A
RGB
CMYK
RGB Variations
Color information
#E2005A (or 0xE2005A) is known color: Razzmatazz. HEX triplet: E2, 00 and 5A. RGB value is (226,0,90). Sum of RGB (Red+Green+Blue) = 226+0+90=316 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.52% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 226 - color contains mainly: red. Hex color #E2005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2005A is #1DFFA5. Grayscale: #4D4D4D. Windows color (decimal): -1965990 or 5898466. OLE color: 5898466.
HSL color Cylindrical-coordinate representation of color #E2005A: hue angle of 336.11º 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 #E2005A is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.60 | 0.11 |
| HSL | 336.11º | 1% | 0.44% | - |
| HSV(B) | 336.11º | 1% | 0.89% | - |
| XYZ | 33.21 | 16.91 | 11.19 | - |
| YUV | 77.83 | 134.87 | 233.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 90 | 0 | 1 | 0.60 | 0.11 | 336.11 | 1 | 0.44 |
| Hex | E2 | 0 | 5A | 0 | 64 | 3C | B | 150 | 64 | 2C |
| Octal | 342 | 0 | 132 | 0 | 144 | 74 | 13 | 520 | 144 | 54 |
| Binary | 11100010 | 0 | 1011010 | 0 | 1100100 | 111100 | 1011 | 101010000 | 1100100 | 101100 |
Color Harmonies of #E2005A
Complementary color
Monochromatic Colors of #E2005A
Black with #E2005A
Text Example
Text Example
White with #E2005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2005A; }
p { color: rgb(226,0,90); }
H1.HeaderClassName
{
color: #E2005A;
}
.AnyTagClassName
{
color: #E2005A;
}
</style>
background-color css
<style>
a { background-color: #E2005A; }
a { background-color: rgb(226,0,90); }
div.DivClassName
{
background-color: #E2005A;
}
.BgClassName
{
background-color: #E2005A;
}
</style>
border-color css
<style>
span { border-color: #E2005A; }
span { border-color: rgb(226,0,90); }
td.TdClassName
{
border-color: #E2005A;
}
.TagClassName
{
border-color: #E2005A;
}
</style>