Shades of Sweet Pink #EC9385
Tints of Sweet Pink #EC9385
RGB
CMYK
RGB Variations
Color information
#EC9385 (or 0xEC9385) is known color: Sweet Pink. HEX triplet: EC, 93 and 85. RGB value is (236,147,133). Sum of RGB (Red+Green+Blue) = 236+147+133=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9385 is #136C7A. Grayscale: #ACACAC. Windows color (decimal): -1272955 or 8754156. OLE color: 8754156.
HSL color Cylindrical-coordinate representation of color #EC9385: hue angle of 8.16º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC9385 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 133 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.07 |
| HSL | 8.16º | 0.73% | 0.72% | - |
| HSV(B) | 8.16º | 0.44% | 0.93% | - |
| XYZ | 49.26 | 40.39 | 27.39 | - |
| YUV | 172.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 133 | 0 | 0.38 | 0.44 | 0.07 | 8.16 | 0.73 | 0.72 |
| Hex | EC | 93 | 85 | 0 | 26 | 2C | 7 | 8 | 49 | 48 |
| Octal | 354 | 223 | 205 | 0 | 46 | 54 | 7 | 10 | 111 | 110 |
| Binary | 11101100 | 10010011 | 10000101 | 0 | 100110 | 101100 | 111 | 1000 | 1001001 | 1001000 |
Color Harmonies of #EC9385
Complementary color
Monochromatic Colors of #EC9385
Black with #EC9385
Text Example
Text Example
White with #EC9385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9385; }
p { color: rgb(236,147,133); }
H1.HeaderClassName
{
color: #EC9385;
}
.AnyTagClassName
{
color: #EC9385;
}
</style>
background-color css
<style>
a { background-color: #EC9385; }
a { background-color: rgb(236,147,133); }
div.DivClassName
{
background-color: #EC9385;
}
.BgClassName
{
background-color: #EC9385;
}
</style>
border-color css
<style>
span { border-color: #EC9385; }
span { border-color: rgb(236,147,133); }
td.TdClassName
{
border-color: #EC9385;
}
.TagClassName
{
border-color: #EC9385;
}
</style>