#E76C80

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

Shades of Deep Blush #E76C80

Tints of Deep Blush #E76C80

Color information

#E76C80 (or 0xE76C80) is unknown color: approx Deep Blush. HEX triplet: E7, 6C and 80. RGB value is (231,108,128). Sum of RGB (Red+Green+Blue) = 231+108+128=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C80 is #18937F. Grayscale: #939393. Windows color (decimal): -1610624 or 8416487. OLE color: 8416487.

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

Color convert

RGB231108128-
CMYK00.530.450.09
HSL350.24º71.93%66.47%-
HSV(B)350.24º53.25%90.59%-
XYZ42.2129.2723.85-
YUV147.06117.25187.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.46%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=49.46%
G=23.13%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110812800.530.450.09350.2471.9366.47
HexE76C800352D915e4842
Octal3471542000655511536110102
Binary111001111101100100000000110101101101100110101111010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76C80; }

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

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

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

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

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

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

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

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