Shades of Sweet Pink #EC9A94
Tints of Sweet Pink #EC9A94
RGB
CMYK
RGB Variations
Color information
#EC9A94 (or 0xEC9A94) is known color: Sweet Pink. HEX triplet: EC, 9A and 94. RGB value is (236,154,148). Sum of RGB (Red+Green+Blue) = 236+154+148=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9A94 is #13656B. Grayscale: #B1B1B1. Windows color (decimal): -1271148 or 9738988. OLE color: 9738988.
HSL color Cylindrical-coordinate representation of color #EC9A94: hue angle of 4.09º 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 #EC9A94 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 148 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.07 |
| HSL | 4.09º | 0.7% | 0.75% | - |
| HSV(B) | 4.09º | 0.37% | 0.93% | - |
| XYZ | 51.49 | 43.08 | 33.62 | - |
| YUV | 177.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 148 | 0 | 0.35 | 0.37 | 0.07 | 4.09 | 0.7 | 0.75 |
| Hex | EC | 9A | 94 | 0 | 23 | 25 | 7 | 4 | 46 | 4B |
| Octal | 354 | 232 | 224 | 0 | 43 | 45 | 7 | 4 | 106 | 113 |
| Binary | 11101100 | 10011010 | 10010100 | 0 | 100011 | 100101 | 111 | 100 | 1000110 | 1001011 |
Color Harmonies of #EC9A94
Complementary color
Monochromatic Colors of #EC9A94
Black with #EC9A94
Text Example
Text Example
White with #EC9A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9A94; }
p { color: rgb(236,154,148); }
H1.HeaderClassName
{
color: #EC9A94;
}
.AnyTagClassName
{
color: #EC9A94;
}
</style>
background-color css
<style>
a { background-color: #EC9A94; }
a { background-color: rgb(236,154,148); }
div.DivClassName
{
background-color: #EC9A94;
}
.BgClassName
{
background-color: #EC9A94;
}
</style>
border-color css
<style>
span { border-color: #EC9A94; }
span { border-color: rgb(236,154,148); }
td.TdClassName
{
border-color: #EC9A94;
}
.TagClassName
{
border-color: #EC9A94;
}
</style>