#E78C82

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

Shades of Sweet Pink #E78C82

Tints of Sweet Pink #E78C82

Color information

#E78C82 (or 0xE78C82) is unknown color: approx Sweet Pink. HEX triplet: E7, 8C and 82. RGB value is (231,140,130). Sum of RGB (Red+Green+Blue) = 231+140+130=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78C82 is #18737D. Grayscale: #A6A6A6. Windows color (decimal): -1602430 or 8555751. OLE color: 8555751.

HSL color Cylindrical-coordinate representation of color #E78C82: hue angle of 5.94º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E78C82 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB231140130-
CMYK00.390.440.09
HSL5.94º67.79%70.78%-
HSV(B)5.94º43.72%90.59%-
XYZ46.3637.3625.89-
YUV166.07107.65174.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.11%
GREEN value IS 140 (55.08% from 255) = 27.94%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=46.11%
G=27.94%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114013000.390.440.095.9467.7970.78
HexE78C820272C964447
Octal34721420204754116104107
Binary1110011110001100100000100100111101100100111010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78C82; }

 p { color: rgb(231,140,130); }

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

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

 a { background-color: rgb(231,140,130); }

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

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

 span { border-color: rgb(231,140,130); }

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