Shades of My Pink #E18B7E
Tints of My Pink #E18B7E
RGB
CMYK
RGB Variations
Color information
#E18B7E (or 0xE18B7E) is known color: My Pink. HEX triplet: E1, 8B and 7E. RGB value is (225,139,126). Sum of RGB (Red+Green+Blue) = 225+139+126=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18B7E is #1E7481. Grayscale: #A3A3A3. Windows color (decimal): -1995906 or 8293345. OLE color: 8293345.
HSL color Cylindrical-coordinate representation of color #E18B7E: hue angle of 7.88º degrees, saturation: 0.62, 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 #E18B7E is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 126 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.12 |
| HSL | 7.88º | 0.62% | 0.69% | - |
| HSV(B) | 7.88º | 0.44% | 0.88% | - |
| XYZ | 44.05 | 35.98 | 24.36 | - |
| YUV | 163.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 126 | 0 | 0.38 | 0.44 | 0.12 | 7.88 | 0.62 | 0.69 |
| Hex | E1 | 8B | 7E | 0 | 26 | 2C | C | 8 | 3E | 45 |
| Octal | 341 | 213 | 176 | 0 | 46 | 54 | 14 | 10 | 76 | 105 |
| Binary | 11100001 | 10001011 | 1111110 | 0 | 100110 | 101100 | 1100 | 1000 | 111110 | 1000101 |
Color Harmonies of #E18B7E
Complementary color
Monochromatic Colors of #E18B7E
Black with #E18B7E
Text Example
Text Example
White with #E18B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B7E; }
p { color: rgb(225,139,126); }
H1.HeaderClassName
{
color: #E18B7E;
}
.AnyTagClassName
{
color: #E18B7E;
}
</style>
background-color css
<style>
a { background-color: #E18B7E; }
a { background-color: rgb(225,139,126); }
div.DivClassName
{
background-color: #E18B7E;
}
.BgClassName
{
background-color: #E18B7E;
}
</style>
border-color css
<style>
span { border-color: #E18B7E; }
span { border-color: rgb(225,139,126); }
td.TdClassName
{
border-color: #E18B7E;
}
.TagClassName
{
border-color: #E18B7E;
}
</style>