#E78F86

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

Shades of Sweet Pink #E78F86

Tints of Sweet Pink #E78F86

Color information

#E78F86 (or 0xE78F86) is unknown color: approx Sweet Pink. HEX triplet: E7, 8F and 86. RGB value is (231,143,134). Sum of RGB (Red+Green+Blue) = 231+143+134=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78F86 is #187079. Grayscale: #A8A8A8. Windows color (decimal): -1601658 or 8818663. OLE color: 8818663.

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

Color convert

RGB231143134-
CMYK00.380.420.09
HSL5.57º66.9%71.57%-
HSV(B)5.57º41.99%90.59%-
XYZ47.0838.3627.48-
YUV168.29108.65172.73-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.47%
GREEN value IS 143 (56.25% from 255) = 28.15%
BLUE value IS 134 (52.73% from 255) = 26.38%
R=45.47%
G=28.15%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114313400.380.420.095.5766.971.57
HexE78F860262A964348
Octal34721720604652116103110
Binary1110011110001111100001100100110101010100111010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78F86; }

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

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

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

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

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

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

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

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