Shades of Sweet Pink #EB8F8C
Tints of Sweet Pink #EB8F8C
RGB
CMYK
RGB Variations
Color information
#EB8F8C (or 0xEB8F8C) is known color: Sweet Pink. HEX triplet: EB, 8F and 8C. RGB value is (235,143,140). Sum of RGB (Red+Green+Blue) = 235+143+140=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8F8C is #147073. Grayscale: #AAAAAA. Windows color (decimal): -1339508 or 9211883. OLE color: 9211883.
HSL color Cylindrical-coordinate representation of color #EB8F8C: hue angle of 1.89º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8F8C is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 143 | 140 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.08 |
| HSL | 1.89º | 0.7% | 0.74% | - |
| HSV(B) | 1.89º | 0.4% | 0.92% | - |
| XYZ | 48.82 | 39.2 | 29.8 | - |
| YUV | 170.17 | 110.98 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 140 | 0 | 0.39 | 0.40 | 0.08 | 1.89 | 0.7 | 0.74 |
| Hex | EB | 8F | 8C | 0 | 27 | 28 | 8 | 2 | 46 | 4A |
| Octal | 353 | 217 | 214 | 0 | 47 | 50 | 10 | 2 | 106 | 112 |
| Binary | 11101011 | 10001111 | 10001100 | 0 | 100111 | 101000 | 1000 | 10 | 1000110 | 1001010 |
Color Harmonies of #EB8F8C
Complementary color
Monochromatic Colors of #EB8F8C
Black with #EB8F8C
Text Example
Text Example
White with #EB8F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8F8C; }
p { color: rgb(235,143,140); }
H1.HeaderClassName
{
color: #EB8F8C;
}
.AnyTagClassName
{
color: #EB8F8C;
}
</style>
background-color css
<style>
a { background-color: #EB8F8C; }
a { background-color: rgb(235,143,140); }
div.DivClassName
{
background-color: #EB8F8C;
}
.BgClassName
{
background-color: #EB8F8C;
}
</style>
border-color css
<style>
span { border-color: #EB8F8C; }
span { border-color: rgb(235,143,140); }
td.TdClassName
{
border-color: #EB8F8C;
}
.TagClassName
{
border-color: #EB8F8C;
}
</style>