Shades of My Pink #E18C7C
Tints of My Pink #E18C7C
RGB
CMYK
RGB Variations
Color information
#E18C7C (or 0xE18C7C) is known color: My Pink. HEX triplet: E1, 8C and 7C. RGB value is (225,140,124). Sum of RGB (Red+Green+Blue) = 225+140+124=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C7C is #1E7383. Grayscale: #A3A3A3. Windows color (decimal): -1995652 or 8162529. OLE color: 8162529.
HSL color Cylindrical-coordinate representation of color #E18C7C: hue angle of 9.5º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E18C7C is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 124 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.12 |
| HSL | 9.5º | 0.63% | 0.68% | - |
| HSV(B) | 9.5º | 0.45% | 0.88% | - |
| XYZ | 44.07 | 36.22 | 23.74 | - |
| YUV | 163.59 | 105.66 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 124 | 0 | 0.38 | 0.45 | 0.12 | 9.5 | 0.63 | 0.68 |
| Hex | E1 | 8C | 7C | 0 | 26 | 2D | C | A | 3F | 44 |
| Octal | 341 | 214 | 174 | 0 | 46 | 55 | 14 | 12 | 77 | 104 |
| Binary | 11100001 | 10001100 | 1111100 | 0 | 100110 | 101101 | 1100 | 1010 | 111111 | 1000100 |
Color Harmonies of #E18C7C
Complementary color
Monochromatic Colors of #E18C7C
Black with #E18C7C
Text Example
Text Example
White with #E18C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18C7C; }
p { color: rgb(225,140,124); }
H1.HeaderClassName
{
color: #E18C7C;
}
.AnyTagClassName
{
color: #E18C7C;
}
</style>
background-color css
<style>
a { background-color: #E18C7C; }
a { background-color: rgb(225,140,124); }
div.DivClassName
{
background-color: #E18C7C;
}
.BgClassName
{
background-color: #E18C7C;
}
</style>
border-color css
<style>
span { border-color: #E18C7C; }
span { border-color: rgb(225,140,124); }
td.TdClassName
{
border-color: #E18C7C;
}
.TagClassName
{
border-color: #E18C7C;
}
</style>