Shades of Sweet Pink #EC9387
Tints of Sweet Pink #EC9387
RGB
CMYK
RGB Variations
Color information
#EC9387 (or 0xEC9387) is known color: Sweet Pink. HEX triplet: EC, 93 and 87. RGB value is (236,147,135). Sum of RGB (Red+Green+Blue) = 236+147+135=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9387 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9387 is #136C78. Grayscale: #ACACAC. Windows color (decimal): -1272953 or 8885228. OLE color: 8885228.
HSL color Cylindrical-coordinate representation of color #EC9387: hue angle of 7.13º 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 #EC9387 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 135 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.07 |
| HSL | 7.13º | 0.73% | 0.73% | - |
| HSV(B) | 7.13º | 0.43% | 0.93% | - |
| XYZ | 49.4 | 40.45 | 28.13 | - |
| YUV | 172.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 135 | 0 | 0.38 | 0.43 | 0.07 | 7.13 | 0.73 | 0.73 |
| Hex | EC | 93 | 87 | 0 | 26 | 2B | 7 | 7 | 49 | 49 |
| Octal | 354 | 223 | 207 | 0 | 46 | 53 | 7 | 7 | 111 | 111 |
| Binary | 11101100 | 10010011 | 10000111 | 0 | 100110 | 101011 | 111 | 111 | 1001001 | 1001001 |
Color Harmonies of #EC9387
Complementary color
Monochromatic Colors of #EC9387
Black with #EC9387
Text Example
Text Example
White with #EC9387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9387; }
p { color: rgb(236,147,135); }
H1.HeaderClassName
{
color: #EC9387;
}
.AnyTagClassName
{
color: #EC9387;
}
</style>
background-color css
<style>
a { background-color: #EC9387; }
a { background-color: rgb(236,147,135); }
div.DivClassName
{
background-color: #EC9387;
}
.BgClassName
{
background-color: #EC9387;
}
</style>
border-color css
<style>
span { border-color: #EC9387; }
span { border-color: rgb(236,147,135); }
td.TdClassName
{
border-color: #EC9387;
}
.TagClassName
{
border-color: #EC9387;
}
</style>