Shades of My Pink #E19085
Tints of My Pink #E19085
RGB
CMYK
RGB Variations
Color information
#E19085 (or 0xE19085) is known color: My Pink. HEX triplet: E1, 90 and 85. RGB value is (225,144,133). Sum of RGB (Red+Green+Blue) = 225+144+133=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E19085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19085 is #1E6F7A. Grayscale: #A7A7A7. Windows color (decimal): -1994619 or 8753377. OLE color: 8753377.
HSL color Cylindrical-coordinate representation of color #E19085: hue angle of 7.17º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E19085 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 133 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.12 |
| HSL | 7.17º | 0.61% | 0.7% | - |
| HSV(B) | 7.17º | 0.41% | 0.88% | - |
| XYZ | 45.26 | 37.65 | 27.07 | - |
| YUV | 166.97 | 108.84 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 133 | 0 | 0.36 | 0.41 | 0.12 | 7.17 | 0.61 | 0.7 |
| Hex | E1 | 90 | 85 | 0 | 24 | 29 | C | 7 | 3D | 46 |
| Octal | 341 | 220 | 205 | 0 | 44 | 51 | 14 | 7 | 75 | 106 |
| Binary | 11100001 | 10010000 | 10000101 | 0 | 100100 | 101001 | 1100 | 111 | 111101 | 1000110 |
Color Harmonies of #E19085
Complementary color
Monochromatic Colors of #E19085
Black with #E19085
Text Example
Text Example
White with #E19085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19085; }
p { color: rgb(225,144,133); }
H1.HeaderClassName
{
color: #E19085;
}
.AnyTagClassName
{
color: #E19085;
}
</style>
background-color css
<style>
a { background-color: #E19085; }
a { background-color: rgb(225,144,133); }
div.DivClassName
{
background-color: #E19085;
}
.BgClassName
{
background-color: #E19085;
}
</style>
border-color css
<style>
span { border-color: #E19085; }
span { border-color: rgb(225,144,133); }
td.TdClassName
{
border-color: #E19085;
}
.TagClassName
{
border-color: #E19085;
}
</style>