Shades of Sweet Pink #EC948C
Tints of Sweet Pink #EC948C
RGB
CMYK
RGB Variations
Color information
#EC948C (or 0xEC948C) is known color: Sweet Pink. HEX triplet: EC, 94 and 8C. RGB value is (236,148,140). Sum of RGB (Red+Green+Blue) = 236+148+140=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC948C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC948C is #136B73. Grayscale: #ADADAD. Windows color (decimal): -1272692 or 9213164. OLE color: 9213164.
HSL color Cylindrical-coordinate representation of color #EC948C: hue angle of 5º 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 #EC948C is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 140 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.07 |
| HSL | 5º | 0.72% | 0.74% | - |
| HSV(B) | 5º | 0.41% | 0.93% | - |
| XYZ | 49.92 | 40.91 | 30.08 | - |
| YUV | 173.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 140 | 0 | 0.37 | 0.41 | 0.07 | 5 | 0.72 | 0.74 |
| Hex | EC | 94 | 8C | 0 | 25 | 29 | 7 | 5 | 48 | 4A |
| Octal | 354 | 224 | 214 | 0 | 45 | 51 | 7 | 5 | 110 | 112 |
| Binary | 11101100 | 10010100 | 10001100 | 0 | 100101 | 101001 | 111 | 101 | 1001000 | 1001010 |
Color Harmonies of #EC948C
Complementary color
Monochromatic Colors of #EC948C
Black with #EC948C
Text Example
Text Example
White with #EC948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC948C; }
p { color: rgb(236,148,140); }
H1.HeaderClassName
{
color: #EC948C;
}
.AnyTagClassName
{
color: #EC948C;
}
</style>
background-color css
<style>
a { background-color: #EC948C; }
a { background-color: rgb(236,148,140); }
div.DivClassName
{
background-color: #EC948C;
}
.BgClassName
{
background-color: #EC948C;
}
</style>
border-color css
<style>
span { border-color: #EC948C; }
span { border-color: rgb(236,148,140); }
td.TdClassName
{
border-color: #EC948C;
}
.TagClassName
{
border-color: #EC948C;
}
</style>