Shades of Porsche #E1945A
Tints of Porsche #E1945A
RGB
CMYK
RGB Variations
Color information
#E1945A (or 0xE1945A) is known color: Porsche. HEX triplet: E1, 94 and 5A. RGB value is (225,148,90). Sum of RGB (Red+Green+Blue) = 225+148+90=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E1945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1945A is #1E6BA5. Grayscale: #A4A4A4. Windows color (decimal): -1993638 or 5936353. OLE color: 5936353.
HSL color Cylindrical-coordinate representation of color #E1945A: hue angle of 25.78º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1945A is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 90 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.12 |
| HSL | 25.78º | 0.69% | 0.62% | - |
| HSV(B) | 25.78º | 0.6% | 0.88% | - |
| XYZ | 43.49 | 37.93 | 14.7 | - |
| YUV | 164.41 | 86.01 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 90 | 0 | 0.34 | 0.60 | 0.12 | 25.78 | 0.69 | 0.62 |
| Hex | E1 | 94 | 5A | 0 | 22 | 3C | C | 1A | 45 | 3E |
| Octal | 341 | 224 | 132 | 0 | 42 | 74 | 14 | 32 | 105 | 76 |
| Binary | 11100001 | 10010100 | 1011010 | 0 | 100010 | 111100 | 1100 | 11010 | 1000101 | 111110 |
Color Harmonies of #E1945A
Complementary color
Monochromatic Colors of #E1945A
Black with #E1945A
Text Example
Text Example
White with #E1945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1945A; }
p { color: rgb(225,148,90); }
H1.HeaderClassName
{
color: #E1945A;
}
.AnyTagClassName
{
color: #E1945A;
}
</style>
background-color css
<style>
a { background-color: #E1945A; }
a { background-color: rgb(225,148,90); }
div.DivClassName
{
background-color: #E1945A;
}
.BgClassName
{
background-color: #E1945A;
}
</style>
border-color css
<style>
span { border-color: #E1945A; }
span { border-color: rgb(225,148,90); }
td.TdClassName
{
border-color: #E1945A;
}
.TagClassName
{
border-color: #E1945A;
}
</style>