Shades of Sweet Pink #EC948E
Tints of Sweet Pink #EC948E
RGB
CMYK
RGB Variations
Color information
#EC948E (or 0xEC948E) is known color: Sweet Pink. HEX triplet: EC, 94 and 8E. RGB value is (236,148,142). Sum of RGB (Red+Green+Blue) = 236+148+142=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC948E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC948E is #136B71. Grayscale: #ADADAD. Windows color (decimal): -1272690 or 9344236. OLE color: 9344236.
HSL color Cylindrical-coordinate representation of color #EC948E: hue angle of 3.83º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC948E is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 142 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.07 |
| HSL | 3.83º | 0.71% | 0.74% | - |
| HSV(B) | 3.83º | 0.4% | 0.93% | - |
| XYZ | 50.06 | 40.97 | 30.86 | - |
| YUV | 173.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 142 | 0 | 0.37 | 0.40 | 0.07 | 3.83 | 0.71 | 0.74 |
| Hex | EC | 94 | 8E | 0 | 25 | 28 | 7 | 4 | 47 | 4A |
| Octal | 354 | 224 | 216 | 0 | 45 | 50 | 7 | 4 | 107 | 112 |
| Binary | 11101100 | 10010100 | 10001110 | 0 | 100101 | 101000 | 111 | 100 | 1000111 | 1001010 |
Color Harmonies of #EC948E
Complementary color
Monochromatic Colors of #EC948E
Black with #EC948E
Text Example
Text Example
White with #EC948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC948E; }
p { color: rgb(236,148,142); }
H1.HeaderClassName
{
color: #EC948E;
}
.AnyTagClassName
{
color: #EC948E;
}
</style>
background-color css
<style>
a { background-color: #EC948E; }
a { background-color: rgb(236,148,142); }
div.DivClassName
{
background-color: #EC948E;
}
.BgClassName
{
background-color: #EC948E;
}
</style>
border-color css
<style>
span { border-color: #EC948E; }
span { border-color: rgb(236,148,142); }
td.TdClassName
{
border-color: #EC948E;
}
.TagClassName
{
border-color: #EC948E;
}
</style>