Shades of Sweet Pink #E78F85
Tints of Sweet Pink #E78F85
RGB
CMYK
RGB Variations
Color information
#E78F85 (or 0xE78F85) is known color: Sweet Pink. HEX triplet: E7, 8F and 85. RGB value is (231,143,133). Sum of RGB (Red+Green+Blue) = 231+143+133=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78F85 is #18707A. Grayscale: #A8A8A8. Windows color (decimal): -1601659 or 8753127. OLE color: 8753127.
HSL color Cylindrical-coordinate representation of color #E78F85: hue angle of 6.12º 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 #E78F85 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 133 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.09 |
| HSL | 6.12º | 0.67% | 0.71% | - |
| HSV(B) | 6.12º | 0.42% | 0.91% | - |
| XYZ | 47.01 | 38.33 | 27.11 | - |
| YUV | 168.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 133 | 0 | 0.38 | 0.42 | 0.09 | 6.12 | 0.67 | 0.71 |
| Hex | E7 | 8F | 85 | 0 | 26 | 2A | 9 | 6 | 43 | 47 |
| Octal | 347 | 217 | 205 | 0 | 46 | 52 | 11 | 6 | 103 | 107 |
| Binary | 11100111 | 10001111 | 10000101 | 0 | 100110 | 101010 | 1001 | 110 | 1000011 | 1000111 |
Color Harmonies of #E78F85
Complementary color
Monochromatic Colors of #E78F85
Black with #E78F85
Text Example
Text Example
White with #E78F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78F85; }
p { color: rgb(231,143,133); }
H1.HeaderClassName
{
color: #E78F85;
}
.AnyTagClassName
{
color: #E78F85;
}
</style>
background-color css
<style>
a { background-color: #E78F85; }
a { background-color: rgb(231,143,133); }
div.DivClassName
{
background-color: #E78F85;
}
.BgClassName
{
background-color: #E78F85;
}
</style>
border-color css
<style>
span { border-color: #E78F85; }
span { border-color: rgb(231,143,133); }
td.TdClassName
{
border-color: #E78F85;
}
.TagClassName
{
border-color: #E78F85;
}
</style>