Shades of Sweet Pink #EC978F
Tints of Sweet Pink #EC978F
RGB
CMYK
RGB Variations
Color information
#EC978F (or 0xEC978F) is known color: Sweet Pink. HEX triplet: EC, 97 and 8F. RGB value is (236,151,143). Sum of RGB (Red+Green+Blue) = 236+151+143=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC978F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC978F is #136870. Grayscale: #AFAFAF. Windows color (decimal): -1271921 or 9410540. OLE color: 9410540.
HSL color Cylindrical-coordinate representation of color #EC978F: hue angle of 5.16º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC978F is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 143 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.07 |
| HSL | 5.16º | 0.71% | 0.74% | - |
| HSV(B) | 5.16º | 0.39% | 0.93% | - |
| XYZ | 50.62 | 41.95 | 31.42 | - |
| YUV | 175.5 | 109.66 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 143 | 0 | 0.36 | 0.39 | 0.07 | 5.16 | 0.71 | 0.74 |
| Hex | EC | 97 | 8F | 0 | 24 | 27 | 7 | 5 | 47 | 4A |
| Octal | 354 | 227 | 217 | 0 | 44 | 47 | 7 | 5 | 107 | 112 |
| Binary | 11101100 | 10010111 | 10001111 | 0 | 100100 | 100111 | 111 | 101 | 1000111 | 1001010 |
Color Harmonies of #EC978F
Complementary color
Monochromatic Colors of #EC978F
Black with #EC978F
Text Example
Text Example
White with #EC978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC978F; }
p { color: rgb(236,151,143); }
H1.HeaderClassName
{
color: #EC978F;
}
.AnyTagClassName
{
color: #EC978F;
}
</style>
background-color css
<style>
a { background-color: #EC978F; }
a { background-color: rgb(236,151,143); }
div.DivClassName
{
background-color: #EC978F;
}
.BgClassName
{
background-color: #EC978F;
}
</style>
border-color css
<style>
span { border-color: #EC978F; }
span { border-color: rgb(236,151,143); }
td.TdClassName
{
border-color: #EC978F;
}
.TagClassName
{
border-color: #EC978F;
}
</style>