Shades of My Pink #E08D81
Tints of My Pink #E08D81
RGB
CMYK
RGB Variations
Color information
#E08D81 (or 0xE08D81) is known color: My Pink. HEX triplet: E0, 8D and 81. RGB value is (224,141,129). Sum of RGB (Red+Green+Blue) = 224+141+129=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08D81 is #1F727E. Grayscale: #A4A4A4. Windows color (decimal): -2060927 or 8490464. OLE color: 8490464.
HSL color Cylindrical-coordinate representation of color #E08D81: hue angle of 7.58º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E08D81 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 129 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.12 |
| HSL | 7.58º | 0.61% | 0.69% | - |
| HSV(B) | 7.58º | 0.42% | 0.88% | - |
| XYZ | 44.23 | 36.48 | 25.48 | - |
| YUV | 164.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 129 | 0 | 0.37 | 0.42 | 0.12 | 7.58 | 0.61 | 0.69 |
| Hex | E0 | 8D | 81 | 0 | 25 | 2A | C | 8 | 3D | 45 |
| Octal | 340 | 215 | 201 | 0 | 45 | 52 | 14 | 10 | 75 | 105 |
| Binary | 11100000 | 10001101 | 10000001 | 0 | 100101 | 101010 | 1100 | 1000 | 111101 | 1000101 |
Color Harmonies of #E08D81
Complementary color
Monochromatic Colors of #E08D81
Black with #E08D81
Text Example
Text Example
White with #E08D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D81; }
p { color: rgb(224,141,129); }
H1.HeaderClassName
{
color: #E08D81;
}
.AnyTagClassName
{
color: #E08D81;
}
</style>
background-color css
<style>
a { background-color: #E08D81; }
a { background-color: rgb(224,141,129); }
div.DivClassName
{
background-color: #E08D81;
}
.BgClassName
{
background-color: #E08D81;
}
</style>
border-color css
<style>
span { border-color: #E08D81; }
span { border-color: rgb(224,141,129); }
td.TdClassName
{
border-color: #E08D81;
}
.TagClassName
{
border-color: #E08D81;
}
</style>