Shades of Sweet Pink #EC9389
Tints of Sweet Pink #EC9389
RGB
CMYK
RGB Variations
Color information
#EC9389 (or 0xEC9389) is known color: Sweet Pink. HEX triplet: EC, 93 and 89. RGB value is (236,147,137). Sum of RGB (Red+Green+Blue) = 236+147+137=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9389 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9389 is #136C76. Grayscale: #ACACAC. Windows color (decimal): -1272951 or 9016300. OLE color: 9016300.
HSL color Cylindrical-coordinate representation of color #EC9389: hue angle of 6.06º 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 #EC9389 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 137 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.07 |
| HSL | 6.06º | 0.72% | 0.73% | - |
| HSV(B) | 6.06º | 0.42% | 0.93% | - |
| XYZ | 49.54 | 40.51 | 28.87 | - |
| YUV | 172.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 137 | 0 | 0.38 | 0.42 | 0.07 | 6.06 | 0.72 | 0.73 |
| Hex | EC | 93 | 89 | 0 | 26 | 2A | 7 | 6 | 48 | 49 |
| Octal | 354 | 223 | 211 | 0 | 46 | 52 | 7 | 6 | 110 | 111 |
| Binary | 11101100 | 10010011 | 10001001 | 0 | 100110 | 101010 | 111 | 110 | 1001000 | 1001001 |
Color Harmonies of #EC9389
Complementary color
Monochromatic Colors of #EC9389
Black with #EC9389
Text Example
Text Example
White with #EC9389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9389; }
p { color: rgb(236,147,137); }
H1.HeaderClassName
{
color: #EC9389;
}
.AnyTagClassName
{
color: #EC9389;
}
</style>
background-color css
<style>
a { background-color: #EC9389; }
a { background-color: rgb(236,147,137); }
div.DivClassName
{
background-color: #EC9389;
}
.BgClassName
{
background-color: #EC9389;
}
</style>
border-color css
<style>
span { border-color: #EC9389; }
span { border-color: rgb(236,147,137); }
td.TdClassName
{
border-color: #EC9389;
}
.TagClassName
{
border-color: #EC9389;
}
</style>