Shades of My Pink #E38E7F
Tints of My Pink #E38E7F
RGB
CMYK
RGB Variations
Color information
#E38E7F (or 0xE38E7F) is known color: My Pink. HEX triplet: E3, 8E and 7F. RGB value is (227,142,127). Sum of RGB (Red+Green+Blue) = 227+142+127=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38E7F is #1C7180. Grayscale: #A5A5A5. Windows color (decimal): -1864065 or 8359651. OLE color: 8359651.
HSL color Cylindrical-coordinate representation of color #E38E7F: hue angle of 9º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E38E7F is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 127 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.11 |
| HSL | 9º | 0.64% | 0.69% | - |
| HSV(B) | 9º | 0.44% | 0.89% | - |
| XYZ | 45.18 | 37.21 | 24.88 | - |
| YUV | 165.71 | 106.16 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 127 | 0 | 0.37 | 0.44 | 0.11 | 9 | 0.64 | 0.69 |
| Hex | E3 | 8E | 7F | 0 | 25 | 2C | B | 9 | 40 | 45 |
| Octal | 343 | 216 | 177 | 0 | 45 | 54 | 13 | 11 | 100 | 105 |
| Binary | 11100011 | 10001110 | 1111111 | 0 | 100101 | 101100 | 1011 | 1001 | 1000000 | 1000101 |
Color Harmonies of #E38E7F
Complementary color
Monochromatic Colors of #E38E7F
Black with #E38E7F
Text Example
Text Example
White with #E38E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38E7F; }
p { color: rgb(227,142,127); }
H1.HeaderClassName
{
color: #E38E7F;
}
.AnyTagClassName
{
color: #E38E7F;
}
</style>
background-color css
<style>
a { background-color: #E38E7F; }
a { background-color: rgb(227,142,127); }
div.DivClassName
{
background-color: #E38E7F;
}
.BgClassName
{
background-color: #E38E7F;
}
</style>
border-color css
<style>
span { border-color: #E38E7F; }
span { border-color: rgb(227,142,127); }
td.TdClassName
{
border-color: #E38E7F;
}
.TagClassName
{
border-color: #E38E7F;
}
</style>