#E76A80

Color #E76A80 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #E76A80

Tints of Deep Blush #E76A80

Color information

#E76A80 (or 0xE76A80) is unknown color: approx Deep Blush. HEX triplet: E7, 6A and 80. RGB value is (231,106,128). Sum of RGB (Red+Green+Blue) = 231+106+128=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76A80 is #18957F. Grayscale: #919191. Windows color (decimal): -1611136 or 8415975. OLE color: 8415975.

HSL color Cylindrical-coordinate representation of color #E76A80: hue angle of 349.44º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76A80 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB231106128-
CMYK00.540.450.09
HSL349.44º72.25%66.08%-
HSV(B)349.44º54.11%90.59%-
XYZ42.0128.8623.78-
YUV145.88117.91188.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.68%
GREEN value IS 106 (41.80% from 255) = 22.80%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=49.68%
G=22.80%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110612800.540.450.09349.4472.2566.08
HexE76A800362D915d4842
Octal3471522000665511535110102
Binary111001111101010100000000110110101101100110101110110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76A80; }

 p { color: rgb(231,106,128); }

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

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

 a { background-color: rgb(231,106,128); }

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

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

 span { border-color: rgb(231,106,128); }

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