Shades of My Pink #E38C84
Tints of My Pink #E38C84
RGB
CMYK
RGB Variations
Color information
#E38C84 (or 0xE38C84) is known color: My Pink. HEX triplet: E3, 8C and 84. RGB value is (227,140,132). Sum of RGB (Red+Green+Blue) = 227+140+132=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38C84 is #1C737B. Grayscale: #A5A5A5. Windows color (decimal): -1864572 or 8686819. OLE color: 8686819.
HSL color Cylindrical-coordinate representation of color #E38C84: hue angle of 5.05º 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 #E38C84 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 140 | 132 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.11 |
| HSL | 5.05º | 0.63% | 0.7% | - |
| HSV(B) | 5.05º | 0.42% | 0.89% | - |
| XYZ | 45.22 | 36.75 | 26.54 | - |
| YUV | 165.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 140 | 132 | 0 | 0.38 | 0.42 | 0.11 | 5.05 | 0.63 | 0.7 |
| Hex | E3 | 8C | 84 | 0 | 26 | 2A | B | 5 | 3F | 46 |
| Octal | 343 | 214 | 204 | 0 | 46 | 52 | 13 | 5 | 77 | 106 |
| Binary | 11100011 | 10001100 | 10000100 | 0 | 100110 | 101010 | 1011 | 101 | 111111 | 1000110 |
Color Harmonies of #E38C84
Complementary color
Monochromatic Colors of #E38C84
Black with #E38C84
Text Example
Text Example
White with #E38C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38C84; }
p { color: rgb(227,140,132); }
H1.HeaderClassName
{
color: #E38C84;
}
.AnyTagClassName
{
color: #E38C84;
}
</style>
background-color css
<style>
a { background-color: #E38C84; }
a { background-color: rgb(227,140,132); }
div.DivClassName
{
background-color: #E38C84;
}
.BgClassName
{
background-color: #E38C84;
}
</style>
border-color css
<style>
span { border-color: #E38C84; }
span { border-color: rgb(227,140,132); }
td.TdClassName
{
border-color: #E38C84;
}
.TagClassName
{
border-color: #E38C84;
}
</style>