Shades of Sweet Pink #EC948A
Tints of Sweet Pink #EC948A
RGB
CMYK
RGB Variations
Color information
#EC948A (or 0xEC948A) is known color: Sweet Pink. HEX triplet: EC, 94 and 8A. RGB value is (236,148,138). Sum of RGB (Red+Green+Blue) = 236+148+138=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC948A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC948A is #136B75. Grayscale: #ADADAD. Windows color (decimal): -1272694 or 9082092. OLE color: 9082092.
HSL color Cylindrical-coordinate representation of color #EC948A: hue angle of 6.12º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC948A is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 138 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.07 |
| HSL | 6.12º | 0.72% | 0.73% | - |
| HSV(B) | 6.12º | 0.42% | 0.93% | - |
| XYZ | 49.77 | 40.85 | 29.31 | - |
| YUV | 173.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 138 | 0 | 0.37 | 0.42 | 0.07 | 6.12 | 0.72 | 0.73 |
| Hex | EC | 94 | 8A | 0 | 25 | 2A | 7 | 6 | 48 | 49 |
| Octal | 354 | 224 | 212 | 0 | 45 | 52 | 7 | 6 | 110 | 111 |
| Binary | 11101100 | 10010100 | 10001010 | 0 | 100101 | 101010 | 111 | 110 | 1001000 | 1001001 |
Color Harmonies of #EC948A
Complementary color
Monochromatic Colors of #EC948A
Black with #EC948A
Text Example
Text Example
White with #EC948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC948A; }
p { color: rgb(236,148,138); }
H1.HeaderClassName
{
color: #EC948A;
}
.AnyTagClassName
{
color: #EC948A;
}
</style>
background-color css
<style>
a { background-color: #EC948A; }
a { background-color: rgb(236,148,138); }
div.DivClassName
{
background-color: #EC948A;
}
.BgClassName
{
background-color: #EC948A;
}
</style>
border-color css
<style>
span { border-color: #EC948A; }
span { border-color: rgb(236,148,138); }
td.TdClassName
{
border-color: #EC948A;
}
.TagClassName
{
border-color: #EC948A;
}
</style>