Shades of Sweet Pink #E78D85
Tints of Sweet Pink #E78D85
RGB
CMYK
RGB Variations
Color information
#E78D85 (or 0xE78D85) is known color: Sweet Pink. HEX triplet: E7, 8D and 85. RGB value is (231,141,133). Sum of RGB (Red+Green+Blue) = 231+141+133=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78D85 is #18727A. Grayscale: #A7A7A7. Windows color (decimal): -1602171 or 8752615. OLE color: 8752615.
HSL color Cylindrical-coordinate representation of color #E78D85: hue angle of 4.9º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E78D85 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 133 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.09 |
| HSL | 4.9º | 0.67% | 0.71% | - |
| HSV(B) | 4.9º | 0.42% | 0.91% | - |
| XYZ | 46.71 | 37.73 | 27.01 | - |
| YUV | 167 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 133 | 0 | 0.39 | 0.42 | 0.09 | 4.9 | 0.67 | 0.71 |
| Hex | E7 | 8D | 85 | 0 | 27 | 2A | 9 | 5 | 43 | 47 |
| Octal | 347 | 215 | 205 | 0 | 47 | 52 | 11 | 5 | 103 | 107 |
| Binary | 11100111 | 10001101 | 10000101 | 0 | 100111 | 101010 | 1001 | 101 | 1000011 | 1000111 |
Color Harmonies of #E78D85
Complementary color
Monochromatic Colors of #E78D85
Black with #E78D85
Text Example
Text Example
White with #E78D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78D85; }
p { color: rgb(231,141,133); }
H1.HeaderClassName
{
color: #E78D85;
}
.AnyTagClassName
{
color: #E78D85;
}
</style>
background-color css
<style>
a { background-color: #E78D85; }
a { background-color: rgb(231,141,133); }
div.DivClassName
{
background-color: #E78D85;
}
.BgClassName
{
background-color: #E78D85;
}
</style>
border-color css
<style>
span { border-color: #E78D85; }
span { border-color: rgb(231,141,133); }
td.TdClassName
{
border-color: #E78D85;
}
.TagClassName
{
border-color: #E78D85;
}
</style>