Shades of My Pink #E08C7C
Tints of My Pink #E08C7C
RGB
CMYK
RGB Variations
Color information
#E08C7C (or 0xE08C7C) is known color: My Pink. HEX triplet: E0, 8C and 7C. RGB value is (224,140,124). Sum of RGB (Red+Green+Blue) = 224+140+124=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08C7C is #1F7383. Grayscale: #A3A3A3. Windows color (decimal): -2061188 or 8162528. OLE color: 8162528.
HSL color Cylindrical-coordinate representation of color #E08C7C: hue angle of 9.6º 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 #E08C7C is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 124 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.12 |
| HSL | 9.6º | 0.62% | 0.68% | - |
| HSV(B) | 9.6º | 0.45% | 0.88% | - |
| XYZ | 43.76 | 36.06 | 23.72 | - |
| YUV | 163.29 | 105.83 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 124 | 0 | 0.38 | 0.45 | 0.12 | 9.6 | 0.62 | 0.68 |
| Hex | E0 | 8C | 7C | 0 | 26 | 2D | C | A | 3E | 44 |
| Octal | 340 | 214 | 174 | 0 | 46 | 55 | 14 | 12 | 76 | 104 |
| Binary | 11100000 | 10001100 | 1111100 | 0 | 100110 | 101101 | 1100 | 1010 | 111110 | 1000100 |
Color Harmonies of #E08C7C
Complementary color
Monochromatic Colors of #E08C7C
Black with #E08C7C
Text Example
Text Example
White with #E08C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C7C; }
p { color: rgb(224,140,124); }
H1.HeaderClassName
{
color: #E08C7C;
}
.AnyTagClassName
{
color: #E08C7C;
}
</style>
background-color css
<style>
a { background-color: #E08C7C; }
a { background-color: rgb(224,140,124); }
div.DivClassName
{
background-color: #E08C7C;
}
.BgClassName
{
background-color: #E08C7C;
}
</style>
border-color css
<style>
span { border-color: #E08C7C; }
span { border-color: rgb(224,140,124); }
td.TdClassName
{
border-color: #E08C7C;
}
.TagClassName
{
border-color: #E08C7C;
}
</style>