Shades of My Pink #E28D84
Tints of My Pink #E28D84
RGB
CMYK
RGB Variations
Color information
#E28D84 (or 0xE28D84) is known color: My Pink. HEX triplet: E2, 8D and 84. RGB value is (226,141,132). Sum of RGB (Red+Green+Blue) = 226+141+132=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28D84 is #1D727B. Grayscale: #A5A5A5. Windows color (decimal): -1929852 or 8687074. OLE color: 8687074.
HSL color Cylindrical-coordinate representation of color #E28D84: hue angle of 5.74º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E28D84 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 132 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.11 |
| HSL | 5.74º | 0.62% | 0.7% | - |
| HSV(B) | 5.74º | 0.42% | 0.89% | - |
| XYZ | 45.05 | 36.88 | 26.57 | - |
| YUV | 165.39 | 109.16 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 132 | 0 | 0.38 | 0.42 | 0.11 | 5.74 | 0.62 | 0.7 |
| Hex | E2 | 8D | 84 | 0 | 26 | 2A | B | 6 | 3E | 46 |
| Octal | 342 | 215 | 204 | 0 | 46 | 52 | 13 | 6 | 76 | 106 |
| Binary | 11100010 | 10001101 | 10000100 | 0 | 100110 | 101010 | 1011 | 110 | 111110 | 1000110 |
Color Harmonies of #E28D84
Complementary color
Monochromatic Colors of #E28D84
Black with #E28D84
Text Example
Text Example
White with #E28D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28D84; }
p { color: rgb(226,141,132); }
H1.HeaderClassName
{
color: #E28D84;
}
.AnyTagClassName
{
color: #E28D84;
}
</style>
background-color css
<style>
a { background-color: #E28D84; }
a { background-color: rgb(226,141,132); }
div.DivClassName
{
background-color: #E28D84;
}
.BgClassName
{
background-color: #E28D84;
}
</style>
border-color css
<style>
span { border-color: #E28D84; }
span { border-color: rgb(226,141,132); }
td.TdClassName
{
border-color: #E28D84;
}
.TagClassName
{
border-color: #E28D84;
}
</style>