Shades of My Pink #E09082
Tints of My Pink #E09082
RGB
CMYK
RGB Variations
Color information
#E09082 (or 0xE09082) is known color: My Pink. HEX triplet: E0, 90 and 82. RGB value is (224,144,130). Sum of RGB (Red+Green+Blue) = 224+144+130=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E09082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09082 is #1F6F7D. Grayscale: #A6A6A6. Windows color (decimal): -2060158 or 8556768. OLE color: 8556768.
HSL color Cylindrical-coordinate representation of color #E09082: hue angle of 8.94º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E09082 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 130 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.12 |
| HSL | 8.94º | 0.6% | 0.69% | - |
| HSV(B) | 8.94º | 0.42% | 0.88% | - |
| XYZ | 44.74 | 37.41 | 25.98 | - |
| YUV | 166.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 130 | 0 | 0.36 | 0.42 | 0.12 | 8.94 | 0.6 | 0.69 |
| Hex | E0 | 90 | 82 | 0 | 24 | 2A | C | 9 | 3C | 45 |
| Octal | 340 | 220 | 202 | 0 | 44 | 52 | 14 | 11 | 74 | 105 |
| Binary | 11100000 | 10010000 | 10000010 | 0 | 100100 | 101010 | 1100 | 1001 | 111100 | 1000101 |
Color Harmonies of #E09082
Complementary color
Monochromatic Colors of #E09082
Black with #E09082
Text Example
Text Example
White with #E09082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09082; }
p { color: rgb(224,144,130); }
H1.HeaderClassName
{
color: #E09082;
}
.AnyTagClassName
{
color: #E09082;
}
</style>
background-color css
<style>
a { background-color: #E09082; }
a { background-color: rgb(224,144,130); }
div.DivClassName
{
background-color: #E09082;
}
.BgClassName
{
background-color: #E09082;
}
</style>
border-color css
<style>
span { border-color: #E09082; }
span { border-color: rgb(224,144,130); }
td.TdClassName
{
border-color: #E09082;
}
.TagClassName
{
border-color: #E09082;
}
</style>