Shades of My Pink #E08E7B
Tints of My Pink #E08E7B
RGB
CMYK
RGB Variations
Color information
#E08E7B (or 0xE08E7B) is known color: My Pink. HEX triplet: E0, 8E and 7B. RGB value is (224,142,123). Sum of RGB (Red+Green+Blue) = 224+142+123=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E7B is #1F7184. Grayscale: #A4A4A4. Windows color (decimal): -2060677 or 8097504. OLE color: 8097504.
HSL color Cylindrical-coordinate representation of color #E08E7B: hue angle of 11.29º 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 #E08E7B is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 123 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.12 |
| HSL | 11.29º | 0.62% | 0.68% | - |
| HSV(B) | 11.29º | 0.45% | 0.88% | - |
| XYZ | 43.99 | 36.62 | 23.49 | - |
| YUV | 164.35 | 104.67 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 123 | 0 | 0.37 | 0.45 | 0.12 | 11.29 | 0.62 | 0.68 |
| Hex | E0 | 8E | 7B | 0 | 25 | 2D | C | B | 3E | 44 |
| Octal | 340 | 216 | 173 | 0 | 45 | 55 | 14 | 13 | 76 | 104 |
| Binary | 11100000 | 10001110 | 1111011 | 0 | 100101 | 101101 | 1100 | 1011 | 111110 | 1000100 |
Color Harmonies of #E08E7B
Complementary color
Monochromatic Colors of #E08E7B
Black with #E08E7B
Text Example
Text Example
White with #E08E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08E7B; }
p { color: rgb(224,142,123); }
H1.HeaderClassName
{
color: #E08E7B;
}
.AnyTagClassName
{
color: #E08E7B;
}
</style>
background-color css
<style>
a { background-color: #E08E7B; }
a { background-color: rgb(224,142,123); }
div.DivClassName
{
background-color: #E08E7B;
}
.BgClassName
{
background-color: #E08E7B;
}
</style>
border-color css
<style>
span { border-color: #E08E7B; }
span { border-color: rgb(224,142,123); }
td.TdClassName
{
border-color: #E08E7B;
}
.TagClassName
{
border-color: #E08E7B;
}
</style>