Shades of Sweet Pink #E78D8C
Tints of Sweet Pink #E78D8C
RGB
CMYK
RGB Variations
Color information
#E78D8C (or 0xE78D8C) is known color: Sweet Pink. HEX triplet: E7, 8D and 8C. RGB value is (231,141,140). Sum of RGB (Red+Green+Blue) = 231+141+140=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78D8C is #187273. Grayscale: #A7A7A7. Windows color (decimal): -1602164 or 9211367. OLE color: 9211367.
HSL color Cylindrical-coordinate representation of color #E78D8C: hue angle of 0.66º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E78D8C is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 140 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.09 |
| HSL | 0.66º | 0.65% | 0.73% | - |
| HSV(B) | 0.66º | 0.39% | 0.91% | - |
| XYZ | 47.21 | 37.93 | 29.64 | - |
| YUV | 167.8 | 112.32 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 140 | 0 | 0.39 | 0.39 | 0.09 | 0.66 | 0.65 | 0.73 |
| Hex | E7 | 8D | 8C | 0 | 27 | 27 | 9 | 1 | 41 | 49 |
| Octal | 347 | 215 | 214 | 0 | 47 | 47 | 11 | 1 | 101 | 111 |
| Binary | 11100111 | 10001101 | 10001100 | 0 | 100111 | 100111 | 1001 | 1 | 1000001 | 1001001 |
Color Harmonies of #E78D8C
Complementary color
Monochromatic Colors of #E78D8C
Black with #E78D8C
Text Example
Text Example
White with #E78D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78D8C; }
p { color: rgb(231,141,140); }
H1.HeaderClassName
{
color: #E78D8C;
}
.AnyTagClassName
{
color: #E78D8C;
}
</style>
background-color css
<style>
a { background-color: #E78D8C; }
a { background-color: rgb(231,141,140); }
div.DivClassName
{
background-color: #E78D8C;
}
.BgClassName
{
background-color: #E78D8C;
}
</style>
border-color css
<style>
span { border-color: #E78D8C; }
span { border-color: rgb(231,141,140); }
td.TdClassName
{
border-color: #E78D8C;
}
.TagClassName
{
border-color: #E78D8C;
}
</style>