Shades of Sweet Pink #EB978D
Tints of Sweet Pink #EB978D
RGB
CMYK
RGB Variations
Color information
#EB978D (or 0xEB978D) is known color: Sweet Pink. HEX triplet: EB, 97 and 8D. RGB value is (235,151,141). Sum of RGB (Red+Green+Blue) = 235+151+141=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EB978D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB978D is #146872. Grayscale: #AFAFAF. Windows color (decimal): -1337459 or 9279467. OLE color: 9279467.
HSL color Cylindrical-coordinate representation of color #EB978D: hue angle of 6.38º 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 #EB978D is Cyan = 0, Magento = 0.36, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 151 | 141 | - |
| CMYK | 0 | 0.36 | 0.4 | 0.08 |
| HSL | 6.38º | 0.7% | 0.74% | - |
| HSV(B) | 6.38º | 0.4% | 0.92% | - |
| XYZ | 50.14 | 41.72 | 30.61 | - |
| YUV | 174.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 151 | 141 | 0 | 0.36 | 0.4 | 0.08 | 6.38 | 0.7 | 0.74 |
| Hex | EB | 97 | 8D | 0 | 24 | 28 | 8 | 6 | 46 | 4A |
| Octal | 353 | 227 | 215 | 0 | 44 | 50 | 10 | 6 | 106 | 112 |
| Binary | 11101011 | 10010111 | 10001101 | 0 | 100100 | 101000 | 1000 | 110 | 1000110 | 1001010 |
Color Harmonies of #EB978D
Complementary color
Monochromatic Colors of #EB978D
Black with #EB978D
Text Example
Text Example
White with #EB978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB978D; }
p { color: rgb(235,151,141); }
H1.HeaderClassName
{
color: #EB978D;
}
.AnyTagClassName
{
color: #EB978D;
}
</style>
background-color css
<style>
a { background-color: #EB978D; }
a { background-color: rgb(235,151,141); }
div.DivClassName
{
background-color: #EB978D;
}
.BgClassName
{
background-color: #EB978D;
}
</style>
border-color css
<style>
span { border-color: #EB978D; }
span { border-color: rgb(235,151,141); }
td.TdClassName
{
border-color: #EB978D;
}
.TagClassName
{
border-color: #EB978D;
}
</style>