#E77690

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

Shades of Deep Blush #E77690

Tints of Deep Blush #E77690

Color information

#E77690 (or 0xE77690) is unknown color: approx Deep Blush. HEX triplet: E7, 76 and 90. RGB value is (231,118,144). Sum of RGB (Red+Green+Blue) = 231+118+144=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E77690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77690 is #18896F. Grayscale: #9A9A9A. Windows color (decimal): -1608048 or 9467623. OLE color: 9467623.

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

Color convert

RGB231118144-
CMYK00.490.380.09
HSL346.19º70.19%68.43%-
HSV(B)346.19º48.92%90.59%-
XYZ44.4731.9630.21-
YUV154.75121.94182.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.86%
GREEN value IS 118 (46.48% from 255) = 23.94%
BLUE value IS 144 (56.64% from 255) = 29.21%
R=46.86%
G=23.94%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111814400.490.380.09346.1970.1968.43
HexE7769003126915a4644
Octal3471662200614611532106104
Binary111001111110110100100000110001100110100110101101010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77690; }

 p { color: rgb(231,118,144); }

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

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

 a { background-color: rgb(231,118,144); }

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

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

 span { border-color: rgb(231,118,144); }

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