Shades of My Pink #E08C7F
Tints of My Pink #E08C7F
RGB
CMYK
RGB Variations
Color information
#E08C7F (or 0xE08C7F) is known color: My Pink. HEX triplet: E0, 8C and 7F. RGB value is (224,140,127). Sum of RGB (Red+Green+Blue) = 224+140+127=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08C7F is #1F7380. Grayscale: #A3A3A3. Windows color (decimal): -2061185 or 8359136. OLE color: 8359136.
HSL color Cylindrical-coordinate representation of color #E08C7F: hue angle of 8.04º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E08C7F is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 127 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.12 |
| HSL | 8.04º | 0.61% | 0.69% | - |
| HSV(B) | 8.04º | 0.43% | 0.88% | - |
| XYZ | 43.95 | 36.14 | 24.74 | - |
| YUV | 163.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 127 | 0 | 0.38 | 0.43 | 0.12 | 8.04 | 0.61 | 0.69 |
| Hex | E0 | 8C | 7F | 0 | 26 | 2B | C | 8 | 3D | 45 |
| Octal | 340 | 214 | 177 | 0 | 46 | 53 | 14 | 10 | 75 | 105 |
| Binary | 11100000 | 10001100 | 1111111 | 0 | 100110 | 101011 | 1100 | 1000 | 111101 | 1000101 |
Color Harmonies of #E08C7F
Complementary color
Monochromatic Colors of #E08C7F
Black with #E08C7F
Text Example
Text Example
White with #E08C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C7F; }
p { color: rgb(224,140,127); }
H1.HeaderClassName
{
color: #E08C7F;
}
.AnyTagClassName
{
color: #E08C7F;
}
</style>
background-color css
<style>
a { background-color: #E08C7F; }
a { background-color: rgb(224,140,127); }
div.DivClassName
{
background-color: #E08C7F;
}
.BgClassName
{
background-color: #E08C7F;
}
</style>
border-color css
<style>
span { border-color: #E08C7F; }
span { border-color: rgb(224,140,127); }
td.TdClassName
{
border-color: #E08C7F;
}
.TagClassName
{
border-color: #E08C7F;
}
</style>