Shades of Sweet Pink #EC8F8B
Tints of Sweet Pink #EC8F8B
RGB
CMYK
RGB Variations
Color information
#EC8F8B (or 0xEC8F8B) is known color: Sweet Pink. HEX triplet: EC, 8F and 8B. RGB value is (236,143,139). Sum of RGB (Red+Green+Blue) = 236+143+139=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8F8B is #137074. Grayscale: #AAAAAA. Windows color (decimal): -1273973 or 9146348. OLE color: 9146348.
HSL color Cylindrical-coordinate representation of color #EC8F8B: hue angle of 2.47º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8F8B is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 139 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.07 |
| HSL | 2.47º | 0.72% | 0.74% | - |
| HSV(B) | 2.47º | 0.41% | 0.93% | - |
| XYZ | 49.07 | 39.34 | 29.43 | - |
| YUV | 170.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 139 | 0 | 0.39 | 0.41 | 0.07 | 2.47 | 0.72 | 0.74 |
| Hex | EC | 8F | 8B | 0 | 27 | 29 | 7 | 2 | 48 | 4A |
| Octal | 354 | 217 | 213 | 0 | 47 | 51 | 7 | 2 | 110 | 112 |
| Binary | 11101100 | 10001111 | 10001011 | 0 | 100111 | 101001 | 111 | 10 | 1001000 | 1001010 |
Color Harmonies of #EC8F8B
Complementary color
Monochromatic Colors of #EC8F8B
Black with #EC8F8B
Text Example
Text Example
White with #EC8F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F8B; }
p { color: rgb(236,143,139); }
H1.HeaderClassName
{
color: #EC8F8B;
}
.AnyTagClassName
{
color: #EC8F8B;
}
</style>
background-color css
<style>
a { background-color: #EC8F8B; }
a { background-color: rgb(236,143,139); }
div.DivClassName
{
background-color: #EC8F8B;
}
.BgClassName
{
background-color: #EC8F8B;
}
</style>
border-color css
<style>
span { border-color: #EC8F8B; }
span { border-color: rgb(236,143,139); }
td.TdClassName
{
border-color: #EC8F8B;
}
.TagClassName
{
border-color: #EC8F8B;
}
</style>