Shades of My Pink #E38D84
Tints of My Pink #E38D84
RGB
CMYK
RGB Variations
Color information
#E38D84 (or 0xE38D84) is known color: My Pink. HEX triplet: E3, 8D and 84. RGB value is (227,141,132). Sum of RGB (Red+Green+Blue) = 227+141+132=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38D84 is #1C727B. Grayscale: #A5A5A5. Windows color (decimal): -1864316 or 8687075. OLE color: 8687075.
HSL color Cylindrical-coordinate representation of color #E38D84: hue angle of 5.68º degrees, saturation: 0.63, 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 #E38D84 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 132 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.11 |
| HSL | 5.68º | 0.63% | 0.7% | - |
| HSV(B) | 5.68º | 0.42% | 0.89% | - |
| XYZ | 45.37 | 37.05 | 26.59 | - |
| YUV | 165.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 132 | 0 | 0.38 | 0.42 | 0.11 | 5.68 | 0.63 | 0.7 |
| Hex | E3 | 8D | 84 | 0 | 26 | 2A | B | 6 | 3F | 46 |
| Octal | 343 | 215 | 204 | 0 | 46 | 52 | 13 | 6 | 77 | 106 |
| Binary | 11100011 | 10001101 | 10000100 | 0 | 100110 | 101010 | 1011 | 110 | 111111 | 1000110 |
Color Harmonies of #E38D84
Complementary color
Monochromatic Colors of #E38D84
Black with #E38D84
Text Example
Text Example
White with #E38D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38D84; }
p { color: rgb(227,141,132); }
H1.HeaderClassName
{
color: #E38D84;
}
.AnyTagClassName
{
color: #E38D84;
}
</style>
background-color css
<style>
a { background-color: #E38D84; }
a { background-color: rgb(227,141,132); }
div.DivClassName
{
background-color: #E38D84;
}
.BgClassName
{
background-color: #E38D84;
}
</style>
border-color css
<style>
span { border-color: #E38D84; }
span { border-color: rgb(227,141,132); }
td.TdClassName
{
border-color: #E38D84;
}
.TagClassName
{
border-color: #E38D84;
}
</style>