Shades of Sweet Pink #EC9488
Tints of Sweet Pink #EC9488
RGB
CMYK
RGB Variations
Color information
#EC9488 (or 0xEC9488) is known color: Sweet Pink. HEX triplet: EC, 94 and 88. RGB value is (236,148,136). Sum of RGB (Red+Green+Blue) = 236+148+136=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9488 is #136B77. Grayscale: #ADADAD. Windows color (decimal): -1272696 or 8951020. OLE color: 8951020.
HSL color Cylindrical-coordinate representation of color #EC9488: hue angle of 7.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 #EC9488 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 136 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.07 |
| HSL | 7.2º | 0.72% | 0.73% | - |
| HSV(B) | 7.2º | 0.42% | 0.93% | - |
| XYZ | 49.63 | 40.79 | 28.55 | - |
| YUV | 172.94 | 107.15 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 136 | 0 | 0.37 | 0.42 | 0.07 | 7.2 | 0.72 | 0.73 |
| Hex | EC | 94 | 88 | 0 | 25 | 2A | 7 | 7 | 48 | 49 |
| Octal | 354 | 224 | 210 | 0 | 45 | 52 | 7 | 7 | 110 | 111 |
| Binary | 11101100 | 10010100 | 10001000 | 0 | 100101 | 101010 | 111 | 111 | 1001000 | 1001001 |
Color Harmonies of #EC9488
Complementary color
Monochromatic Colors of #EC9488
Black with #EC9488
Text Example
Text Example
White with #EC9488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9488; }
p { color: rgb(236,148,136); }
H1.HeaderClassName
{
color: #EC9488;
}
.AnyTagClassName
{
color: #EC9488;
}
</style>
background-color css
<style>
a { background-color: #EC9488; }
a { background-color: rgb(236,148,136); }
div.DivClassName
{
background-color: #EC9488;
}
.BgClassName
{
background-color: #EC9488;
}
</style>
border-color css
<style>
span { border-color: #EC9488; }
span { border-color: rgb(236,148,136); }
td.TdClassName
{
border-color: #EC9488;
}
.TagClassName
{
border-color: #EC9488;
}
</style>