#E78E86

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

Shades of Sweet Pink #E78E86

Tints of Sweet Pink #E78E86

Color information

#E78E86 (or 0xE78E86) is unknown color: approx Sweet Pink. HEX triplet: E7, 8E and 86. RGB value is (231,142,134). Sum of RGB (Red+Green+Blue) = 231+142+134=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E78E86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78E86 is #187179. Grayscale: #A7A7A7. Windows color (decimal): -1601914 or 8818407. OLE color: 8818407.

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

Color convert

RGB231142134-
CMYK00.390.420.09
HSL4.95º66.9%71.57%-
HSV(B)4.95º41.99%90.59%-
XYZ46.9338.0627.43-
YUV167.7108.99173.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.56%
GREEN value IS 142 (55.86% from 255) = 28.01%
BLUE value IS 134 (52.73% from 255) = 26.43%
R=45.56%
G=28.01%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114213400.390.420.094.9566.971.57
HexE78E860272A954348
Octal34721620604752115103110
Binary1110011110001110100001100100111101010100110110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78E86; }

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

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

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

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

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

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

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

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