Shades of Porsche #E2925C
Tints of Porsche #E2925C
RGB
CMYK
RGB Variations
Color information
#E2925C (or 0xE2925C) is known color: Porsche. HEX triplet: E2, 92 and 5C. RGB value is (226,146,92). Sum of RGB (Red+Green+Blue) = 226+146+92=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E2925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2925C is #1D6DA3. Grayscale: #A4A4A4. Windows color (decimal): -1928612 or 6066914. OLE color: 6066914.
HSL color Cylindrical-coordinate representation of color #E2925C: hue angle of 24.18º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2925C is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 92 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.11 |
| HSL | 24.18º | 0.7% | 0.62% | - |
| HSV(B) | 24.18º | 0.59% | 0.89% | - |
| XYZ | 43.57 | 37.5 | 15.07 | - |
| YUV | 163.76 | 87.5 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 92 | 0 | 0.35 | 0.59 | 0.11 | 24.18 | 0.7 | 0.62 |
| Hex | E2 | 92 | 5C | 0 | 23 | 3B | B | 18 | 46 | 3E |
| Octal | 342 | 222 | 134 | 0 | 43 | 73 | 13 | 30 | 106 | 76 |
| Binary | 11100010 | 10010010 | 1011100 | 0 | 100011 | 111011 | 1011 | 11000 | 1000110 | 111110 |
Color Harmonies of #E2925C
Complementary color
Monochromatic Colors of #E2925C
Black with #E2925C
Text Example
Text Example
White with #E2925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2925C; }
p { color: rgb(226,146,92); }
H1.HeaderClassName
{
color: #E2925C;
}
.AnyTagClassName
{
color: #E2925C;
}
</style>
background-color css
<style>
a { background-color: #E2925C; }
a { background-color: rgb(226,146,92); }
div.DivClassName
{
background-color: #E2925C;
}
.BgClassName
{
background-color: #E2925C;
}
</style>
border-color css
<style>
span { border-color: #E2925C; }
span { border-color: rgb(226,146,92); }
td.TdClassName
{
border-color: #E2925C;
}
.TagClassName
{
border-color: #E2925C;
}
</style>