Shades of My Pink #E18C7E
Tints of My Pink #E18C7E
RGB
CMYK
RGB Variations
Color information
#E18C7E (or 0xE18C7E) is known color: My Pink. HEX triplet: E1, 8C and 7E. RGB value is (225,140,126). Sum of RGB (Red+Green+Blue) = 225+140+126=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C7E is #1E7381. Grayscale: #A3A3A3. Windows color (decimal): -1995650 or 8293601. OLE color: 8293601.
HSL color Cylindrical-coordinate representation of color #E18C7E: hue angle of 8.48º 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 #E18C7E is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 126 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.12 |
| HSL | 8.48º | 0.62% | 0.69% | - |
| HSV(B) | 8.48º | 0.44% | 0.88% | - |
| XYZ | 44.2 | 36.27 | 24.41 | - |
| YUV | 163.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 126 | 0 | 0.38 | 0.44 | 0.12 | 8.48 | 0.62 | 0.69 |
| Hex | E1 | 8C | 7E | 0 | 26 | 2C | C | 8 | 3E | 45 |
| Octal | 341 | 214 | 176 | 0 | 46 | 54 | 14 | 10 | 76 | 105 |
| Binary | 11100001 | 10001100 | 1111110 | 0 | 100110 | 101100 | 1100 | 1000 | 111110 | 1000101 |
Color Harmonies of #E18C7E
Complementary color
Monochromatic Colors of #E18C7E
Black with #E18C7E
Text Example
Text Example
White with #E18C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18C7E; }
p { color: rgb(225,140,126); }
H1.HeaderClassName
{
color: #E18C7E;
}
.AnyTagClassName
{
color: #E18C7E;
}
</style>
background-color css
<style>
a { background-color: #E18C7E; }
a { background-color: rgb(225,140,126); }
div.DivClassName
{
background-color: #E18C7E;
}
.BgClassName
{
background-color: #E18C7E;
}
</style>
border-color css
<style>
span { border-color: #E18C7E; }
span { border-color: rgb(225,140,126); }
td.TdClassName
{
border-color: #E18C7E;
}
.TagClassName
{
border-color: #E18C7E;
}
</style>