Shades of My Pink #E08D88
Tints of My Pink #E08D88
RGB
CMYK
RGB Variations
Color information
#E08D88 (or 0xE08D88) is known color: My Pink. HEX triplet: E0, 8D and 88. RGB value is (224,141,136). Sum of RGB (Red+Green+Blue) = 224+141+136=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08D88 is #1F7277. Grayscale: #A5A5A5. Windows color (decimal): -2060920 or 8949216. OLE color: 8949216.
HSL color Cylindrical-coordinate representation of color #E08D88: hue angle of 3.41º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E08D88 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 136 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.12 |
| HSL | 3.41º | 0.59% | 0.71% | - |
| HSV(B) | 3.41º | 0.39% | 0.88% | - |
| XYZ | 44.71 | 36.67 | 28.02 | - |
| YUV | 165.25 | 111.5 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 136 | 0 | 0.37 | 0.39 | 0.12 | 3.41 | 0.59 | 0.71 |
| Hex | E0 | 8D | 88 | 0 | 25 | 27 | C | 3 | 3B | 47 |
| Octal | 340 | 215 | 210 | 0 | 45 | 47 | 14 | 3 | 73 | 107 |
| Binary | 11100000 | 10001101 | 10001000 | 0 | 100101 | 100111 | 1100 | 11 | 111011 | 1000111 |
Color Harmonies of #E08D88
Complementary color
Monochromatic Colors of #E08D88
Black with #E08D88
Text Example
Text Example
White with #E08D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D88; }
p { color: rgb(224,141,136); }
H1.HeaderClassName
{
color: #E08D88;
}
.AnyTagClassName
{
color: #E08D88;
}
</style>
background-color css
<style>
a { background-color: #E08D88; }
a { background-color: rgb(224,141,136); }
div.DivClassName
{
background-color: #E08D88;
}
.BgClassName
{
background-color: #E08D88;
}
</style>
border-color css
<style>
span { border-color: #E08D88; }
span { border-color: rgb(224,141,136); }
td.TdClassName
{
border-color: #E08D88;
}
.TagClassName
{
border-color: #E08D88;
}
</style>