Shades of Sweet Pink #EC8B88
Tints of Sweet Pink #EC8B88
RGB
CMYK
RGB Variations
Color information
#EC8B88 (or 0xEC8B88) is known color: Sweet Pink. HEX triplet: EC, 8B and 88. RGB value is (236,139,136). Sum of RGB (Red+Green+Blue) = 236+139+136=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8B88 is #137477. Grayscale: #A7A7A7. Windows color (decimal): -1275000 or 8948716. OLE color: 8948716.
HSL color Cylindrical-coordinate representation of color #EC8B88: hue angle of 1.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8B88 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 136 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.07 |
| HSL | 1.8º | 0.72% | 0.73% | - |
| HSV(B) | 1.8º | 0.42% | 0.93% | - |
| XYZ | 48.27 | 38.08 | 28.1 | - |
| YUV | 167.66 | 110.14 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 136 | 0 | 0.41 | 0.42 | 0.07 | 1.8 | 0.72 | 0.73 |
| Hex | EC | 8B | 88 | 0 | 29 | 2A | 7 | 2 | 48 | 49 |
| Octal | 354 | 213 | 210 | 0 | 51 | 52 | 7 | 2 | 110 | 111 |
| Binary | 11101100 | 10001011 | 10001000 | 0 | 101001 | 101010 | 111 | 10 | 1001000 | 1001001 |
Color Harmonies of #EC8B88
Complementary color
Monochromatic Colors of #EC8B88
Black with #EC8B88
Text Example
Text Example
White with #EC8B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B88; }
p { color: rgb(236,139,136); }
H1.HeaderClassName
{
color: #EC8B88;
}
.AnyTagClassName
{
color: #EC8B88;
}
</style>
background-color css
<style>
a { background-color: #EC8B88; }
a { background-color: rgb(236,139,136); }
div.DivClassName
{
background-color: #EC8B88;
}
.BgClassName
{
background-color: #EC8B88;
}
</style>
border-color css
<style>
span { border-color: #EC8B88; }
span { border-color: rgb(236,139,136); }
td.TdClassName
{
border-color: #EC8B88;
}
.TagClassName
{
border-color: #EC8B88;
}
</style>