Shades of My Pink #E08A83
Tints of My Pink #E08A83
RGB
CMYK
RGB Variations
Color information
#E08A83 (or 0xE08A83) is known color: My Pink. HEX triplet: E0, 8A and 83. RGB value is (224,138,131). Sum of RGB (Red+Green+Blue) = 224+138+131=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08A83 is #1F757C. Grayscale: #A3A3A3. Windows color (decimal): -2061693 or 8620768. OLE color: 8620768.
HSL color Cylindrical-coordinate representation of color #E08A83: hue angle of 4.52º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E08A83 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 131 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.12 |
| HSL | 4.52º | 0.6% | 0.7% | - |
| HSV(B) | 4.52º | 0.42% | 0.88% | - |
| XYZ | 43.93 | 35.66 | 26.04 | - |
| YUV | 162.92 | 109.99 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 131 | 0 | 0.38 | 0.42 | 0.12 | 4.52 | 0.6 | 0.7 |
| Hex | E0 | 8A | 83 | 0 | 26 | 2A | C | 5 | 3C | 46 |
| Octal | 340 | 212 | 203 | 0 | 46 | 52 | 14 | 5 | 74 | 106 |
| Binary | 11100000 | 10001010 | 10000011 | 0 | 100110 | 101010 | 1100 | 101 | 111100 | 1000110 |
Color Harmonies of #E08A83
Complementary color
Monochromatic Colors of #E08A83
Black with #E08A83
Text Example
Text Example
White with #E08A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A83; }
p { color: rgb(224,138,131); }
H1.HeaderClassName
{
color: #E08A83;
}
.AnyTagClassName
{
color: #E08A83;
}
</style>
background-color css
<style>
a { background-color: #E08A83; }
a { background-color: rgb(224,138,131); }
div.DivClassName
{
background-color: #E08A83;
}
.BgClassName
{
background-color: #E08A83;
}
</style>
border-color css
<style>
span { border-color: #E08A83; }
span { border-color: rgb(224,138,131); }
td.TdClassName
{
border-color: #E08A83;
}
.TagClassName
{
border-color: #E08A83;
}
</style>