Shades of Sweet Pink #EC9C9A
Tints of Sweet Pink #EC9C9A
RGB
CMYK
RGB Variations
Color information
#EC9C9A (or 0xEC9C9A) is known color: Sweet Pink. HEX triplet: EC, 9C and 9A. RGB value is (236,156,154). Sum of RGB (Red+Green+Blue) = 236+156+154=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9C9A is #136365. Grayscale: #B3B3B3. Windows color (decimal): -1270630 or 10132716. OLE color: 10132716.
HSL color Cylindrical-coordinate representation of color #EC9C9A: hue angle of 1.46º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9C9A is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 154 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.07 |
| HSL | 1.46º | 0.68% | 0.76% | - |
| HSV(B) | 1.46º | 0.35% | 0.93% | - |
| XYZ | 52.31 | 43.94 | 36.3 | - |
| YUV | 179.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 154 | 0 | 0.34 | 0.35 | 0.07 | 1.46 | 0.68 | 0.76 |
| Hex | EC | 9C | 9A | 0 | 22 | 23 | 7 | 1 | 44 | 4C |
| Octal | 354 | 234 | 232 | 0 | 42 | 43 | 7 | 1 | 104 | 114 |
| Binary | 11101100 | 10011100 | 10011010 | 0 | 100010 | 100011 | 111 | 1 | 1000100 | 1001100 |
Color Harmonies of #EC9C9A
Complementary color
Monochromatic Colors of #EC9C9A
Black with #EC9C9A
Text Example
Text Example
White with #EC9C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C9A; }
p { color: rgb(236,156,154); }
H1.HeaderClassName
{
color: #EC9C9A;
}
.AnyTagClassName
{
color: #EC9C9A;
}
</style>
background-color css
<style>
a { background-color: #EC9C9A; }
a { background-color: rgb(236,156,154); }
div.DivClassName
{
background-color: #EC9C9A;
}
.BgClassName
{
background-color: #EC9C9A;
}
</style>
border-color css
<style>
span { border-color: #EC9C9A; }
span { border-color: rgb(236,156,154); }
td.TdClassName
{
border-color: #EC9C9A;
}
.TagClassName
{
border-color: #EC9C9A;
}
</style>