Shades of Sweet Pink #EC9486
Tints of Sweet Pink #EC9486
RGB
CMYK
RGB Variations
Color information
#EC9486 (or 0xEC9486) is known color: Sweet Pink. HEX triplet: EC, 94 and 86. RGB value is (236,148,134). Sum of RGB (Red+Green+Blue) = 236+148+134=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9486 is #136B79. Grayscale: #ACACAC. Windows color (decimal): -1272698 or 8819948. OLE color: 8819948.
HSL color Cylindrical-coordinate representation of color #EC9486: hue angle of 8.24º 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 #EC9486 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 134 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.07 |
| HSL | 8.24º | 0.73% | 0.73% | - |
| HSV(B) | 8.24º | 0.43% | 0.93% | - |
| XYZ | 49.49 | 40.73 | 27.81 | - |
| YUV | 172.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 134 | 0 | 0.37 | 0.43 | 0.07 | 8.24 | 0.73 | 0.73 |
| Hex | EC | 94 | 86 | 0 | 25 | 2B | 7 | 8 | 49 | 49 |
| Octal | 354 | 224 | 206 | 0 | 45 | 53 | 7 | 10 | 111 | 111 |
| Binary | 11101100 | 10010100 | 10000110 | 0 | 100101 | 101011 | 111 | 1000 | 1001001 | 1001001 |
Color Harmonies of #EC9486
Complementary color
Monochromatic Colors of #EC9486
Black with #EC9486
Text Example
Text Example
White with #EC9486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9486; }
p { color: rgb(236,148,134); }
H1.HeaderClassName
{
color: #EC9486;
}
.AnyTagClassName
{
color: #EC9486;
}
</style>
background-color css
<style>
a { background-color: #EC9486; }
a { background-color: rgb(236,148,134); }
div.DivClassName
{
background-color: #EC9486;
}
.BgClassName
{
background-color: #EC9486;
}
</style>
border-color css
<style>
span { border-color: #EC9486; }
span { border-color: rgb(236,148,134); }
td.TdClassName
{
border-color: #EC9486;
}
.TagClassName
{
border-color: #EC9486;
}
</style>