Shades of Sweet Pink #E88C80
Tints of Sweet Pink #E88C80
RGB
CMYK
RGB Variations
Color information
#E88C80 (or 0xE88C80) is known color: Sweet Pink. HEX triplet: E8, 8C and 80. RGB value is (232,140,128). Sum of RGB (Red+Green+Blue) = 232+140+128=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88C80 is #17737F. Grayscale: #A6A6A6. Windows color (decimal): -1536896 or 8424680. OLE color: 8424680.
HSL color Cylindrical-coordinate representation of color #E88C80: hue angle of 6.92º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E88C80 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 140 | 128 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.09 |
| HSL | 6.92º | 0.69% | 0.71% | - |
| HSV(B) | 6.92º | 0.45% | 0.91% | - |
| XYZ | 46.55 | 37.47 | 25.2 | - |
| YUV | 166.14 | 106.48 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 128 | 0 | 0.40 | 0.45 | 0.09 | 6.92 | 0.69 | 0.71 |
| Hex | E8 | 8C | 80 | 0 | 28 | 2D | 9 | 7 | 45 | 47 |
| Octal | 350 | 214 | 200 | 0 | 50 | 55 | 11 | 7 | 105 | 107 |
| Binary | 11101000 | 10001100 | 10000000 | 0 | 101000 | 101101 | 1001 | 111 | 1000101 | 1000111 |
Color Harmonies of #E88C80
Complementary color
Monochromatic Colors of #E88C80
Black with #E88C80
Text Example
Text Example
White with #E88C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88C80; }
p { color: rgb(232,140,128); }
H1.HeaderClassName
{
color: #E88C80;
}
.AnyTagClassName
{
color: #E88C80;
}
</style>
background-color css
<style>
a { background-color: #E88C80; }
a { background-color: rgb(232,140,128); }
div.DivClassName
{
background-color: #E88C80;
}
.BgClassName
{
background-color: #E88C80;
}
</style>
border-color css
<style>
span { border-color: #E88C80; }
span { border-color: rgb(232,140,128); }
td.TdClassName
{
border-color: #E88C80;
}
.TagClassName
{
border-color: #E88C80;
}
</style>