Shades of Sweet Pink #EC8C84
Tints of Sweet Pink #EC8C84
RGB
CMYK
RGB Variations
Color information
#EC8C84 (or 0xEC8C84) is known color: Sweet Pink. HEX triplet: EC, 8C and 84. RGB value is (236,140,132). Sum of RGB (Red+Green+Blue) = 236+140+132=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8C84 is #13737B. Grayscale: #A7A7A7. Windows color (decimal): -1274748 or 8686828. OLE color: 8686828.
HSL color Cylindrical-coordinate representation of color #EC8C84: hue angle of 4.62º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8C84 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 132 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.07 |
| HSL | 4.62º | 0.73% | 0.72% | - |
| HSV(B) | 4.62º | 0.44% | 0.93% | - |
| XYZ | 48.14 | 38.25 | 26.68 | - |
| YUV | 167.79 | 107.8 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 132 | 0 | 0.41 | 0.44 | 0.07 | 4.62 | 0.73 | 0.72 |
| Hex | EC | 8C | 84 | 0 | 29 | 2C | 7 | 5 | 49 | 48 |
| Octal | 354 | 214 | 204 | 0 | 51 | 54 | 7 | 5 | 111 | 110 |
| Binary | 11101100 | 10001100 | 10000100 | 0 | 101001 | 101100 | 111 | 101 | 1001001 | 1001000 |
Color Harmonies of #EC8C84
Complementary color
Monochromatic Colors of #EC8C84
Black with #EC8C84
Text Example
Text Example
White with #EC8C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C84; }
p { color: rgb(236,140,132); }
H1.HeaderClassName
{
color: #EC8C84;
}
.AnyTagClassName
{
color: #EC8C84;
}
</style>
background-color css
<style>
a { background-color: #EC8C84; }
a { background-color: rgb(236,140,132); }
div.DivClassName
{
background-color: #EC8C84;
}
.BgClassName
{
background-color: #EC8C84;
}
</style>
border-color css
<style>
span { border-color: #EC8C84; }
span { border-color: rgb(236,140,132); }
td.TdClassName
{
border-color: #EC8C84;
}
.TagClassName
{
border-color: #EC8C84;
}
</style>