#E76480

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

Shades of Deep Blush #E76480

Tints of Deep Blush #E76480

Color information

#E76480 (or 0xE76480) is unknown color: approx Deep Blush. HEX triplet: E7, 64 and 80. RGB value is (231,100,128). Sum of RGB (Red+Green+Blue) = 231+100+128=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E76480 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76480 is #189B7F. Grayscale: #8E8E8E. Windows color (decimal): -1612672 or 8414439. OLE color: 8414439.

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

Color convert

RGB231100128-
CMYK00.570.450.09
HSL347.18º73.18%64.9%-
HSV(B)347.18º56.71%90.59%-
XYZ41.4127.6623.58-
YUV142.36119.9191.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.33%
GREEN value IS 100 (39.45% from 255) = 21.79%
BLUE value IS 128 (50.39% from 255) = 27.89%
R=50.33%
G=21.79%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110012800.570.450.09347.1873.1864.9
HexE764800392D915b4941
Octal3471442000715511533111101
Binary111001111100100100000000111001101101100110101101110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76480; }

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

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

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

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

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

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

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

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