#E79B9A

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

Shades of Sweet Pink #E79B9A

Tints of Sweet Pink #E79B9A

Color information

#E79B9A (or 0xE79B9A) is unknown color: approx Sweet Pink. HEX triplet: E7, 9B and 9A. RGB value is (231,155,154). Sum of RGB (Red+Green+Blue) = 231+155+154=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E79B9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79B9A is #186465. Grayscale: #B1B1B1. Windows color (decimal): -1598566 or 10132455. OLE color: 10132455.

HSL color Cylindrical-coordinate representation of color #E79B9A: hue angle of 0.78º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E79B9A is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB231155154-
CMYK00.330.330.09
HSL0.78º61.6%75.49%-
HSV(B)0.78º33.33%90.59%-
XYZ50.5142.7636.16-
YUV177.61114.68166.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.78%
GREEN value IS 155 (60.94% from 255) = 28.70%
BLUE value IS 154 (60.55% from 255) = 28.52%
R=42.78%
G=28.70%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115515400.330.330.090.7861.675.49
HexE79B9A02121913e4b
Octal3472332320414111176113
Binary1110011110011011100110100100001100001100111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79B9A; }

 p { color: rgb(231,155,154); }

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

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

 a { background-color: rgb(231,155,154); }

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

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

 span { border-color: rgb(231,155,154); }

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