Shades of My Pink #E28C7D
Tints of My Pink #E28C7D
RGB
CMYK
RGB Variations
Color information
#E28C7D (or 0xE28C7D) is known color: My Pink. HEX triplet: E2, 8C and 7D. RGB value is (226,140,125). Sum of RGB (Red+Green+Blue) = 226+140+125=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28C7D is #1D7382. Grayscale: #A4A4A4. Windows color (decimal): -1930115 or 8228066. OLE color: 8228066.
HSL color Cylindrical-coordinate representation of color #E28C7D: hue angle of 8.91º 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 #E28C7D is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 125 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.11 |
| HSL | 8.91º | 0.64% | 0.69% | - |
| HSV(B) | 8.91º | 0.45% | 0.89% | - |
| XYZ | 44.44 | 36.41 | 24.09 | - |
| YUV | 164 | 105.99 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 125 | 0 | 0.38 | 0.45 | 0.11 | 8.91 | 0.64 | 0.69 |
| Hex | E2 | 8C | 7D | 0 | 26 | 2D | B | 9 | 40 | 45 |
| Octal | 342 | 214 | 175 | 0 | 46 | 55 | 13 | 11 | 100 | 105 |
| Binary | 11100010 | 10001100 | 1111101 | 0 | 100110 | 101101 | 1011 | 1001 | 1000000 | 1000101 |
Color Harmonies of #E28C7D
Complementary color
Monochromatic Colors of #E28C7D
Black with #E28C7D
Text Example
Text Example
White with #E28C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28C7D; }
p { color: rgb(226,140,125); }
H1.HeaderClassName
{
color: #E28C7D;
}
.AnyTagClassName
{
color: #E28C7D;
}
</style>
background-color css
<style>
a { background-color: #E28C7D; }
a { background-color: rgb(226,140,125); }
div.DivClassName
{
background-color: #E28C7D;
}
.BgClassName
{
background-color: #E28C7D;
}
</style>
border-color css
<style>
span { border-color: #E28C7D; }
span { border-color: rgb(226,140,125); }
td.TdClassName
{
border-color: #E28C7D;
}
.TagClassName
{
border-color: #E28C7D;
}
</style>