Shades of Sweet Pink #EC9695
Tints of Sweet Pink #EC9695
RGB
CMYK
RGB Variations
Color information
#EC9695 (or 0xEC9695) is known color: Sweet Pink. HEX triplet: EC, 96 and 95. RGB value is (236,150,149). Sum of RGB (Red+Green+Blue) = 236+150+149=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9695 is #13696A. Grayscale: #AFAFAF. Windows color (decimal): -1272171 or 9803500. OLE color: 9803500.
HSL color Cylindrical-coordinate representation of color #EC9695: hue angle of 0.69º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC9695 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 149 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.07 |
| HSL | 0.69º | 0.7% | 0.75% | - |
| HSV(B) | 0.69º | 0.37% | 0.93% | - |
| XYZ | 50.92 | 41.82 | 33.82 | - |
| YUV | 175.6 | 112.99 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 149 | 0 | 0.36 | 0.37 | 0.07 | 0.69 | 0.7 | 0.75 |
| Hex | EC | 96 | 95 | 0 | 24 | 25 | 7 | 1 | 46 | 4B |
| Octal | 354 | 226 | 225 | 0 | 44 | 45 | 7 | 1 | 106 | 113 |
| Binary | 11101100 | 10010110 | 10010101 | 0 | 100100 | 100101 | 111 | 1 | 1000110 | 1001011 |
Color Harmonies of #EC9695
Complementary color
Monochromatic Colors of #EC9695
Black with #EC9695
Text Example
Text Example
White with #EC9695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9695; }
p { color: rgb(236,150,149); }
H1.HeaderClassName
{
color: #EC9695;
}
.AnyTagClassName
{
color: #EC9695;
}
</style>
background-color css
<style>
a { background-color: #EC9695; }
a { background-color: rgb(236,150,149); }
div.DivClassName
{
background-color: #EC9695;
}
.BgClassName
{
background-color: #EC9695;
}
</style>
border-color css
<style>
span { border-color: #EC9695; }
span { border-color: rgb(236,150,149); }
td.TdClassName
{
border-color: #EC9695;
}
.TagClassName
{
border-color: #EC9695;
}
</style>