Shades of My Pink #E08C7E
Tints of My Pink #E08C7E
RGB
CMYK
RGB Variations
Color information
#E08C7E (or 0xE08C7E) is known color: My Pink. HEX triplet: E0, 8C and 7E. RGB value is (224,140,126). Sum of RGB (Red+Green+Blue) = 224+140+126=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08C7E is #1F7381. Grayscale: #A3A3A3. Windows color (decimal): -2061186 or 8293600. OLE color: 8293600.
HSL color Cylindrical-coordinate representation of color #E08C7E: hue angle of 8.57º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E08C7E is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 126 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.12 |
| HSL | 8.57º | 0.61% | 0.69% | - |
| HSV(B) | 8.57º | 0.44% | 0.88% | - |
| XYZ | 43.88 | 36.11 | 24.4 | - |
| YUV | 163.52 | 106.83 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 126 | 0 | 0.38 | 0.44 | 0.12 | 8.57 | 0.61 | 0.69 |
| Hex | E0 | 8C | 7E | 0 | 26 | 2C | C | 9 | 3D | 45 |
| Octal | 340 | 214 | 176 | 0 | 46 | 54 | 14 | 11 | 75 | 105 |
| Binary | 11100000 | 10001100 | 1111110 | 0 | 100110 | 101100 | 1100 | 1001 | 111101 | 1000101 |
Color Harmonies of #E08C7E
Complementary color
Monochromatic Colors of #E08C7E
Black with #E08C7E
Text Example
Text Example
White with #E08C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C7E; }
p { color: rgb(224,140,126); }
H1.HeaderClassName
{
color: #E08C7E;
}
.AnyTagClassName
{
color: #E08C7E;
}
</style>
background-color css
<style>
a { background-color: #E08C7E; }
a { background-color: rgb(224,140,126); }
div.DivClassName
{
background-color: #E08C7E;
}
.BgClassName
{
background-color: #E08C7E;
}
</style>
border-color css
<style>
span { border-color: #E08C7E; }
span { border-color: rgb(224,140,126); }
td.TdClassName
{
border-color: #E08C7E;
}
.TagClassName
{
border-color: #E08C7E;
}
</style>