Shades of My Pink #E08A84
Tints of My Pink #E08A84
RGB
CMYK
RGB Variations
Color information
#E08A84 (or 0xE08A84) is known color: My Pink. HEX triplet: E0, 8A and 84. RGB value is (224,138,132). Sum of RGB (Red+Green+Blue) = 224+138+132=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08A84 is #1F757B. Grayscale: #A3A3A3. Windows color (decimal): -2061692 or 8686304. OLE color: 8686304.
HSL color Cylindrical-coordinate representation of color #E08A84: hue angle of 3.91º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E08A84 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 132 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.12 |
| HSL | 3.91º | 0.6% | 0.7% | - |
| HSV(B) | 3.91º | 0.41% | 0.88% | - |
| XYZ | 43.99 | 35.69 | 26.4 | - |
| YUV | 163.03 | 110.49 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 132 | 0 | 0.38 | 0.41 | 0.12 | 3.91 | 0.6 | 0.7 |
| Hex | E0 | 8A | 84 | 0 | 26 | 29 | C | 4 | 3C | 46 |
| Octal | 340 | 212 | 204 | 0 | 46 | 51 | 14 | 4 | 74 | 106 |
| Binary | 11100000 | 10001010 | 10000100 | 0 | 100110 | 101001 | 1100 | 100 | 111100 | 1000110 |
Color Harmonies of #E08A84
Complementary color
Monochromatic Colors of #E08A84
Black with #E08A84
Text Example
Text Example
White with #E08A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A84; }
p { color: rgb(224,138,132); }
H1.HeaderClassName
{
color: #E08A84;
}
.AnyTagClassName
{
color: #E08A84;
}
</style>
background-color css
<style>
a { background-color: #E08A84; }
a { background-color: rgb(224,138,132); }
div.DivClassName
{
background-color: #E08A84;
}
.BgClassName
{
background-color: #E08A84;
}
</style>
border-color css
<style>
span { border-color: #E08A84; }
span { border-color: rgb(224,138,132); }
td.TdClassName
{
border-color: #E08A84;
}
.TagClassName
{
border-color: #E08A84;
}
</style>