Html Css Color HEX #E77690 Deep Blush

📋 copy color: '#E77690'

red 231 ◦ green 118 ◦ blue 144

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

Shades of Deep Blush #E77690

Tints of Deep Blush #E77690

RGB

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

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

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

RGB 231 118 144 -
CMYK 0 0.49 0.38 0.09
HSL 346.19º 0.7% 0.68% -
HSV(B) 346.19º 0.49% 0.91% -
XYZ 44.47 31.96 30.21 -
YUV 154.75 121.94 182.39 -
System Red Green Blue C M Y K H S L
Decimal 231 118 144 0 0.49 0.38 0.09 346.19 0.7 0.68
Hex E7 76 90 0 31 26 9 15A 46 44
Octal 347 166 220 0 61 46 11 532 106 104
Binary 11100111 1110110 10010000 0 110001 100110 1001 101011010 1000110 1000100

Color Harmonies of #E77690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77690

Black with #E77690

Text Example


Text Example

White with #E77690

Text Example


Text Example

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