Shades of Sweet Pink #EC8E83
Tints of Sweet Pink #EC8E83
RGB
CMYK
RGB Variations
Color information
#EC8E83 (or 0xEC8E83) is known color: Sweet Pink. HEX triplet: EC, 8E and 83. RGB value is (236,142,131). Sum of RGB (Red+Green+Blue) = 236+142+131=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8E83 is #13717C. Grayscale: #A8A8A8. Windows color (decimal): -1274237 or 8621804. OLE color: 8621804.
HSL color Cylindrical-coordinate representation of color #EC8E83: hue angle of 6.29º 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 #EC8E83 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 131 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.07 |
| HSL | 6.29º | 0.73% | 0.72% | - |
| HSV(B) | 6.29º | 0.44% | 0.93% | - |
| XYZ | 48.36 | 38.82 | 26.42 | - |
| YUV | 168.85 | 106.64 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 131 | 0 | 0.40 | 0.44 | 0.07 | 6.29 | 0.73 | 0.72 |
| Hex | EC | 8E | 83 | 0 | 28 | 2C | 7 | 6 | 49 | 48 |
| Octal | 354 | 216 | 203 | 0 | 50 | 54 | 7 | 6 | 111 | 110 |
| Binary | 11101100 | 10001110 | 10000011 | 0 | 101000 | 101100 | 111 | 110 | 1001001 | 1001000 |
Color Harmonies of #EC8E83
Complementary color
Monochromatic Colors of #EC8E83
Black with #EC8E83
Text Example
Text Example
White with #EC8E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8E83; }
p { color: rgb(236,142,131); }
H1.HeaderClassName
{
color: #EC8E83;
}
.AnyTagClassName
{
color: #EC8E83;
}
</style>
background-color css
<style>
a { background-color: #EC8E83; }
a { background-color: rgb(236,142,131); }
div.DivClassName
{
background-color: #EC8E83;
}
.BgClassName
{
background-color: #EC8E83;
}
</style>
border-color css
<style>
span { border-color: #EC8E83; }
span { border-color: rgb(236,142,131); }
td.TdClassName
{
border-color: #EC8E83;
}
.TagClassName
{
border-color: #EC8E83;
}
</style>