Shades of Pizazz #E88141
Tints of Pizazz #E88141
RGB
CMYK
RGB Variations
Color information
#E88141 (or 0xE88141) is known color: Pizazz. HEX triplet: E8, 81 and 41. RGB value is (232,129,65). Sum of RGB (Red+Green+Blue) = 232+129+65=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E88141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88141 is #177EBE. Grayscale: #989898. Windows color (decimal): -1539775 or 4293096. OLE color: 4293096.
HSL color Cylindrical-coordinate representation of color #E88141: hue angle of 22.99º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E88141 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 129 | 65 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.09 |
| HSL | 22.99º | 0.78% | 0.58% | - |
| HSV(B) | 22.99º | 0.72% | 0.91% | - |
| XYZ | 42.08 | 33.24 | 9.2 | - |
| YUV | 152.5 | 78.62 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 129 | 65 | 0 | 0.44 | 0.72 | 0.09 | 22.99 | 0.78 | 0.58 |
| Hex | E8 | 81 | 41 | 0 | 2C | 48 | 9 | 17 | 4E | 3A |
| Octal | 350 | 201 | 101 | 0 | 54 | 110 | 11 | 27 | 116 | 72 |
| Binary | 11101000 | 10000001 | 1000001 | 0 | 101100 | 1001000 | 1001 | 10111 | 1001110 | 111010 |
Color Harmonies of #E88141
Complementary color
Monochromatic Colors of #E88141
Black with #E88141
Text Example
Text Example
White with #E88141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88141; }
p { color: rgb(232,129,65); }
H1.HeaderClassName
{
color: #E88141;
}
.AnyTagClassName
{
color: #E88141;
}
</style>
background-color css
<style>
a { background-color: #E88141; }
a { background-color: rgb(232,129,65); }
div.DivClassName
{
background-color: #E88141;
}
.BgClassName
{
background-color: #E88141;
}
</style>
border-color css
<style>
span { border-color: #E88141; }
span { border-color: rgb(232,129,65); }
td.TdClassName
{
border-color: #E88141;
}
.TagClassName
{
border-color: #E88141;
}
</style>