Shades of Sweet Pink #EC8F83
Tints of Sweet Pink #EC8F83
RGB
CMYK
RGB Variations
Color information
#EC8F83 (or 0xEC8F83) is known color: Sweet Pink. HEX triplet: EC, 8F and 83. RGB value is (236,143,131). Sum of RGB (Red+Green+Blue) = 236+143+131=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8F83 is #13707C. Grayscale: #A9A9A9. Windows color (decimal): -1273981 or 8622060. OLE color: 8622060.
HSL color Cylindrical-coordinate representation of color #EC8F83: hue angle of 6.86º 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 #EC8F83 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 131 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.07 |
| HSL | 6.86º | 0.73% | 0.72% | - |
| HSV(B) | 6.86º | 0.44% | 0.93% | - |
| XYZ | 48.51 | 39.12 | 26.47 | - |
| YUV | 169.44 | 106.31 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 131 | 0 | 0.39 | 0.44 | 0.07 | 6.86 | 0.73 | 0.72 |
| Hex | EC | 8F | 83 | 0 | 27 | 2C | 7 | 7 | 49 | 48 |
| Octal | 354 | 217 | 203 | 0 | 47 | 54 | 7 | 7 | 111 | 110 |
| Binary | 11101100 | 10001111 | 10000011 | 0 | 100111 | 101100 | 111 | 111 | 1001001 | 1001000 |
Color Harmonies of #EC8F83
Complementary color
Monochromatic Colors of #EC8F83
Black with #EC8F83
Text Example
Text Example
White with #EC8F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F83; }
p { color: rgb(236,143,131); }
H1.HeaderClassName
{
color: #EC8F83;
}
.AnyTagClassName
{
color: #EC8F83;
}
</style>
background-color css
<style>
a { background-color: #EC8F83; }
a { background-color: rgb(236,143,131); }
div.DivClassName
{
background-color: #EC8F83;
}
.BgClassName
{
background-color: #EC8F83;
}
</style>
border-color css
<style>
span { border-color: #EC8F83; }
span { border-color: rgb(236,143,131); }
td.TdClassName
{
border-color: #EC8F83;
}
.TagClassName
{
border-color: #EC8F83;
}
</style>