Shades of Sweet Pink #EC9E96
Tints of Sweet Pink #EC9E96
RGB
CMYK
RGB Variations
Color information
#EC9E96 (or 0xEC9E96) is known color: Sweet Pink. HEX triplet: EC, 9E and 96. RGB value is (236,158,150). Sum of RGB (Red+Green+Blue) = 236+158+150=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9E96 is #136169. Grayscale: #B4B4B4. Windows color (decimal): -1270122 or 9871084. OLE color: 9871084.
HSL color Cylindrical-coordinate representation of color #EC9E96: hue angle of 5.58º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC9E96 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 150 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.07 |
| HSL | 5.58º | 0.69% | 0.76% | - |
| HSV(B) | 5.58º | 0.36% | 0.93% | - |
| XYZ | 52.32 | 44.49 | 34.68 | - |
| YUV | 180.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 150 | 0 | 0.33 | 0.36 | 0.07 | 5.58 | 0.69 | 0.76 |
| Hex | EC | 9E | 96 | 0 | 21 | 24 | 7 | 6 | 45 | 4C |
| Octal | 354 | 236 | 226 | 0 | 41 | 44 | 7 | 6 | 105 | 114 |
| Binary | 11101100 | 10011110 | 10010110 | 0 | 100001 | 100100 | 111 | 110 | 1000101 | 1001100 |
Color Harmonies of #EC9E96
Complementary color
Monochromatic Colors of #EC9E96
Black with #EC9E96
Text Example
Text Example
White with #EC9E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9E96; }
p { color: rgb(236,158,150); }
H1.HeaderClassName
{
color: #EC9E96;
}
.AnyTagClassName
{
color: #EC9E96;
}
</style>
background-color css
<style>
a { background-color: #EC9E96; }
a { background-color: rgb(236,158,150); }
div.DivClassName
{
background-color: #EC9E96;
}
.BgClassName
{
background-color: #EC9E96;
}
</style>
border-color css
<style>
span { border-color: #EC9E96; }
span { border-color: rgb(236,158,150); }
td.TdClassName
{
border-color: #EC9E96;
}
.TagClassName
{
border-color: #EC9E96;
}
</style>