Shades of My Pink #E28D7E
Tints of My Pink #E28D7E
RGB
CMYK
RGB Variations
Color information
#E28D7E (or 0xE28D7E) is known color: My Pink. HEX triplet: E2, 8D and 7E. RGB value is (226,141,126). Sum of RGB (Red+Green+Blue) = 226+141+126=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28D7E is #1D7281. Grayscale: #A4A4A4. Windows color (decimal): -1929858 or 8293858. OLE color: 8293858.
HSL color Cylindrical-coordinate representation of color #E28D7E: hue angle of 9º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E28D7E is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 126 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.11 |
| HSL | 9º | 0.63% | 0.69% | - |
| HSV(B) | 9º | 0.44% | 0.89% | - |
| XYZ | 44.65 | 36.72 | 24.47 | - |
| YUV | 164.71 | 106.16 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 126 | 0 | 0.38 | 0.44 | 0.11 | 9 | 0.63 | 0.69 |
| Hex | E2 | 8D | 7E | 0 | 26 | 2C | B | 9 | 3F | 45 |
| Octal | 342 | 215 | 176 | 0 | 46 | 54 | 13 | 11 | 77 | 105 |
| Binary | 11100010 | 10001101 | 1111110 | 0 | 100110 | 101100 | 1011 | 1001 | 111111 | 1000101 |
Color Harmonies of #E28D7E
Complementary color
Monochromatic Colors of #E28D7E
Black with #E28D7E
Text Example
Text Example
White with #E28D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28D7E; }
p { color: rgb(226,141,126); }
H1.HeaderClassName
{
color: #E28D7E;
}
.AnyTagClassName
{
color: #E28D7E;
}
</style>
background-color css
<style>
a { background-color: #E28D7E; }
a { background-color: rgb(226,141,126); }
div.DivClassName
{
background-color: #E28D7E;
}
.BgClassName
{
background-color: #E28D7E;
}
</style>
border-color css
<style>
span { border-color: #E28D7E; }
span { border-color: rgb(226,141,126); }
td.TdClassName
{
border-color: #E28D7E;
}
.TagClassName
{
border-color: #E28D7E;
}
</style>