Shades of My Pink #E09086
Tints of My Pink #E09086
RGB
CMYK
RGB Variations
Color information
#E09086 (or 0xE09086) is known color: My Pink. HEX triplet: E0, 90 and 86. RGB value is (224,144,134). Sum of RGB (Red+Green+Blue) = 224+144+134=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E09086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09086 is #1F6F79. Grayscale: #A6A6A6. Windows color (decimal): -2060154 or 8818912. OLE color: 8818912.
HSL color Cylindrical-coordinate representation of color #E09086: hue angle of 6.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E09086 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 134 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.12 |
| HSL | 6.67º | 0.59% | 0.7% | - |
| HSV(B) | 6.67º | 0.4% | 0.88% | - |
| XYZ | 45.02 | 37.52 | 27.42 | - |
| YUV | 166.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 134 | 0 | 0.36 | 0.40 | 0.12 | 6.67 | 0.59 | 0.7 |
| Hex | E0 | 90 | 86 | 0 | 24 | 28 | C | 7 | 3B | 46 |
| Octal | 340 | 220 | 206 | 0 | 44 | 50 | 14 | 7 | 73 | 106 |
| Binary | 11100000 | 10010000 | 10000110 | 0 | 100100 | 101000 | 1100 | 111 | 111011 | 1000110 |
Color Harmonies of #E09086
Complementary color
Monochromatic Colors of #E09086
Black with #E09086
Text Example
Text Example
White with #E09086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09086; }
p { color: rgb(224,144,134); }
H1.HeaderClassName
{
color: #E09086;
}
.AnyTagClassName
{
color: #E09086;
}
</style>
background-color css
<style>
a { background-color: #E09086; }
a { background-color: rgb(224,144,134); }
div.DivClassName
{
background-color: #E09086;
}
.BgClassName
{
background-color: #E09086;
}
</style>
border-color css
<style>
span { border-color: #E09086; }
span { border-color: rgb(224,144,134); }
td.TdClassName
{
border-color: #E09086;
}
.TagClassName
{
border-color: #E09086;
}
</style>