Shades of Pizazz #E28145
Tints of Pizazz #E28145
RGB
CMYK
RGB Variations
Color information
#E28145 (or 0xE28145) is known color: Pizazz. HEX triplet: E2, 81 and 45. RGB value is (226,129,69). Sum of RGB (Red+Green+Blue) = 226+129+69=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E28145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28145 is #1D7EBA. Grayscale: #979797. Windows color (decimal): -1932987 or 4555234. OLE color: 4555234.
HSL color Cylindrical-coordinate representation of color #E28145: hue angle of 22.93º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E28145 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 69 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.11 |
| HSL | 22.93º | 0.73% | 0.58% | - |
| HSV(B) | 22.93º | 0.69% | 0.89% | - |
| XYZ | 40.29 | 32.3 | 9.74 | - |
| YUV | 151.16 | 81.64 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 69 | 0 | 0.43 | 0.69 | 0.11 | 22.93 | 0.73 | 0.58 |
| Hex | E2 | 81 | 45 | 0 | 2B | 45 | B | 17 | 49 | 3A |
| Octal | 342 | 201 | 105 | 0 | 53 | 105 | 13 | 27 | 111 | 72 |
| Binary | 11100010 | 10000001 | 1000101 | 0 | 101011 | 1000101 | 1011 | 10111 | 1001001 | 111010 |
Color Harmonies of #E28145
Complementary color
Monochromatic Colors of #E28145
Black with #E28145
Text Example
Text Example
White with #E28145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28145; }
p { color: rgb(226,129,69); }
H1.HeaderClassName
{
color: #E28145;
}
.AnyTagClassName
{
color: #E28145;
}
</style>
background-color css
<style>
a { background-color: #E28145; }
a { background-color: rgb(226,129,69); }
div.DivClassName
{
background-color: #E28145;
}
.BgClassName
{
background-color: #E28145;
}
</style>
border-color css
<style>
span { border-color: #E28145; }
span { border-color: rgb(226,129,69); }
td.TdClassName
{
border-color: #E28145;
}
.TagClassName
{
border-color: #E28145;
}
</style>