Shades of My Pink #E08E81
Tints of My Pink #E08E81
RGB
CMYK
RGB Variations
Color information
#E08E81 (or 0xE08E81) is known color: My Pink. HEX triplet: E0, 8E and 81. RGB value is (224,142,129). Sum of RGB (Red+Green+Blue) = 224+142+129=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08E81 is #1F717E. Grayscale: #A5A5A5. Windows color (decimal): -2060671 or 8490720. OLE color: 8490720.
HSL color Cylindrical-coordinate representation of color #E08E81: hue angle of 8.21º 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 #E08E81 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 129 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.12 |
| HSL | 8.21º | 0.61% | 0.69% | - |
| HSV(B) | 8.21º | 0.42% | 0.88% | - |
| XYZ | 44.38 | 36.78 | 25.53 | - |
| YUV | 165.04 | 107.67 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 129 | 0 | 0.37 | 0.42 | 0.12 | 8.21 | 0.61 | 0.69 |
| Hex | E0 | 8E | 81 | 0 | 25 | 2A | C | 8 | 3D | 45 |
| Octal | 340 | 216 | 201 | 0 | 45 | 52 | 14 | 10 | 75 | 105 |
| Binary | 11100000 | 10001110 | 10000001 | 0 | 100101 | 101010 | 1100 | 1000 | 111101 | 1000101 |
Color Harmonies of #E08E81
Complementary color
Monochromatic Colors of #E08E81
Black with #E08E81
Text Example
Text Example
White with #E08E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08E81; }
p { color: rgb(224,142,129); }
H1.HeaderClassName
{
color: #E08E81;
}
.AnyTagClassName
{
color: #E08E81;
}
</style>
background-color css
<style>
a { background-color: #E08E81; }
a { background-color: rgb(224,142,129); }
div.DivClassName
{
background-color: #E08E81;
}
.BgClassName
{
background-color: #E08E81;
}
</style>
border-color css
<style>
span { border-color: #E08E81; }
span { border-color: rgb(224,142,129); }
td.TdClassName
{
border-color: #E08E81;
}
.TagClassName
{
border-color: #E08E81;
}
</style>