Shades of My Pink #E08F83
Tints of My Pink #E08F83
RGB
CMYK
RGB Variations
Color information
#E08F83 (or 0xE08F83) is known color: My Pink. HEX triplet: E0, 8F and 83. RGB value is (224,143,131). Sum of RGB (Red+Green+Blue) = 224+143+131=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08F83 is #1F707C. Grayscale: #A5A5A5. Windows color (decimal): -2060413 or 8622048. OLE color: 8622048.
HSL color Cylindrical-coordinate representation of color #E08F83: hue angle of 7.74º 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 #E08F83 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 131 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.12 |
| HSL | 7.74º | 0.6% | 0.7% | - |
| HSV(B) | 7.74º | 0.42% | 0.88% | - |
| XYZ | 44.66 | 37.13 | 26.29 | - |
| YUV | 165.85 | 108.34 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 131 | 0 | 0.36 | 0.42 | 0.12 | 7.74 | 0.6 | 0.7 |
| Hex | E0 | 8F | 83 | 0 | 24 | 2A | C | 8 | 3C | 46 |
| Octal | 340 | 217 | 203 | 0 | 44 | 52 | 14 | 10 | 74 | 106 |
| Binary | 11100000 | 10001111 | 10000011 | 0 | 100100 | 101010 | 1100 | 1000 | 111100 | 1000110 |
Color Harmonies of #E08F83
Complementary color
Monochromatic Colors of #E08F83
Black with #E08F83
Text Example
Text Example
White with #E08F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F83; }
p { color: rgb(224,143,131); }
H1.HeaderClassName
{
color: #E08F83;
}
.AnyTagClassName
{
color: #E08F83;
}
</style>
background-color css
<style>
a { background-color: #E08F83; }
a { background-color: rgb(224,143,131); }
div.DivClassName
{
background-color: #E08F83;
}
.BgClassName
{
background-color: #E08F83;
}
</style>
border-color css
<style>
span { border-color: #E08F83; }
span { border-color: rgb(224,143,131); }
td.TdClassName
{
border-color: #E08F83;
}
.TagClassName
{
border-color: #E08F83;
}
</style>