Shades of Porsche #E1975D
Tints of Porsche #E1975D
RGB
CMYK
RGB Variations
Color information
#E1975D (or 0xE1975D) is known color: Porsche. HEX triplet: E1, 97 and 5D. RGB value is (225,151,93). Sum of RGB (Red+Green+Blue) = 225+151+93=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E1975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1975D is #1E68A2. Grayscale: #A6A6A6. Windows color (decimal): -1992867 or 6133729. OLE color: 6133729.
HSL color Cylindrical-coordinate representation of color #E1975D: hue angle of 26.36º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1975D is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 93 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.12 |
| HSL | 26.36º | 0.69% | 0.62% | - |
| HSV(B) | 26.36º | 0.59% | 0.88% | - |
| XYZ | 44.09 | 38.93 | 15.55 | - |
| YUV | 166.51 | 86.52 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 93 | 0 | 0.33 | 0.59 | 0.12 | 26.36 | 0.69 | 0.62 |
| Hex | E1 | 97 | 5D | 0 | 21 | 3B | C | 1A | 45 | 3E |
| Octal | 341 | 227 | 135 | 0 | 41 | 73 | 14 | 32 | 105 | 76 |
| Binary | 11100001 | 10010111 | 1011101 | 0 | 100001 | 111011 | 1100 | 11010 | 1000101 | 111110 |
Color Harmonies of #E1975D
Complementary color
Monochromatic Colors of #E1975D
Black with #E1975D
Text Example
Text Example
White with #E1975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1975D; }
p { color: rgb(225,151,93); }
H1.HeaderClassName
{
color: #E1975D;
}
.AnyTagClassName
{
color: #E1975D;
}
</style>
background-color css
<style>
a { background-color: #E1975D; }
a { background-color: rgb(225,151,93); }
div.DivClassName
{
background-color: #E1975D;
}
.BgClassName
{
background-color: #E1975D;
}
</style>
border-color css
<style>
span { border-color: #E1975D; }
span { border-color: rgb(225,151,93); }
td.TdClassName
{
border-color: #E1975D;
}
.TagClassName
{
border-color: #E1975D;
}
</style>