Shades of Sweet Pink #EC8D83
Tints of Sweet Pink #EC8D83
RGB
CMYK
RGB Variations
Color information
#EC8D83 (or 0xEC8D83) is known color: Sweet Pink. HEX triplet: EC, 8D and 83. RGB value is (236,141,131). Sum of RGB (Red+Green+Blue) = 236+141+131=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8D83 is #13727C. Grayscale: #A8A8A8. Windows color (decimal): -1274493 or 8621548. OLE color: 8621548.
HSL color Cylindrical-coordinate representation of color #EC8D83: hue angle of 5.71º 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 #EC8D83 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 131 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.07 |
| HSL | 5.71º | 0.73% | 0.72% | - |
| HSV(B) | 5.71º | 0.44% | 0.93% | - |
| XYZ | 48.21 | 38.52 | 26.37 | - |
| YUV | 168.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 131 | 0 | 0.40 | 0.44 | 0.07 | 5.71 | 0.73 | 0.72 |
| Hex | EC | 8D | 83 | 0 | 28 | 2C | 7 | 6 | 49 | 48 |
| Octal | 354 | 215 | 203 | 0 | 50 | 54 | 7 | 6 | 111 | 110 |
| Binary | 11101100 | 10001101 | 10000011 | 0 | 101000 | 101100 | 111 | 110 | 1001001 | 1001000 |
Color Harmonies of #EC8D83
Complementary color
Monochromatic Colors of #EC8D83
Black with #EC8D83
Text Example
Text Example
White with #EC8D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D83; }
p { color: rgb(236,141,131); }
H1.HeaderClassName
{
color: #EC8D83;
}
.AnyTagClassName
{
color: #EC8D83;
}
</style>
background-color css
<style>
a { background-color: #EC8D83; }
a { background-color: rgb(236,141,131); }
div.DivClassName
{
background-color: #EC8D83;
}
.BgClassName
{
background-color: #EC8D83;
}
</style>
border-color css
<style>
span { border-color: #EC8D83; }
span { border-color: rgb(236,141,131); }
td.TdClassName
{
border-color: #EC8D83;
}
.TagClassName
{
border-color: #EC8D83;
}
</style>