Shades of My Pink #E48B7E
Tints of My Pink #E48B7E
RGB
CMYK
RGB Variations
Color information
#E48B7E (or 0xE48B7E) is known color: My Pink. HEX triplet: E4, 8B and 7E. RGB value is (228,139,126). Sum of RGB (Red+Green+Blue) = 228+139+126=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48B7E is #1B7481. Grayscale: #A4A4A4. Windows color (decimal): -1799298 or 8293348. OLE color: 8293348.
HSL color Cylindrical-coordinate representation of color #E48B7E: hue angle of 7.65º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E48B7E is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 126 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.11 |
| HSL | 7.65º | 0.65% | 0.69% | - |
| HSV(B) | 7.65º | 0.45% | 0.89% | - |
| XYZ | 44.99 | 36.47 | 24.41 | - |
| YUV | 164.13 | 106.49 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 126 | 0 | 0.39 | 0.45 | 0.11 | 7.65 | 0.65 | 0.69 |
| Hex | E4 | 8B | 7E | 0 | 27 | 2D | B | 8 | 41 | 45 |
| Octal | 344 | 213 | 176 | 0 | 47 | 55 | 13 | 10 | 101 | 105 |
| Binary | 11100100 | 10001011 | 1111110 | 0 | 100111 | 101101 | 1011 | 1000 | 1000001 | 1000101 |
Color Harmonies of #E48B7E
Complementary color
Monochromatic Colors of #E48B7E
Black with #E48B7E
Text Example
Text Example
White with #E48B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48B7E; }
p { color: rgb(228,139,126); }
H1.HeaderClassName
{
color: #E48B7E;
}
.AnyTagClassName
{
color: #E48B7E;
}
</style>
background-color css
<style>
a { background-color: #E48B7E; }
a { background-color: rgb(228,139,126); }
div.DivClassName
{
background-color: #E48B7E;
}
.BgClassName
{
background-color: #E48B7E;
}
</style>
border-color css
<style>
span { border-color: #E48B7E; }
span { border-color: rgb(228,139,126); }
td.TdClassName
{
border-color: #E48B7E;
}
.TagClassName
{
border-color: #E48B7E;
}
</style>