Shades of Sweet Pink #EC9C98
Tints of Sweet Pink #EC9C98
RGB
CMYK
RGB Variations
Color information
#EC9C98 (or 0xEC9C98) is known color: Sweet Pink. HEX triplet: EC, 9C and 98. RGB value is (236,156,152). Sum of RGB (Red+Green+Blue) = 236+156+152=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9C98 is #136367. Grayscale: #B3B3B3. Windows color (decimal): -1270632 or 10001644. OLE color: 10001644.
HSL color Cylindrical-coordinate representation of color #EC9C98: hue angle of 2.86º 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 #EC9C98 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 152 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.07 |
| HSL | 2.86º | 0.69% | 0.76% | - |
| HSV(B) | 2.86º | 0.36% | 0.93% | - |
| XYZ | 52.15 | 43.88 | 35.43 | - |
| YUV | 179.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 152 | 0 | 0.34 | 0.36 | 0.07 | 2.86 | 0.69 | 0.76 |
| Hex | EC | 9C | 98 | 0 | 22 | 24 | 7 | 3 | 45 | 4C |
| Octal | 354 | 234 | 230 | 0 | 42 | 44 | 7 | 3 | 105 | 114 |
| Binary | 11101100 | 10011100 | 10011000 | 0 | 100010 | 100100 | 111 | 11 | 1000101 | 1001100 |
Color Harmonies of #EC9C98
Complementary color
Monochromatic Colors of #EC9C98
Black with #EC9C98
Text Example
Text Example
White with #EC9C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C98; }
p { color: rgb(236,156,152); }
H1.HeaderClassName
{
color: #EC9C98;
}
.AnyTagClassName
{
color: #EC9C98;
}
</style>
background-color css
<style>
a { background-color: #EC9C98; }
a { background-color: rgb(236,156,152); }
div.DivClassName
{
background-color: #EC9C98;
}
.BgClassName
{
background-color: #EC9C98;
}
</style>
border-color css
<style>
span { border-color: #EC9C98; }
span { border-color: rgb(236,156,152); }
td.TdClassName
{
border-color: #EC9C98;
}
.TagClassName
{
border-color: #EC9C98;
}
</style>