#E78986

Color #E78986 Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #E78986

Tints of Sweet Pink #E78986

Color information

#E78986 (or 0xE78986) is unknown color: approx Sweet Pink. HEX triplet: E7, 89 and 86. RGB value is (231,137,134). Sum of RGB (Red+Green+Blue) = 231+137+134=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E78986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78986 is #187679. Grayscale: #A4A4A4. Windows color (decimal): -1603194 or 8817127. OLE color: 8817127.

HSL color Cylindrical-coordinate representation of color #E78986: hue angle of 1.86º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E78986 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB231137134-
CMYK00.410.420.09
HSL1.86º66.9%71.57%-
HSV(B)1.86º41.99%90.59%-
XYZ46.236.627.18-
YUV164.76110.64175.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 46.02%
GREEN value IS 137 (53.91% from 255) = 27.29%
BLUE value IS 134 (52.73% from 255) = 26.69%
R=46.02%
G=27.29%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113713400.410.420.091.8666.971.57
HexE789860292A924348
Octal34721120605152112103110
Binary111001111000100110000110010100110101010011010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78986; }

 p { color: rgb(231,137,134); }

 H1.HeaderClassName
 {
   color: #E78986;
 }
 .AnyTagClassName
 {
   color: #E78986;
 }
</style>
background-color css

<style>
 a { background-color: #E78986; }

 a { background-color: rgb(231,137,134); }

 div.DivClassName
 {
   background-color: #E78986;
 }
 .BgClassName
 {
   background-color: #E78986;
 }
</style>
border-color css

<style>
 span { border-color: #E78986; }

 span { border-color: rgb(231,137,134); }

 td.TdClassName
 {
   border-color: #E78986;
 }
 .TagClassName
 {
   border-color: #E78986;
 }
</style>