#e77590

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

Shades of Deep Blush #E77590

Tints of Deep Blush #E77590

Color information

#E77590 (or 0xE77590) is unknown color: approx Deep Blush. HEX triplet: E7, 75 and 90. RGB value is (231,117,144). Sum of RGB (Red+Green+Blue) = 231+117+144=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E77590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77590 is #188A6F. Grayscale: #9A9A9A. Windows color (decimal): -1608304 or 9467367. OLE color: 9467367.

HSL color Cylindrical-coordinate representation of color #E77590: hue angle of 345.79º 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 #E77590 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB231117144-
CMYK00.490.380.09
HSL345.79º70.37%68.24%-
HSV(B)345.79º49.35%90.59%-
XYZ44.3531.7330.17-
YUV154.16122.27182.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.95%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 144 (56.64% from 255) = 29.27%
R=46.95%
G=23.78%
B=29.27%

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
Decimal23111714400.490.380.09345.7970.3768.24
HexE7759003126915a4644
Octal3471652200614611532106104
Binary111001111110101100100000110001100110100110101101010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e77590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e77590; }

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

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

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

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

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

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

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

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