Shades of Sweet Pink #EC8A88
Tints of Sweet Pink #EC8A88
RGB
CMYK
RGB Variations
Color information
#EC8A88 (or 0xEC8A88) is known color: Sweet Pink. HEX triplet: EC, 8A and 88. RGB value is (236,138,136). Sum of RGB (Red+Green+Blue) = 236+138+136=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8A88 is #137577. Grayscale: #A7A7A7. Windows color (decimal): -1275256 or 8948460. OLE color: 8948460.
HSL color Cylindrical-coordinate representation of color #EC8A88: hue angle of 1.2º 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 #EC8A88 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 136 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.07 |
| HSL | 1.2º | 0.72% | 0.73% | - |
| HSV(B) | 1.2º | 0.42% | 0.93% | - |
| XYZ | 48.12 | 37.79 | 28.05 | - |
| YUV | 167.07 | 110.47 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 136 | 0 | 0.42 | 0.42 | 0.07 | 1.2 | 0.72 | 0.73 |
| Hex | EC | 8A | 88 | 0 | 2A | 2A | 7 | 1 | 48 | 49 |
| Octal | 354 | 212 | 210 | 0 | 52 | 52 | 7 | 1 | 110 | 111 |
| Binary | 11101100 | 10001010 | 10001000 | 0 | 101010 | 101010 | 111 | 1 | 1001000 | 1001001 |
Color Harmonies of #EC8A88
Complementary color
Monochromatic Colors of #EC8A88
Black with #EC8A88
Text Example
Text Example
White with #EC8A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A88; }
p { color: rgb(236,138,136); }
H1.HeaderClassName
{
color: #EC8A88;
}
.AnyTagClassName
{
color: #EC8A88;
}
</style>
background-color css
<style>
a { background-color: #EC8A88; }
a { background-color: rgb(236,138,136); }
div.DivClassName
{
background-color: #EC8A88;
}
.BgClassName
{
background-color: #EC8A88;
}
</style>
border-color css
<style>
span { border-color: #EC8A88; }
span { border-color: rgb(236,138,136); }
td.TdClassName
{
border-color: #EC8A88;
}
.TagClassName
{
border-color: #EC8A88;
}
</style>