Shades of Sweet Pink #EC928B
Tints of Sweet Pink #EC928B
RGB
CMYK
RGB Variations
Color information
#EC928B (or 0xEC928B) is known color: Sweet Pink. HEX triplet: EC, 92 and 8B. RGB value is (236,146,139). Sum of RGB (Red+Green+Blue) = 236+146+139=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC928B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC928B is #136D74. Grayscale: #ACACAC. Windows color (decimal): -1273205 or 9147116. OLE color: 9147116.
HSL color Cylindrical-coordinate representation of color #EC928B: hue angle of 4.33º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC928B is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 139 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.07 |
| HSL | 4.33º | 0.72% | 0.74% | - |
| HSV(B) | 4.33º | 0.41% | 0.93% | - |
| XYZ | 49.53 | 40.25 | 29.59 | - |
| YUV | 172.11 | 109.32 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 139 | 0 | 0.38 | 0.41 | 0.07 | 4.33 | 0.72 | 0.74 |
| Hex | EC | 92 | 8B | 0 | 26 | 29 | 7 | 4 | 48 | 4A |
| Octal | 354 | 222 | 213 | 0 | 46 | 51 | 7 | 4 | 110 | 112 |
| Binary | 11101100 | 10010010 | 10001011 | 0 | 100110 | 101001 | 111 | 100 | 1001000 | 1001010 |
Color Harmonies of #EC928B
Complementary color
Monochromatic Colors of #EC928B
Black with #EC928B
Text Example
Text Example
White with #EC928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC928B; }
p { color: rgb(236,146,139); }
H1.HeaderClassName
{
color: #EC928B;
}
.AnyTagClassName
{
color: #EC928B;
}
</style>
background-color css
<style>
a { background-color: #EC928B; }
a { background-color: rgb(236,146,139); }
div.DivClassName
{
background-color: #EC928B;
}
.BgClassName
{
background-color: #EC928B;
}
</style>
border-color css
<style>
span { border-color: #EC928B; }
span { border-color: rgb(236,146,139); }
td.TdClassName
{
border-color: #EC928B;
}
.TagClassName
{
border-color: #EC928B;
}
</style>