Shades of My Pink #E48F82
Tints of My Pink #E48F82
RGB
CMYK
RGB Variations
Color information
#E48F82 (or 0xE48F82) is known color: My Pink. HEX triplet: E4, 8F and 82. RGB value is (228,143,130). Sum of RGB (Red+Green+Blue) = 228+143+130=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48F82 is #1B707D. Grayscale: #A7A7A7. Windows color (decimal): -1798270 or 8556516. OLE color: 8556516.
HSL color Cylindrical-coordinate representation of color #E48F82: hue angle of 7.96º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E48F82 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 130 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.11 |
| HSL | 7.96º | 0.64% | 0.7% | - |
| HSV(B) | 7.96º | 0.43% | 0.89% | - |
| XYZ | 45.85 | 37.75 | 25.99 | - |
| YUV | 166.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 130 | 0 | 0.37 | 0.43 | 0.11 | 7.96 | 0.64 | 0.7 |
| Hex | E4 | 8F | 82 | 0 | 25 | 2B | B | 8 | 40 | 46 |
| Octal | 344 | 217 | 202 | 0 | 45 | 53 | 13 | 10 | 100 | 106 |
| Binary | 11100100 | 10001111 | 10000010 | 0 | 100101 | 101011 | 1011 | 1000 | 1000000 | 1000110 |
Color Harmonies of #E48F82
Complementary color
Monochromatic Colors of #E48F82
Black with #E48F82
Text Example
Text Example
White with #E48F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48F82; }
p { color: rgb(228,143,130); }
H1.HeaderClassName
{
color: #E48F82;
}
.AnyTagClassName
{
color: #E48F82;
}
</style>
background-color css
<style>
a { background-color: #E48F82; }
a { background-color: rgb(228,143,130); }
div.DivClassName
{
background-color: #E48F82;
}
.BgClassName
{
background-color: #E48F82;
}
</style>
border-color css
<style>
span { border-color: #E48F82; }
span { border-color: rgb(228,143,130); }
td.TdClassName
{
border-color: #E48F82;
}
.TagClassName
{
border-color: #E48F82;
}
</style>