Shades of Pizazz #E87F42
Tints of Pizazz #E87F42
RGB
CMYK
RGB Variations
Color information
#E87F42 (or 0xE87F42) is known color: Pizazz. HEX triplet: E8, 7F and 42. RGB value is (232,127,66). Sum of RGB (Red+Green+Blue) = 232+127+66=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87F42 is #1780BD. Grayscale: #979797. Windows color (decimal): -1540286 or 4358120. OLE color: 4358120.
HSL color Cylindrical-coordinate representation of color #E87F42: hue angle of 22.05º 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 #E87F42 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 127 | 66 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.09 |
| HSL | 22.05º | 0.78% | 0.58% | - |
| HSV(B) | 22.05º | 0.72% | 0.91% | - |
| XYZ | 41.85 | 32.73 | 9.27 | - |
| YUV | 151.44 | 79.79 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 66 | 0 | 0.45 | 0.72 | 0.09 | 22.05 | 0.78 | 0.58 |
| Hex | E8 | 7F | 42 | 0 | 2D | 48 | 9 | 16 | 4E | 3A |
| Octal | 350 | 177 | 102 | 0 | 55 | 110 | 11 | 26 | 116 | 72 |
| Binary | 11101000 | 1111111 | 1000010 | 0 | 101101 | 1001000 | 1001 | 10110 | 1001110 | 111010 |
Color Harmonies of #E87F42
Complementary color
Monochromatic Colors of #E87F42
Black with #E87F42
Text Example
Text Example
White with #E87F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87F42; }
p { color: rgb(232,127,66); }
H1.HeaderClassName
{
color: #E87F42;
}
.AnyTagClassName
{
color: #E87F42;
}
</style>
background-color css
<style>
a { background-color: #E87F42; }
a { background-color: rgb(232,127,66); }
div.DivClassName
{
background-color: #E87F42;
}
.BgClassName
{
background-color: #E87F42;
}
</style>
border-color css
<style>
span { border-color: #E87F42; }
span { border-color: rgb(232,127,66); }
td.TdClassName
{
border-color: #E87F42;
}
.TagClassName
{
border-color: #E87F42;
}
</style>