Shades of Sweet Pink #EB8D80
Tints of Sweet Pink #EB8D80
RGB
CMYK
RGB Variations
Color information
#EB8D80 (or 0xEB8D80) is known color: Sweet Pink. HEX triplet: EB, 8D and 80. RGB value is (235,141,128). Sum of RGB (Red+Green+Blue) = 235+141+128=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D80 is #14727F. Grayscale: #A7A7A7. Windows color (decimal): -1340032 or 8424939. OLE color: 8424939.
HSL color Cylindrical-coordinate representation of color #EB8D80: hue angle of 7.29º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB8D80 is Cyan = 0, Magento = 0.4, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 128 | - |
| CMYK | 0 | 0.4 | 0.46 | 0.08 |
| HSL | 7.29º | 0.73% | 0.71% | - |
| HSV(B) | 7.29º | 0.46% | 0.92% | - |
| XYZ | 47.68 | 38.27 | 25.3 | - |
| YUV | 167.62 | 105.64 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 128 | 0 | 0.4 | 0.46 | 0.08 | 7.29 | 0.73 | 0.71 |
| Hex | EB | 8D | 80 | 0 | 28 | 2E | 8 | 7 | 49 | 47 |
| Octal | 353 | 215 | 200 | 0 | 50 | 56 | 10 | 7 | 111 | 107 |
| Binary | 11101011 | 10001101 | 10000000 | 0 | 101000 | 101110 | 1000 | 111 | 1001001 | 1000111 |
Color Harmonies of #EB8D80
Complementary color
Monochromatic Colors of #EB8D80
Black with #EB8D80
Text Example
Text Example
White with #EB8D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D80; }
p { color: rgb(235,141,128); }
H1.HeaderClassName
{
color: #EB8D80;
}
.AnyTagClassName
{
color: #EB8D80;
}
</style>
background-color css
<style>
a { background-color: #EB8D80; }
a { background-color: rgb(235,141,128); }
div.DivClassName
{
background-color: #EB8D80;
}
.BgClassName
{
background-color: #EB8D80;
}
</style>
border-color css
<style>
span { border-color: #EB8D80; }
span { border-color: rgb(235,141,128); }
td.TdClassName
{
border-color: #EB8D80;
}
.TagClassName
{
border-color: #EB8D80;
}
</style>