Shades of Razzmatazz #E2055A
Tints of Razzmatazz #E2055A
RGB
CMYK
RGB Variations
Color information
#E2055A (or 0xE2055A) is known color: Razzmatazz. HEX triplet: E2, 05 and 5A. RGB value is (226,5,90). Sum of RGB (Red+Green+Blue) = 226+5+90=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E2055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2055A is #1DFAA5. Grayscale: #505050. Windows color (decimal): -1964710 or 5899746. OLE color: 5899746.
HSL color Cylindrical-coordinate representation of color #E2055A: hue angle of 336.92º degrees, saturation: 0.96, 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 #E2055A is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 90 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.11 |
| HSL | 336.92º | 0.96% | 0.45% | - |
| HSV(B) | 336.92º | 0.98% | 0.89% | - |
| XYZ | 33.26 | 17.02 | 11.2 | - |
| YUV | 80.77 | 133.22 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 90 | 0 | 0.98 | 0.60 | 0.11 | 336.92 | 0.96 | 0.45 |
| Hex | E2 | 5 | 5A | 0 | 62 | 3C | B | 151 | 60 | 2D |
| Octal | 342 | 5 | 132 | 0 | 142 | 74 | 13 | 521 | 140 | 55 |
| Binary | 11100010 | 101 | 1011010 | 0 | 1100010 | 111100 | 1011 | 101010001 | 1100000 | 101101 |
Color Harmonies of #E2055A
Complementary color
Monochromatic Colors of #E2055A
Black with #E2055A
Text Example
Text Example
White with #E2055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2055A; }
p { color: rgb(226,5,90); }
H1.HeaderClassName
{
color: #E2055A;
}
.AnyTagClassName
{
color: #E2055A;
}
</style>
background-color css
<style>
a { background-color: #E2055A; }
a { background-color: rgb(226,5,90); }
div.DivClassName
{
background-color: #E2055A;
}
.BgClassName
{
background-color: #E2055A;
}
</style>
border-color css
<style>
span { border-color: #E2055A; }
span { border-color: rgb(226,5,90); }
td.TdClassName
{
border-color: #E2055A;
}
.TagClassName
{
border-color: #E2055A;
}
</style>