Shades of Porsche #E2945E
Tints of Porsche #E2945E
RGB
CMYK
RGB Variations
Color information
#E2945E (or 0xE2945E) is known color: Porsche. HEX triplet: E2, 94 and 5E. RGB value is (226,148,94). Sum of RGB (Red+Green+Blue) = 226+148+94=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E2945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2945E is #1D6BA1. Grayscale: #A5A5A5. Windows color (decimal): -1928098 or 6198498. OLE color: 6198498.
HSL color Cylindrical-coordinate representation of color #E2945E: hue angle of 24.55º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2945E is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 94 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.11 |
| HSL | 24.55º | 0.69% | 0.63% | - |
| HSV(B) | 24.55º | 0.58% | 0.89% | - |
| XYZ | 43.97 | 38.16 | 15.64 | - |
| YUV | 165.17 | 87.84 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 94 | 0 | 0.35 | 0.58 | 0.11 | 24.55 | 0.69 | 0.63 |
| Hex | E2 | 94 | 5E | 0 | 23 | 3A | B | 19 | 45 | 3F |
| Octal | 342 | 224 | 136 | 0 | 43 | 72 | 13 | 31 | 105 | 77 |
| Binary | 11100010 | 10010100 | 1011110 | 0 | 100011 | 111010 | 1011 | 11001 | 1000101 | 111111 |
Color Harmonies of #E2945E
Complementary color
Monochromatic Colors of #E2945E
Black with #E2945E
Text Example
Text Example
White with #E2945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2945E; }
p { color: rgb(226,148,94); }
H1.HeaderClassName
{
color: #E2945E;
}
.AnyTagClassName
{
color: #E2945E;
}
</style>
background-color css
<style>
a { background-color: #E2945E; }
a { background-color: rgb(226,148,94); }
div.DivClassName
{
background-color: #E2945E;
}
.BgClassName
{
background-color: #E2945E;
}
</style>
border-color css
<style>
span { border-color: #E2945E; }
span { border-color: rgb(226,148,94); }
td.TdClassName
{
border-color: #E2945E;
}
.TagClassName
{
border-color: #E2945E;
}
</style>