Shades of My Pink #E38C85
Tints of My Pink #E38C85
RGB
CMYK
RGB Variations
Color information
#E38C85 (or 0xE38C85) is known color: My Pink. HEX triplet: E3, 8C and 85. RGB value is (227,140,133). Sum of RGB (Red+Green+Blue) = 227+140+133=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38C85 is #1C737A. Grayscale: #A5A5A5. Windows color (decimal): -1864571 or 8752355. OLE color: 8752355.
HSL color Cylindrical-coordinate representation of color #E38C85: hue angle of 4.47º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E38C85 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 140 | 133 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.11 |
| HSL | 4.47º | 0.63% | 0.71% | - |
| HSV(B) | 4.47º | 0.41% | 0.89% | - |
| XYZ | 45.29 | 36.78 | 26.9 | - |
| YUV | 165.22 | 109.82 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 140 | 133 | 0 | 0.38 | 0.41 | 0.11 | 4.47 | 0.63 | 0.71 |
| Hex | E3 | 8C | 85 | 0 | 26 | 29 | B | 4 | 3F | 47 |
| Octal | 343 | 214 | 205 | 0 | 46 | 51 | 13 | 4 | 77 | 107 |
| Binary | 11100011 | 10001100 | 10000101 | 0 | 100110 | 101001 | 1011 | 100 | 111111 | 1000111 |
Color Harmonies of #E38C85
Complementary color
Monochromatic Colors of #E38C85
Black with #E38C85
Text Example
Text Example
White with #E38C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38C85; }
p { color: rgb(227,140,133); }
H1.HeaderClassName
{
color: #E38C85;
}
.AnyTagClassName
{
color: #E38C85;
}
</style>
background-color css
<style>
a { background-color: #E38C85; }
a { background-color: rgb(227,140,133); }
div.DivClassName
{
background-color: #E38C85;
}
.BgClassName
{
background-color: #E38C85;
}
</style>
border-color css
<style>
span { border-color: #E38C85; }
span { border-color: rgb(227,140,133); }
td.TdClassName
{
border-color: #E38C85;
}
.TagClassName
{
border-color: #E38C85;
}
</style>