Shades of My Pink #E08B7D
Tints of My Pink #E08B7D
RGB
CMYK
RGB Variations
Color information
#E08B7D (or 0xE08B7D) is known color: My Pink. HEX triplet: E0, 8B and 7D. RGB value is (224,139,125). Sum of RGB (Red+Green+Blue) = 224+139+125=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08B7D is #1F7482. Grayscale: #A2A2A2. Windows color (decimal): -2061443 or 8227808. OLE color: 8227808.
HSL color Cylindrical-coordinate representation of color #E08B7D: hue angle of 8.48º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E08B7D is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 125 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.12 |
| HSL | 8.48º | 0.61% | 0.68% | - |
| HSV(B) | 8.48º | 0.44% | 0.88% | - |
| XYZ | 43.67 | 35.79 | 24.01 | - |
| YUV | 162.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 125 | 0 | 0.38 | 0.44 | 0.12 | 8.48 | 0.61 | 0.68 |
| Hex | E0 | 8B | 7D | 0 | 26 | 2C | C | 8 | 3D | 44 |
| Octal | 340 | 213 | 175 | 0 | 46 | 54 | 14 | 10 | 75 | 104 |
| Binary | 11100000 | 10001011 | 1111101 | 0 | 100110 | 101100 | 1100 | 1000 | 111101 | 1000100 |
Color Harmonies of #E08B7D
Complementary color
Monochromatic Colors of #E08B7D
Black with #E08B7D
Text Example
Text Example
White with #E08B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08B7D; }
p { color: rgb(224,139,125); }
H1.HeaderClassName
{
color: #E08B7D;
}
.AnyTagClassName
{
color: #E08B7D;
}
</style>
background-color css
<style>
a { background-color: #E08B7D; }
a { background-color: rgb(224,139,125); }
div.DivClassName
{
background-color: #E08B7D;
}
.BgClassName
{
background-color: #E08B7D;
}
</style>
border-color css
<style>
span { border-color: #E08B7D; }
span { border-color: rgb(224,139,125); }
td.TdClassName
{
border-color: #E08B7D;
}
.TagClassName
{
border-color: #E08B7D;
}
</style>