Shades of Porsche #E2945C
Tints of Porsche #E2945C
RGB
CMYK
RGB Variations
Color information
#E2945C (or 0xE2945C) is known color: Porsche. HEX triplet: E2, 94 and 5C. RGB value is (226,148,92). Sum of RGB (Red+Green+Blue) = 226+148+92=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2945C is #1D6BA3. Grayscale: #A5A5A5. Windows color (decimal): -1928100 or 6067426. OLE color: 6067426.
HSL color Cylindrical-coordinate representation of color #E2945C: hue angle of 25.07º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2945C is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 92 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.11 |
| HSL | 25.07º | 0.7% | 0.62% | - |
| HSV(B) | 25.07º | 0.59% | 0.89% | - |
| XYZ | 43.89 | 38.12 | 15.17 | - |
| YUV | 164.94 | 86.84 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 92 | 0 | 0.35 | 0.59 | 0.11 | 25.07 | 0.7 | 0.62 |
| Hex | E2 | 94 | 5C | 0 | 23 | 3B | B | 19 | 46 | 3E |
| Octal | 342 | 224 | 134 | 0 | 43 | 73 | 13 | 31 | 106 | 76 |
| Binary | 11100010 | 10010100 | 1011100 | 0 | 100011 | 111011 | 1011 | 11001 | 1000110 | 111110 |
Color Harmonies of #E2945C
Complementary color
Monochromatic Colors of #E2945C
Black with #E2945C
Text Example
Text Example
White with #E2945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2945C; }
p { color: rgb(226,148,92); }
H1.HeaderClassName
{
color: #E2945C;
}
.AnyTagClassName
{
color: #E2945C;
}
</style>
background-color css
<style>
a { background-color: #E2945C; }
a { background-color: rgb(226,148,92); }
div.DivClassName
{
background-color: #E2945C;
}
.BgClassName
{
background-color: #E2945C;
}
</style>
border-color css
<style>
span { border-color: #E2945C; }
span { border-color: rgb(226,148,92); }
td.TdClassName
{
border-color: #E2945C;
}
.TagClassName
{
border-color: #E2945C;
}
</style>