#E78A86

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

Shades of Sweet Pink #E78A86

Tints of Sweet Pink #E78A86

Color information

#E78A86 (or 0xE78A86) is unknown color: approx Sweet Pink. HEX triplet: E7, 8A and 86. RGB value is (231,138,134). Sum of RGB (Red+Green+Blue) = 231+138+134=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78A86 is #187579. Grayscale: #A5A5A5. Windows color (decimal): -1602938 or 8817383. OLE color: 8817383.

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

Color convert

RGB231138134-
CMYK00.400.420.09
HSL2.47º66.9%71.57%-
HSV(B)2.47º41.99%90.59%-
XYZ46.3536.8927.23-
YUV165.35110.31174.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.92%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=45.92%
G=27.44%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113813400.400.420.092.4766.971.57
HexE78A860282A924348
Octal34721220605052112103110
Binary111001111000101010000110010100010101010011010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78A86; }

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

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

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

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

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

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

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

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