Shades of Sweet Pink #EC9086
Tints of Sweet Pink #EC9086
RGB
CMYK
RGB Variations
Color information
#EC9086 (or 0xEC9086) is known color: Sweet Pink. HEX triplet: EC, 90 and 86. RGB value is (236,144,134). Sum of RGB (Red+Green+Blue) = 236+144+134=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9086 is #136F79. Grayscale: #AAAAAA. Windows color (decimal): -1273722 or 8818924. OLE color: 8818924.
HSL color Cylindrical-coordinate representation of color #EC9086: hue angle of 5.88º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC9086 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 134 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.07 |
| HSL | 5.88º | 0.73% | 0.73% | - |
| HSV(B) | 5.88º | 0.43% | 0.93% | - |
| XYZ | 48.87 | 39.5 | 27.6 | - |
| YUV | 170.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 134 | 0 | 0.39 | 0.43 | 0.07 | 5.88 | 0.73 | 0.73 |
| Hex | EC | 90 | 86 | 0 | 27 | 2B | 7 | 6 | 49 | 49 |
| Octal | 354 | 220 | 206 | 0 | 47 | 53 | 7 | 6 | 111 | 111 |
| Binary | 11101100 | 10010000 | 10000110 | 0 | 100111 | 101011 | 111 | 110 | 1001001 | 1001001 |
Color Harmonies of #EC9086
Complementary color
Monochromatic Colors of #EC9086
Black with #EC9086
Text Example
Text Example
White with #EC9086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9086; }
p { color: rgb(236,144,134); }
H1.HeaderClassName
{
color: #EC9086;
}
.AnyTagClassName
{
color: #EC9086;
}
</style>
background-color css
<style>
a { background-color: #EC9086; }
a { background-color: rgb(236,144,134); }
div.DivClassName
{
background-color: #EC9086;
}
.BgClassName
{
background-color: #EC9086;
}
</style>
border-color css
<style>
span { border-color: #EC9086; }
span { border-color: rgb(236,144,134); }
td.TdClassName
{
border-color: #EC9086;
}
.TagClassName
{
border-color: #EC9086;
}
</style>