Shades of Sweet Pink #E48988
Tints of Sweet Pink #E48988
RGB
CMYK
RGB Variations
Color information
#E48988 (or 0xE48988) is known color: Sweet Pink. HEX triplet: E4, 89 and 88. RGB value is (228,137,136). Sum of RGB (Red+Green+Blue) = 228+137+136=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 228 - color contains mainly: red. Hex color #E48988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48988 is #1B7677. Grayscale: #A4A4A4. Windows color (decimal): -1799800 or 8948196. OLE color: 8948196.
HSL color Cylindrical-coordinate representation of color #E48988: hue angle of 0.65º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E48988 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 137 | 136 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.11 |
| HSL | 0.65º | 0.63% | 0.71% | - |
| HSV(B) | 0.65º | 0.4% | 0.89% | - |
| XYZ | 45.38 | 36.16 | 27.88 | - |
| YUV | 164.1 | 112.15 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 137 | 136 | 0 | 0.40 | 0.40 | 0.11 | 0.65 | 0.63 | 0.71 |
| Hex | E4 | 89 | 88 | 0 | 28 | 28 | B | 1 | 3F | 47 |
| Octal | 344 | 211 | 210 | 0 | 50 | 50 | 13 | 1 | 77 | 107 |
| Binary | 11100100 | 10001001 | 10001000 | 0 | 101000 | 101000 | 1011 | 1 | 111111 | 1000111 |
Color Harmonies of #E48988
Complementary color
Monochromatic Colors of #E48988
Black with #E48988
Text Example
Text Example
White with #E48988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48988; }
p { color: rgb(228,137,136); }
H1.HeaderClassName
{
color: #E48988;
}
.AnyTagClassName
{
color: #E48988;
}
</style>
background-color css
<style>
a { background-color: #E48988; }
a { background-color: rgb(228,137,136); }
div.DivClassName
{
background-color: #E48988;
}
.BgClassName
{
background-color: #E48988;
}
</style>
border-color css
<style>
span { border-color: #E48988; }
span { border-color: rgb(228,137,136); }
td.TdClassName
{
border-color: #E48988;
}
.TagClassName
{
border-color: #E48988;
}
</style>