Shades of Sweet Pink #EB8D8C
Tints of Sweet Pink #EB8D8C
RGB
CMYK
RGB Variations
Color information
#EB8D8C (or 0xEB8D8C) is known color: Sweet Pink. HEX triplet: EB, 8D and 8C. RGB value is (235,141,140). Sum of RGB (Red+Green+Blue) = 235+141+140=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D8C is #147273. Grayscale: #A9A9A9. Windows color (decimal): -1340020 or 9211371. OLE color: 9211371.
HSL color Cylindrical-coordinate representation of color #EB8D8C: hue angle of 0.63º 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 #EB8D8C is Cyan = 0, Magento = 0.4, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 140 | - |
| CMYK | 0 | 0.4 | 0.40 | 0.08 |
| HSL | 0.63º | 0.7% | 0.74% | - |
| HSV(B) | 0.63º | 0.4% | 0.92% | - |
| XYZ | 48.52 | 38.61 | 29.71 | - |
| YUV | 168.99 | 111.64 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 140 | 0 | 0.4 | 0.40 | 0.08 | 0.63 | 0.7 | 0.74 |
| Hex | EB | 8D | 8C | 0 | 28 | 28 | 8 | 1 | 46 | 4A |
| Octal | 353 | 215 | 214 | 0 | 50 | 50 | 10 | 1 | 106 | 112 |
| Binary | 11101011 | 10001101 | 10001100 | 0 | 101000 | 101000 | 1000 | 1 | 1000110 | 1001010 |
Color Harmonies of #EB8D8C
Complementary color
Monochromatic Colors of #EB8D8C
Black with #EB8D8C
Text Example
Text Example
White with #EB8D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D8C; }
p { color: rgb(235,141,140); }
H1.HeaderClassName
{
color: #EB8D8C;
}
.AnyTagClassName
{
color: #EB8D8C;
}
</style>
background-color css
<style>
a { background-color: #EB8D8C; }
a { background-color: rgb(235,141,140); }
div.DivClassName
{
background-color: #EB8D8C;
}
.BgClassName
{
background-color: #EB8D8C;
}
</style>
border-color css
<style>
span { border-color: #EB8D8C; }
span { border-color: rgb(235,141,140); }
td.TdClassName
{
border-color: #EB8D8C;
}
.TagClassName
{
border-color: #EB8D8C;
}
</style>