Shades of Sweet Pink #EB8C8A
Tints of Sweet Pink #EB8C8A
RGB
CMYK
RGB Variations
Color information
#EB8C8A (or 0xEB8C8A) is known color: Sweet Pink. HEX triplet: EB, 8C and 8A. RGB value is (235,140,138). Sum of RGB (Red+Green+Blue) = 235+140+138=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8C8A is #147375. Grayscale: #A8A8A8. Windows color (decimal): -1340278 or 9080043. OLE color: 9080043.
HSL color Cylindrical-coordinate representation of color #EB8C8A: hue angle of 1.24º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8C8A is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 138 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.08 |
| HSL | 1.24º | 0.71% | 0.73% | - |
| HSV(B) | 1.24º | 0.41% | 0.92% | - |
| XYZ | 48.23 | 38.25 | 28.89 | - |
| YUV | 168.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 138 | 0 | 0.40 | 0.41 | 0.08 | 1.24 | 0.71 | 0.73 |
| Hex | EB | 8C | 8A | 0 | 28 | 29 | 8 | 1 | 47 | 49 |
| Octal | 353 | 214 | 212 | 0 | 50 | 51 | 10 | 1 | 107 | 111 |
| Binary | 11101011 | 10001100 | 10001010 | 0 | 101000 | 101001 | 1000 | 1 | 1000111 | 1001001 |
Color Harmonies of #EB8C8A
Complementary color
Monochromatic Colors of #EB8C8A
Black with #EB8C8A
Text Example
Text Example
White with #EB8C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C8A; }
p { color: rgb(235,140,138); }
H1.HeaderClassName
{
color: #EB8C8A;
}
.AnyTagClassName
{
color: #EB8C8A;
}
</style>
background-color css
<style>
a { background-color: #EB8C8A; }
a { background-color: rgb(235,140,138); }
div.DivClassName
{
background-color: #EB8C8A;
}
.BgClassName
{
background-color: #EB8C8A;
}
</style>
border-color css
<style>
span { border-color: #EB8C8A; }
span { border-color: rgb(235,140,138); }
td.TdClassName
{
border-color: #EB8C8A;
}
.TagClassName
{
border-color: #EB8C8A;
}
</style>