Html Css Color HEX #E77391 Deep Blush

📋 copy color: '#E77391'

red 231 ◦ green 115 ◦ blue 145

#E77391
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #E77391

Tints of Deep Blush #E77391

RGB

 RED value IS 231 (90.63% 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 value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E77391 (or 0xE77391) is known color: 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

RGB 231 115 145 -
CMYK 0 0.50 0.37 0.09
HSL 344.48º 0.71% 0.68% -
HSV(B) 344.48º 0.5% 0.91% -
XYZ 44.2 31.29 30.5 -
YUV 153.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 231 115 145 0 0.50 0.37 0.09 344.48 0.71 0.68
Hex E7 73 91 0 32 25 9 158 47 44
Octal 347 163 221 0 62 45 11 530 107 104
Binary 11100111 1110011 10010001 0 110010 100101 1001 101011000 1000111 1000100

Color Harmonies of #E77391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77391

Black with #E77391

Text Example


Text Example

White with #E77391

Text Example


Text Example

HTML Codes & Css Web 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>