Shades of My Pink #E29084
Tints of My Pink #E29084
RGB
CMYK
RGB Variations
Color information
#E29084 (or 0xE29084) is known color: My Pink. HEX triplet: E2, 90 and 84. RGB value is (226,144,132). Sum of RGB (Red+Green+Blue) = 226+144+132=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E29084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29084 is #1D6F7B. Grayscale: #A7A7A7. Windows color (decimal): -1929084 or 8687842. OLE color: 8687842.
HSL color Cylindrical-coordinate representation of color #E29084: hue angle of 7.66º 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 #E29084 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 132 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.11 |
| HSL | 7.66º | 0.62% | 0.7% | - |
| HSV(B) | 7.66º | 0.42% | 0.89% | - |
| XYZ | 45.5 | 37.78 | 26.72 | - |
| YUV | 167.15 | 108.17 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 132 | 0 | 0.36 | 0.42 | 0.11 | 7.66 | 0.62 | 0.7 |
| Hex | E2 | 90 | 84 | 0 | 24 | 2A | B | 8 | 3E | 46 |
| Octal | 342 | 220 | 204 | 0 | 44 | 52 | 13 | 10 | 76 | 106 |
| Binary | 11100010 | 10010000 | 10000100 | 0 | 100100 | 101010 | 1011 | 1000 | 111110 | 1000110 |
Color Harmonies of #E29084
Complementary color
Monochromatic Colors of #E29084
Black with #E29084
Text Example
Text Example
White with #E29084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29084; }
p { color: rgb(226,144,132); }
H1.HeaderClassName
{
color: #E29084;
}
.AnyTagClassName
{
color: #E29084;
}
</style>
background-color css
<style>
a { background-color: #E29084; }
a { background-color: rgb(226,144,132); }
div.DivClassName
{
background-color: #E29084;
}
.BgClassName
{
background-color: #E29084;
}
</style>
border-color css
<style>
span { border-color: #E29084; }
span { border-color: rgb(226,144,132); }
td.TdClassName
{
border-color: #E29084;
}
.TagClassName
{
border-color: #E29084;
}
</style>