Shades of My Pink #E09184
Tints of My Pink #E09184
RGB
CMYK
RGB Variations
Color information
#E09184 (or 0xE09184) is known color: My Pink. HEX triplet: E0, 91 and 84. RGB value is (224,145,132). Sum of RGB (Red+Green+Blue) = 224+145+132=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E09184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09184 is #1F6E7B. Grayscale: #A7A7A7. Windows color (decimal): -2059900 or 8688096. OLE color: 8688096.
HSL color Cylindrical-coordinate representation of color #E09184: hue angle of 8.48º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E09184 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 132 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.12 |
| HSL | 8.48º | 0.6% | 0.7% | - |
| HSV(B) | 8.48º | 0.41% | 0.88% | - |
| XYZ | 45.03 | 37.76 | 26.75 | - |
| YUV | 167.14 | 108.17 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 132 | 0 | 0.35 | 0.41 | 0.12 | 8.48 | 0.6 | 0.7 |
| Hex | E0 | 91 | 84 | 0 | 23 | 29 | C | 8 | 3C | 46 |
| Octal | 340 | 221 | 204 | 0 | 43 | 51 | 14 | 10 | 74 | 106 |
| Binary | 11100000 | 10010001 | 10000100 | 0 | 100011 | 101001 | 1100 | 1000 | 111100 | 1000110 |
Color Harmonies of #E09184
Complementary color
Monochromatic Colors of #E09184
Black with #E09184
Text Example
Text Example
White with #E09184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09184; }
p { color: rgb(224,145,132); }
H1.HeaderClassName
{
color: #E09184;
}
.AnyTagClassName
{
color: #E09184;
}
</style>
background-color css
<style>
a { background-color: #E09184; }
a { background-color: rgb(224,145,132); }
div.DivClassName
{
background-color: #E09184;
}
.BgClassName
{
background-color: #E09184;
}
</style>
border-color css
<style>
span { border-color: #E09184; }
span { border-color: rgb(224,145,132); }
td.TdClassName
{
border-color: #E09184;
}
.TagClassName
{
border-color: #E09184;
}
</style>