Shades of Sweet Pink #EC8F85
Tints of Sweet Pink #EC8F85
RGB
CMYK
RGB Variations
Color information
#EC8F85 (or 0xEC8F85) is known color: Sweet Pink. HEX triplet: EC, 8F and 85. RGB value is (236,143,133). Sum of RGB (Red+Green+Blue) = 236+143+133=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8F85 is #13707A. Grayscale: #A9A9A9. Windows color (decimal): -1273979 or 8753132. OLE color: 8753132.
HSL color Cylindrical-coordinate representation of color #EC8F85: hue angle of 5.83º 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 #EC8F85 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 133 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.07 |
| HSL | 5.83º | 0.73% | 0.72% | - |
| HSV(B) | 5.83º | 0.44% | 0.93% | - |
| XYZ | 48.65 | 39.17 | 27.19 | - |
| YUV | 169.67 | 107.31 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 133 | 0 | 0.39 | 0.44 | 0.07 | 5.83 | 0.73 | 0.72 |
| Hex | EC | 8F | 85 | 0 | 27 | 2C | 7 | 6 | 49 | 48 |
| Octal | 354 | 217 | 205 | 0 | 47 | 54 | 7 | 6 | 111 | 110 |
| Binary | 11101100 | 10001111 | 10000101 | 0 | 100111 | 101100 | 111 | 110 | 1001001 | 1001000 |
Color Harmonies of #EC8F85
Complementary color
Monochromatic Colors of #EC8F85
Black with #EC8F85
Text Example
Text Example
White with #EC8F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F85; }
p { color: rgb(236,143,133); }
H1.HeaderClassName
{
color: #EC8F85;
}
.AnyTagClassName
{
color: #EC8F85;
}
</style>
background-color css
<style>
a { background-color: #EC8F85; }
a { background-color: rgb(236,143,133); }
div.DivClassName
{
background-color: #EC8F85;
}
.BgClassName
{
background-color: #EC8F85;
}
</style>
border-color css
<style>
span { border-color: #EC8F85; }
span { border-color: rgb(236,143,133); }
td.TdClassName
{
border-color: #EC8F85;
}
.TagClassName
{
border-color: #EC8F85;
}
</style>