Shades of Sweet Pink #EC9A8E
Tints of Sweet Pink #EC9A8E
RGB
CMYK
RGB Variations
Color information
#EC9A8E (or 0xEC9A8E) is known color: Sweet Pink. HEX triplet: EC, 9A and 8E. RGB value is (236,154,142). Sum of RGB (Red+Green+Blue) = 236+154+142=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9A8E is #136571. Grayscale: #B1B1B1. Windows color (decimal): -1271154 or 9345772. OLE color: 9345772.
HSL color Cylindrical-coordinate representation of color #EC9A8E: hue angle of 7.66º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC9A8E is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 142 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.07 |
| HSL | 7.66º | 0.71% | 0.74% | - |
| HSV(B) | 7.66º | 0.4% | 0.93% | - |
| XYZ | 51.03 | 42.9 | 31.18 | - |
| YUV | 177.15 | 108.17 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 142 | 0 | 0.35 | 0.40 | 0.07 | 7.66 | 0.71 | 0.74 |
| Hex | EC | 9A | 8E | 0 | 23 | 28 | 7 | 8 | 47 | 4A |
| Octal | 354 | 232 | 216 | 0 | 43 | 50 | 7 | 10 | 107 | 112 |
| Binary | 11101100 | 10011010 | 10001110 | 0 | 100011 | 101000 | 111 | 1000 | 1000111 | 1001010 |
Color Harmonies of #EC9A8E
Complementary color
Monochromatic Colors of #EC9A8E
Black with #EC9A8E
Text Example
Text Example
White with #EC9A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9A8E; }
p { color: rgb(236,154,142); }
H1.HeaderClassName
{
color: #EC9A8E;
}
.AnyTagClassName
{
color: #EC9A8E;
}
</style>
background-color css
<style>
a { background-color: #EC9A8E; }
a { background-color: rgb(236,154,142); }
div.DivClassName
{
background-color: #EC9A8E;
}
.BgClassName
{
background-color: #EC9A8E;
}
</style>
border-color css
<style>
span { border-color: #EC9A8E; }
span { border-color: rgb(236,154,142); }
td.TdClassName
{
border-color: #EC9A8E;
}
.TagClassName
{
border-color: #EC9A8E;
}
</style>