Shades of My Pink #E18C7F
Tints of My Pink #E18C7F
RGB
CMYK
RGB Variations
Color information
#E18C7F (or 0xE18C7F) is known color: My Pink. HEX triplet: E1, 8C and 7F. RGB value is (225,140,127). Sum of RGB (Red+Green+Blue) = 225+140+127=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C7F is #1E7380. Grayscale: #A4A4A4. Windows color (decimal): -1995649 or 8359137. OLE color: 8359137.
HSL color Cylindrical-coordinate representation of color #E18C7F: hue angle of 7.96º 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 #E18C7F is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 127 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.12 |
| HSL | 7.96º | 0.62% | 0.69% | - |
| HSV(B) | 7.96º | 0.44% | 0.88% | - |
| XYZ | 44.26 | 36.3 | 24.75 | - |
| YUV | 163.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 127 | 0 | 0.38 | 0.44 | 0.12 | 7.96 | 0.62 | 0.69 |
| Hex | E1 | 8C | 7F | 0 | 26 | 2C | C | 8 | 3E | 45 |
| Octal | 341 | 214 | 177 | 0 | 46 | 54 | 14 | 10 | 76 | 105 |
| Binary | 11100001 | 10001100 | 1111111 | 0 | 100110 | 101100 | 1100 | 1000 | 111110 | 1000101 |
Color Harmonies of #E18C7F
Complementary color
Monochromatic Colors of #E18C7F
Black with #E18C7F
Text Example
Text Example
White with #E18C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18C7F; }
p { color: rgb(225,140,127); }
H1.HeaderClassName
{
color: #E18C7F;
}
.AnyTagClassName
{
color: #E18C7F;
}
</style>
background-color css
<style>
a { background-color: #E18C7F; }
a { background-color: rgb(225,140,127); }
div.DivClassName
{
background-color: #E18C7F;
}
.BgClassName
{
background-color: #E18C7F;
}
</style>
border-color css
<style>
span { border-color: #E18C7F; }
span { border-color: rgb(225,140,127); }
td.TdClassName
{
border-color: #E18C7F;
}
.TagClassName
{
border-color: #E18C7F;
}
</style>