Shades of My Pink #E09080
Tints of My Pink #E09080
RGB
CMYK
RGB Variations
Color information
#E09080 (or 0xE09080) is known color: My Pink. HEX triplet: E0, 90 and 80. RGB value is (224,144,128). Sum of RGB (Red+Green+Blue) = 224+144+128=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E09080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09080 is #1F6F7F. Grayscale: #A6A6A6. Windows color (decimal): -2060160 or 8425696. OLE color: 8425696.
HSL color Cylindrical-coordinate representation of color #E09080: hue angle of 10º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E09080 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 128 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.12 |
| HSL | 10º | 0.61% | 0.69% | - |
| HSV(B) | 10º | 0.43% | 0.88% | - |
| XYZ | 44.61 | 37.35 | 25.28 | - |
| YUV | 166.1 | 106.5 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 128 | 0 | 0.36 | 0.43 | 0.12 | 10 | 0.61 | 0.69 |
| Hex | E0 | 90 | 80 | 0 | 24 | 2B | C | A | 3D | 45 |
| Octal | 340 | 220 | 200 | 0 | 44 | 53 | 14 | 12 | 75 | 105 |
| Binary | 11100000 | 10010000 | 10000000 | 0 | 100100 | 101011 | 1100 | 1010 | 111101 | 1000101 |
Color Harmonies of #E09080
Complementary color
Monochromatic Colors of #E09080
Black with #E09080
Text Example
Text Example
White with #E09080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09080; }
p { color: rgb(224,144,128); }
H1.HeaderClassName
{
color: #E09080;
}
.AnyTagClassName
{
color: #E09080;
}
</style>
background-color css
<style>
a { background-color: #E09080; }
a { background-color: rgb(224,144,128); }
div.DivClassName
{
background-color: #E09080;
}
.BgClassName
{
background-color: #E09080;
}
</style>
border-color css
<style>
span { border-color: #E09080; }
span { border-color: rgb(224,144,128); }
td.TdClassName
{
border-color: #E09080;
}
.TagClassName
{
border-color: #E09080;
}
</style>