Shades of Sweet Pink #EC8B8A
Tints of Sweet Pink #EC8B8A
RGB
CMYK
RGB Variations
Color information
#EC8B8A (or 0xEC8B8A) is known color: Sweet Pink. HEX triplet: EC, 8B and 8A. RGB value is (236,139,138). Sum of RGB (Red+Green+Blue) = 236+139+138=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8B8A is #137475. Grayscale: #A7A7A7. Windows color (decimal): -1274998 or 9079788. OLE color: 9079788.
HSL color Cylindrical-coordinate representation of color #EC8B8A: hue angle of 0.61º 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 #EC8B8A is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 138 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.07 |
| HSL | 0.61º | 0.72% | 0.73% | - |
| HSV(B) | 0.61º | 0.42% | 0.93% | - |
| XYZ | 48.41 | 38.13 | 28.85 | - |
| YUV | 167.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 138 | 0 | 0.41 | 0.42 | 0.07 | 0.61 | 0.72 | 0.73 |
| Hex | EC | 8B | 8A | 0 | 29 | 2A | 7 | 1 | 48 | 49 |
| Octal | 354 | 213 | 212 | 0 | 51 | 52 | 7 | 1 | 110 | 111 |
| Binary | 11101100 | 10001011 | 10001010 | 0 | 101001 | 101010 | 111 | 1 | 1001000 | 1001001 |
Color Harmonies of #EC8B8A
Complementary color
Monochromatic Colors of #EC8B8A
Black with #EC8B8A
Text Example
Text Example
White with #EC8B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B8A; }
p { color: rgb(236,139,138); }
H1.HeaderClassName
{
color: #EC8B8A;
}
.AnyTagClassName
{
color: #EC8B8A;
}
</style>
background-color css
<style>
a { background-color: #EC8B8A; }
a { background-color: rgb(236,139,138); }
div.DivClassName
{
background-color: #EC8B8A;
}
.BgClassName
{
background-color: #EC8B8A;
}
</style>
border-color css
<style>
span { border-color: #EC8B8A; }
span { border-color: rgb(236,139,138); }
td.TdClassName
{
border-color: #EC8B8A;
}
.TagClassName
{
border-color: #EC8B8A;
}
</style>