#E78886

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

Shades of Sweet Pink #E78886

Tints of Sweet Pink #E78886

Color information

#E78886 (or 0xE78886) is unknown color: approx Sweet Pink. HEX triplet: E7, 88 and 86. RGB value is (231,136,134). Sum of RGB (Red+Green+Blue) = 231+136+134=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E78886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78886 is #187779. Grayscale: #A4A4A4. Windows color (decimal): -1603450 or 8816871. OLE color: 8816871.

HSL color Cylindrical-coordinate representation of color #E78886: hue angle of 1.24º 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 #E78886 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB231136134-
CMYK00.410.420.09
HSL1.24º66.9%71.57%-
HSV(B)1.24º41.99%90.59%-
XYZ46.0636.3227.14-
YUV164.18110.97175.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.11%
GREEN value IS 136 (53.52% from 255) = 27.15%
BLUE value IS 134 (52.73% from 255) = 26.75%
R=46.11%
G=27.15%
B=26.75%

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
Decimal23113613400.410.420.091.2466.971.57
HexE788860292A914348
Octal34721020605152111103110
Binary11100111100010001000011001010011010101001110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78886; }

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

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

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

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

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

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

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

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