Shades of My Pink #E08F87
Tints of My Pink #E08F87
RGB
CMYK
RGB Variations
Color information
#E08F87 (or 0xE08F87) is known color: My Pink. HEX triplet: E0, 8F and 87. RGB value is (224,143,135). Sum of RGB (Red+Green+Blue) = 224+143+135=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08F87 is #1F7078. Grayscale: #A6A6A6. Windows color (decimal): -2060409 or 8884192. OLE color: 8884192.
HSL color Cylindrical-coordinate representation of color #E08F87: hue angle of 5.39º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E08F87 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 135 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.12 |
| HSL | 5.39º | 0.59% | 0.7% | - |
| HSV(B) | 5.39º | 0.4% | 0.88% | - |
| XYZ | 44.94 | 37.24 | 27.74 | - |
| YUV | 166.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 135 | 0 | 0.36 | 0.40 | 0.12 | 5.39 | 0.59 | 0.7 |
| Hex | E0 | 8F | 87 | 0 | 24 | 28 | C | 5 | 3B | 46 |
| Octal | 340 | 217 | 207 | 0 | 44 | 50 | 14 | 5 | 73 | 106 |
| Binary | 11100000 | 10001111 | 10000111 | 0 | 100100 | 101000 | 1100 | 101 | 111011 | 1000110 |
Color Harmonies of #E08F87
Complementary color
Monochromatic Colors of #E08F87
Black with #E08F87
Text Example
Text Example
White with #E08F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F87; }
p { color: rgb(224,143,135); }
H1.HeaderClassName
{
color: #E08F87;
}
.AnyTagClassName
{
color: #E08F87;
}
</style>
background-color css
<style>
a { background-color: #E08F87; }
a { background-color: rgb(224,143,135); }
div.DivClassName
{
background-color: #E08F87;
}
.BgClassName
{
background-color: #E08F87;
}
</style>
border-color css
<style>
span { border-color: #E08F87; }
span { border-color: rgb(224,143,135); }
td.TdClassName
{
border-color: #E08F87;
}
.TagClassName
{
border-color: #E08F87;
}
</style>