#E77391

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

Shades of Deep Blush #E77391

Tints of Deep Blush #E77391

Color information

#E77391 (or 0xE77391) is unknown color: approx Deep Blush. HEX triplet: E7, 73 and 91. RGB value is (231,115,145). Sum of RGB (Red+Green+Blue) = 231+115+145=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E77391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77391 is #188C6E. Grayscale: #999999. Windows color (decimal): -1608815 or 9532391. OLE color: 9532391.

HSL color Cylindrical-coordinate representation of color #E77391: hue angle of 344.48º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77391 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB231115145-
CMYK00.500.370.09
HSL344.48º70.73%67.84%-
HSV(B)344.48º50.22%90.59%-
XYZ44.231.2930.5-
YUV153.1123.43183.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.05%
GREEN value IS 115 (45.31% from 255) = 23.42%
BLUE value IS 145 (57.03% from 255) = 29.53%
R=47.05%
G=23.42%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111514500.500.370.09344.4870.7367.84
HexE773910322591584744
Octal3471632210624511530107104
Binary111001111110011100100010110010100101100110101100010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77391; }

 p { color: rgb(231,115,145); }

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

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

 a { background-color: rgb(231,115,145); }

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

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

 span { border-color: rgb(231,115,145); }

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