Shades of Sweet Pink #EC8D8C
Tints of Sweet Pink #EC8D8C
RGB
CMYK
RGB Variations
Color information
#EC8D8C (or 0xEC8D8C) is known color: Sweet Pink. HEX triplet: EC, 8D and 8C. RGB value is (236,141,140). Sum of RGB (Red+Green+Blue) = 236+141+140=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8D8C is #137273. Grayscale: #A9A9A9. Windows color (decimal): -1274484 or 9211372. OLE color: 9211372.
HSL color Cylindrical-coordinate representation of color #EC8D8C: hue angle of 0.62º 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 #EC8D8C is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 140 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.07 |
| HSL | 0.63º | 0.72% | 0.74% | - |
| HSV(B) | 0.63º | 0.41% | 0.93% | - |
| XYZ | 48.85 | 38.78 | 29.72 | - |
| YUV | 169.29 | 111.47 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 140 | 0 | 0.40 | 0.41 | 0.07 | 0.63 | 0.72 | 0.74 |
| Hex | EC | 8D | 8C | 0 | 28 | 29 | 7 | 1 | 48 | 4A |
| Octal | 354 | 215 | 214 | 0 | 50 | 51 | 7 | 1 | 110 | 112 |
| Binary | 11101100 | 10001101 | 10001100 | 0 | 101000 | 101001 | 111 | 1 | 1001000 | 1001010 |
Color Harmonies of #EC8D8C
Complementary color
Monochromatic Colors of #EC8D8C
Black with #EC8D8C
Text Example
Text Example
White with #EC8D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D8C; }
p { color: rgb(236,141,140); }
H1.HeaderClassName
{
color: #EC8D8C;
}
.AnyTagClassName
{
color: #EC8D8C;
}
</style>
background-color css
<style>
a { background-color: #EC8D8C; }
a { background-color: rgb(236,141,140); }
div.DivClassName
{
background-color: #EC8D8C;
}
.BgClassName
{
background-color: #EC8D8C;
}
</style>
border-color css
<style>
span { border-color: #EC8D8C; }
span { border-color: rgb(236,141,140); }
td.TdClassName
{
border-color: #EC8D8C;
}
.TagClassName
{
border-color: #EC8D8C;
}
</style>