Shades of My Pink #E18A83
Tints of My Pink #E18A83
RGB
CMYK
RGB Variations
Color information
#E18A83 (or 0xE18A83) is known color: My Pink. HEX triplet: E1, 8A and 83. RGB value is (225,138,131). Sum of RGB (Red+Green+Blue) = 225+138+131=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18A83 is #1E757C. Grayscale: #A3A3A3. Windows color (decimal): -1996157 or 8620769. OLE color: 8620769.
HSL color Cylindrical-coordinate representation of color #E18A83: hue angle of 4.47º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E18A83 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 131 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.12 |
| HSL | 4.47º | 0.61% | 0.7% | - |
| HSV(B) | 4.47º | 0.42% | 0.88% | - |
| XYZ | 44.24 | 35.82 | 26.06 | - |
| YUV | 163.22 | 109.82 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 131 | 0 | 0.39 | 0.42 | 0.12 | 4.47 | 0.61 | 0.7 |
| Hex | E1 | 8A | 83 | 0 | 27 | 2A | C | 4 | 3D | 46 |
| Octal | 341 | 212 | 203 | 0 | 47 | 52 | 14 | 4 | 75 | 106 |
| Binary | 11100001 | 10001010 | 10000011 | 0 | 100111 | 101010 | 1100 | 100 | 111101 | 1000110 |
Color Harmonies of #E18A83
Complementary color
Monochromatic Colors of #E18A83
Black with #E18A83
Text Example
Text Example
White with #E18A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A83; }
p { color: rgb(225,138,131); }
H1.HeaderClassName
{
color: #E18A83;
}
.AnyTagClassName
{
color: #E18A83;
}
</style>
background-color css
<style>
a { background-color: #E18A83; }
a { background-color: rgb(225,138,131); }
div.DivClassName
{
background-color: #E18A83;
}
.BgClassName
{
background-color: #E18A83;
}
</style>
border-color css
<style>
span { border-color: #E18A83; }
span { border-color: rgb(225,138,131); }
td.TdClassName
{
border-color: #E18A83;
}
.TagClassName
{
border-color: #E18A83;
}
</style>