Shades of My Pink #E08A7C
Tints of My Pink #E08A7C
RGB
CMYK
RGB Variations
Color information
#E08A7C (or 0xE08A7C) is known color: My Pink. HEX triplet: E0, 8A and 7C. RGB value is (224,138,124). Sum of RGB (Red+Green+Blue) = 224+138+124=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A7C is #1F7583. Grayscale: #A2A2A2. Windows color (decimal): -2061700 or 8162016. OLE color: 8162016.
HSL color Cylindrical-coordinate representation of color #E08A7C: hue angle of 8.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E08A7C is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 124 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.12 |
| HSL | 8.4º | 0.62% | 0.68% | - |
| HSV(B) | 8.4º | 0.45% | 0.88% | - |
| XYZ | 43.47 | 35.48 | 23.63 | - |
| YUV | 162.12 | 106.49 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 124 | 0 | 0.38 | 0.45 | 0.12 | 8.4 | 0.62 | 0.68 |
| Hex | E0 | 8A | 7C | 0 | 26 | 2D | C | 8 | 3E | 44 |
| Octal | 340 | 212 | 174 | 0 | 46 | 55 | 14 | 10 | 76 | 104 |
| Binary | 11100000 | 10001010 | 1111100 | 0 | 100110 | 101101 | 1100 | 1000 | 111110 | 1000100 |
Color Harmonies of #E08A7C
Complementary color
Monochromatic Colors of #E08A7C
Black with #E08A7C
Text Example
Text Example
White with #E08A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A7C; }
p { color: rgb(224,138,124); }
H1.HeaderClassName
{
color: #E08A7C;
}
.AnyTagClassName
{
color: #E08A7C;
}
</style>
background-color css
<style>
a { background-color: #E08A7C; }
a { background-color: rgb(224,138,124); }
div.DivClassName
{
background-color: #E08A7C;
}
.BgClassName
{
background-color: #E08A7C;
}
</style>
border-color css
<style>
span { border-color: #E08A7C; }
span { border-color: rgb(224,138,124); }
td.TdClassName
{
border-color: #E08A7C;
}
.TagClassName
{
border-color: #E08A7C;
}
</style>