Shades of Porsche #E2945B
Tints of Porsche #E2945B
RGB
CMYK
RGB Variations
Color information
#E2945B (or 0xE2945B) is known color: Porsche. HEX triplet: E2, 94 and 5B. RGB value is (226,148,91). Sum of RGB (Red+Green+Blue) = 226+148+91=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2945B is #1D6BA4. Grayscale: #A5A5A5. Windows color (decimal): -1928101 or 6001890. OLE color: 6001890.
HSL color Cylindrical-coordinate representation of color #E2945B: hue angle of 25.33º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2945B is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 91 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.11 |
| HSL | 25.33º | 0.7% | 0.62% | - |
| HSV(B) | 25.33º | 0.6% | 0.89% | - |
| XYZ | 43.84 | 38.1 | 14.94 | - |
| YUV | 164.82 | 86.34 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 91 | 0 | 0.35 | 0.60 | 0.11 | 25.33 | 0.7 | 0.62 |
| Hex | E2 | 94 | 5B | 0 | 23 | 3C | B | 19 | 46 | 3E |
| Octal | 342 | 224 | 133 | 0 | 43 | 74 | 13 | 31 | 106 | 76 |
| Binary | 11100010 | 10010100 | 1011011 | 0 | 100011 | 111100 | 1011 | 11001 | 1000110 | 111110 |
Color Harmonies of #E2945B
Complementary color
Monochromatic Colors of #E2945B
Black with #E2945B
Text Example
Text Example
White with #E2945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2945B; }
p { color: rgb(226,148,91); }
H1.HeaderClassName
{
color: #E2945B;
}
.AnyTagClassName
{
color: #E2945B;
}
</style>
background-color css
<style>
a { background-color: #E2945B; }
a { background-color: rgb(226,148,91); }
div.DivClassName
{
background-color: #E2945B;
}
.BgClassName
{
background-color: #E2945B;
}
</style>
border-color css
<style>
span { border-color: #E2945B; }
span { border-color: rgb(226,148,91); }
td.TdClassName
{
border-color: #E2945B;
}
.TagClassName
{
border-color: #E2945B;
}
</style>