Shades of Sweet Pink #EC8D8B
Tints of Sweet Pink #EC8D8B
RGB
CMYK
RGB Variations
Color information
#EC8D8B (or 0xEC8D8B) is known color: Sweet Pink. HEX triplet: EC, 8D and 8B. RGB value is (236,141,139). Sum of RGB (Red+Green+Blue) = 236+141+139=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8D8B is #137274. Grayscale: #A9A9A9. Windows color (decimal): -1274485 or 9145836. OLE color: 9145836.
HSL color Cylindrical-coordinate representation of color #EC8D8B: hue angle of 1.24º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8D8B is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 139 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.07 |
| HSL | 1.24º | 0.72% | 0.74% | - |
| HSV(B) | 1.24º | 0.41% | 0.93% | - |
| XYZ | 48.78 | 38.75 | 29.33 | - |
| YUV | 169.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 139 | 0 | 0.40 | 0.41 | 0.07 | 1.24 | 0.72 | 0.74 |
| Hex | EC | 8D | 8B | 0 | 28 | 29 | 7 | 1 | 48 | 4A |
| Octal | 354 | 215 | 213 | 0 | 50 | 51 | 7 | 1 | 110 | 112 |
| Binary | 11101100 | 10001101 | 10001011 | 0 | 101000 | 101001 | 111 | 1 | 1001000 | 1001010 |
Color Harmonies of #EC8D8B
Complementary color
Monochromatic Colors of #EC8D8B
Black with #EC8D8B
Text Example
Text Example
White with #EC8D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D8B; }
p { color: rgb(236,141,139); }
H1.HeaderClassName
{
color: #EC8D8B;
}
.AnyTagClassName
{
color: #EC8D8B;
}
</style>
background-color css
<style>
a { background-color: #EC8D8B; }
a { background-color: rgb(236,141,139); }
div.DivClassName
{
background-color: #EC8D8B;
}
.BgClassName
{
background-color: #EC8D8B;
}
</style>
border-color css
<style>
span { border-color: #EC8D8B; }
span { border-color: rgb(236,141,139); }
td.TdClassName
{
border-color: #EC8D8B;
}
.TagClassName
{
border-color: #EC8D8B;
}
</style>