Shades of Sweet Pink #EC9384
Tints of Sweet Pink #EC9384
RGB
CMYK
RGB Variations
Color information
#EC9384 (or 0xEC9384) is known color: Sweet Pink. HEX triplet: EC, 93 and 84. RGB value is (236,147,132). Sum of RGB (Red+Green+Blue) = 236+147+132=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9384 is #136C7B. Grayscale: #ACACAC. Windows color (decimal): -1272956 or 8688620. OLE color: 8688620.
HSL color Cylindrical-coordinate representation of color #EC9384: hue angle of 8.65º 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 #EC9384 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 132 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.07 |
| HSL | 8.65º | 0.73% | 0.72% | - |
| HSV(B) | 8.65º | 0.44% | 0.93% | - |
| XYZ | 49.19 | 40.37 | 27.03 | - |
| YUV | 171.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 132 | 0 | 0.38 | 0.44 | 0.07 | 8.65 | 0.73 | 0.72 |
| Hex | EC | 93 | 84 | 0 | 26 | 2C | 7 | 9 | 49 | 48 |
| Octal | 354 | 223 | 204 | 0 | 46 | 54 | 7 | 11 | 111 | 110 |
| Binary | 11101100 | 10010011 | 10000100 | 0 | 100110 | 101100 | 111 | 1001 | 1001001 | 1001000 |
Color Harmonies of #EC9384
Complementary color
Monochromatic Colors of #EC9384
Black with #EC9384
Text Example
Text Example
White with #EC9384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9384; }
p { color: rgb(236,147,132); }
H1.HeaderClassName
{
color: #EC9384;
}
.AnyTagClassName
{
color: #EC9384;
}
</style>
background-color css
<style>
a { background-color: #EC9384; }
a { background-color: rgb(236,147,132); }
div.DivClassName
{
background-color: #EC9384;
}
.BgClassName
{
background-color: #EC9384;
}
</style>
border-color css
<style>
span { border-color: #EC9384; }
span { border-color: rgb(236,147,132); }
td.TdClassName
{
border-color: #EC9384;
}
.TagClassName
{
border-color: #EC9384;
}
</style>