Shades of Porsche #E1985D
Tints of Porsche #E1985D
RGB
CMYK
RGB Variations
Color information
#E1985D (or 0xE1985D) is known color: Porsche. HEX triplet: E1, 98 and 5D. RGB value is (225,152,93). Sum of RGB (Red+Green+Blue) = 225+152+93=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E1985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1985D is #1E67A2. Grayscale: #A7A7A7. Windows color (decimal): -1992611 or 6133985. OLE color: 6133985.
HSL color Cylindrical-coordinate representation of color #E1985D: hue angle of 26.82º 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 #E1985D is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 93 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.12 |
| HSL | 26.82º | 0.69% | 0.62% | - |
| HSV(B) | 26.82º | 0.59% | 0.88% | - |
| XYZ | 44.26 | 39.25 | 15.6 | - |
| YUV | 167.1 | 86.18 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 93 | 0 | 0.32 | 0.59 | 0.12 | 26.82 | 0.69 | 0.62 |
| Hex | E1 | 98 | 5D | 0 | 20 | 3B | C | 1B | 45 | 3E |
| Octal | 341 | 230 | 135 | 0 | 40 | 73 | 14 | 33 | 105 | 76 |
| Binary | 11100001 | 10011000 | 1011101 | 0 | 100000 | 111011 | 1100 | 11011 | 1000101 | 111110 |
Color Harmonies of #E1985D
Complementary color
Monochromatic Colors of #E1985D
Black with #E1985D
Text Example
Text Example
White with #E1985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1985D; }
p { color: rgb(225,152,93); }
H1.HeaderClassName
{
color: #E1985D;
}
.AnyTagClassName
{
color: #E1985D;
}
</style>
background-color css
<style>
a { background-color: #E1985D; }
a { background-color: rgb(225,152,93); }
div.DivClassName
{
background-color: #E1985D;
}
.BgClassName
{
background-color: #E1985D;
}
</style>
border-color css
<style>
span { border-color: #E1985D; }
span { border-color: rgb(225,152,93); }
td.TdClassName
{
border-color: #E1985D;
}
.TagClassName
{
border-color: #E1985D;
}
</style>