Shades of My Pink #E28B7D
Tints of My Pink #E28B7D
RGB
CMYK
RGB Variations
Color information
#E28B7D (or 0xE28B7D) is known color: My Pink. HEX triplet: E2, 8B and 7D. RGB value is (226,139,125). Sum of RGB (Red+Green+Blue) = 226+139+125=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E28B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28B7D is #1D7482. Grayscale: #A3A3A3. Windows color (decimal): -1930371 or 8227810. OLE color: 8227810.
HSL color Cylindrical-coordinate representation of color #E28B7D: hue angle of 8.32º degrees, saturation: 0.64, 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 #E28B7D is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 139 | 125 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.11 |
| HSL | 8.32º | 0.64% | 0.69% | - |
| HSV(B) | 8.32º | 0.45% | 0.89% | - |
| XYZ | 44.3 | 36.11 | 24.04 | - |
| YUV | 163.42 | 106.32 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 139 | 125 | 0 | 0.38 | 0.45 | 0.11 | 8.32 | 0.64 | 0.69 |
| Hex | E2 | 8B | 7D | 0 | 26 | 2D | B | 8 | 40 | 45 |
| Octal | 342 | 213 | 175 | 0 | 46 | 55 | 13 | 10 | 100 | 105 |
| Binary | 11100010 | 10001011 | 1111101 | 0 | 100110 | 101101 | 1011 | 1000 | 1000000 | 1000101 |
Color Harmonies of #E28B7D
Complementary color
Monochromatic Colors of #E28B7D
Black with #E28B7D
Text Example
Text Example
White with #E28B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28B7D; }
p { color: rgb(226,139,125); }
H1.HeaderClassName
{
color: #E28B7D;
}
.AnyTagClassName
{
color: #E28B7D;
}
</style>
background-color css
<style>
a { background-color: #E28B7D; }
a { background-color: rgb(226,139,125); }
div.DivClassName
{
background-color: #E28B7D;
}
.BgClassName
{
background-color: #E28B7D;
}
</style>
border-color css
<style>
span { border-color: #E28B7D; }
span { border-color: rgb(226,139,125); }
td.TdClassName
{
border-color: #E28B7D;
}
.TagClassName
{
border-color: #E28B7D;
}
</style>