Shades of My Pink #E08E7E
Tints of My Pink #E08E7E
RGB
CMYK
RGB Variations
Color information
#E08E7E (or 0xE08E7E) is known color: My Pink. HEX triplet: E0, 8E and 7E. RGB value is (224,142,126). Sum of RGB (Red+Green+Blue) = 224+142+126=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E7E is #1F7181. Grayscale: #A4A4A4. Windows color (decimal): -2060674 or 8294112. OLE color: 8294112.
HSL color Cylindrical-coordinate representation of color #E08E7E: hue angle of 9.8º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E08E7E is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 126 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.12 |
| HSL | 9.8º | 0.61% | 0.69% | - |
| HSV(B) | 9.8º | 0.44% | 0.88% | - |
| XYZ | 44.18 | 36.7 | 24.49 | - |
| YUV | 164.69 | 106.17 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 126 | 0 | 0.37 | 0.44 | 0.12 | 9.8 | 0.61 | 0.69 |
| Hex | E0 | 8E | 7E | 0 | 25 | 2C | C | A | 3D | 45 |
| Octal | 340 | 216 | 176 | 0 | 45 | 54 | 14 | 12 | 75 | 105 |
| Binary | 11100000 | 10001110 | 1111110 | 0 | 100101 | 101100 | 1100 | 1010 | 111101 | 1000101 |
Color Harmonies of #E08E7E
Complementary color
Monochromatic Colors of #E08E7E
Black with #E08E7E
Text Example
Text Example
White with #E08E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08E7E; }
p { color: rgb(224,142,126); }
H1.HeaderClassName
{
color: #E08E7E;
}
.AnyTagClassName
{
color: #E08E7E;
}
</style>
background-color css
<style>
a { background-color: #E08E7E; }
a { background-color: rgb(224,142,126); }
div.DivClassName
{
background-color: #E08E7E;
}
.BgClassName
{
background-color: #E08E7E;
}
</style>
border-color css
<style>
span { border-color: #E08E7E; }
span { border-color: rgb(224,142,126); }
td.TdClassName
{
border-color: #E08E7E;
}
.TagClassName
{
border-color: #E08E7E;
}
</style>