Shades of Sweet Pink #EC8C88
Tints of Sweet Pink #EC8C88
RGB
CMYK
RGB Variations
Color information
#EC8C88 (or 0xEC8C88) is known color: Sweet Pink. HEX triplet: EC, 8C and 88. RGB value is (236,140,136). Sum of RGB (Red+Green+Blue) = 236+140+136=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8C88 is #137377. Grayscale: #A8A8A8. Windows color (decimal): -1274744 or 8948972. OLE color: 8948972.
HSL color Cylindrical-coordinate representation of color #EC8C88: hue angle of 2.4º 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 #EC8C88 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 136 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.07 |
| HSL | 2.4º | 0.72% | 0.73% | - |
| HSV(B) | 2.4º | 0.42% | 0.93% | - |
| XYZ | 48.41 | 38.37 | 28.15 | - |
| YUV | 168.25 | 109.8 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 136 | 0 | 0.41 | 0.42 | 0.07 | 2.4 | 0.72 | 0.73 |
| Hex | EC | 8C | 88 | 0 | 29 | 2A | 7 | 2 | 48 | 49 |
| Octal | 354 | 214 | 210 | 0 | 51 | 52 | 7 | 2 | 110 | 111 |
| Binary | 11101100 | 10001100 | 10001000 | 0 | 101001 | 101010 | 111 | 10 | 1001000 | 1001001 |
Color Harmonies of #EC8C88
Complementary color
Monochromatic Colors of #EC8C88
Black with #EC8C88
Text Example
Text Example
White with #EC8C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C88; }
p { color: rgb(236,140,136); }
H1.HeaderClassName
{
color: #EC8C88;
}
.AnyTagClassName
{
color: #EC8C88;
}
</style>
background-color css
<style>
a { background-color: #EC8C88; }
a { background-color: rgb(236,140,136); }
div.DivClassName
{
background-color: #EC8C88;
}
.BgClassName
{
background-color: #EC8C88;
}
</style>
border-color css
<style>
span { border-color: #EC8C88; }
span { border-color: rgb(236,140,136); }
td.TdClassName
{
border-color: #EC8C88;
}
.TagClassName
{
border-color: #EC8C88;
}
</style>