Shades of Porsche #E2945A
Tints of Porsche #E2945A
RGB
CMYK
RGB Variations
Color information
#E2945A (or 0xE2945A) is known color: Porsche. HEX triplet: E2, 94 and 5A. RGB value is (226,148,90). Sum of RGB (Red+Green+Blue) = 226+148+90=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E2945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2945A is #1D6BA5. Grayscale: #A5A5A5. Windows color (decimal): -1928102 or 5936354. OLE color: 5936354.
HSL color Cylindrical-coordinate representation of color #E2945A: hue angle of 25.59º 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 #E2945A is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 90 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.11 |
| HSL | 25.59º | 0.7% | 0.62% | - |
| HSV(B) | 25.59º | 0.6% | 0.89% | - |
| XYZ | 43.8 | 38.09 | 14.72 | - |
| YUV | 164.71 | 85.84 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 90 | 0 | 0.35 | 0.60 | 0.11 | 25.59 | 0.7 | 0.62 |
| Hex | E2 | 94 | 5A | 0 | 23 | 3C | B | 1A | 46 | 3E |
| Octal | 342 | 224 | 132 | 0 | 43 | 74 | 13 | 32 | 106 | 76 |
| Binary | 11100010 | 10010100 | 1011010 | 0 | 100011 | 111100 | 1011 | 11010 | 1000110 | 111110 |
Color Harmonies of #E2945A
Complementary color
Monochromatic Colors of #E2945A
Black with #E2945A
Text Example
Text Example
White with #E2945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2945A; }
p { color: rgb(226,148,90); }
H1.HeaderClassName
{
color: #E2945A;
}
.AnyTagClassName
{
color: #E2945A;
}
</style>
background-color css
<style>
a { background-color: #E2945A; }
a { background-color: rgb(226,148,90); }
div.DivClassName
{
background-color: #E2945A;
}
.BgClassName
{
background-color: #E2945A;
}
</style>
border-color css
<style>
span { border-color: #E2945A; }
span { border-color: rgb(226,148,90); }
td.TdClassName
{
border-color: #E2945A;
}
.TagClassName
{
border-color: #E2945A;
}
</style>