Shades of Porsche #E1925A
Tints of Porsche #E1925A
RGB
CMYK
RGB Variations
Color information
#E1925A (or 0xE1925A) is known color: Porsche. HEX triplet: E1, 92 and 5A. RGB value is (225,146,90). Sum of RGB (Red+Green+Blue) = 225+146+90=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1925A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1925A is #1E6DA5. Grayscale: #A3A3A3. Windows color (decimal): -1994150 or 5935841. OLE color: 5935841.
HSL color Cylindrical-coordinate representation of color #E1925A: hue angle of 24.89º 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 #E1925A is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 90 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.12 |
| HSL | 24.89º | 0.69% | 0.62% | - |
| HSV(B) | 24.89º | 0.6% | 0.88% | - |
| XYZ | 43.18 | 37.3 | 14.6 | - |
| YUV | 163.24 | 86.67 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 90 | 0 | 0.35 | 0.60 | 0.12 | 24.89 | 0.69 | 0.62 |
| Hex | E1 | 92 | 5A | 0 | 23 | 3C | C | 19 | 45 | 3E |
| Octal | 341 | 222 | 132 | 0 | 43 | 74 | 14 | 31 | 105 | 76 |
| Binary | 11100001 | 10010010 | 1011010 | 0 | 100011 | 111100 | 1100 | 11001 | 1000101 | 111110 |
Color Harmonies of #E1925A
Complementary color
Monochromatic Colors of #E1925A
Black with #E1925A
Text Example
Text Example
White with #E1925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1925A; }
p { color: rgb(225,146,90); }
H1.HeaderClassName
{
color: #E1925A;
}
.AnyTagClassName
{
color: #E1925A;
}
</style>
background-color css
<style>
a { background-color: #E1925A; }
a { background-color: rgb(225,146,90); }
div.DivClassName
{
background-color: #E1925A;
}
.BgClassName
{
background-color: #E1925A;
}
</style>
border-color css
<style>
span { border-color: #E1925A; }
span { border-color: rgb(225,146,90); }
td.TdClassName
{
border-color: #E1925A;
}
.TagClassName
{
border-color: #E1925A;
}
</style>