Html Css Color HEX #E77682 Deep Blush

📋 copy color: '#E77682'

red 231 ◦ green 118 ◦ blue 130

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

Shades of Deep Blush #E77682

Tints of Deep Blush #E77682

RGB

 RED value IS 231 (90.63% from 255) = 48.23%

 GREEN value IS 118 (46.48% from 255) = 24.63%

 BLUE value IS 130 (51.17% from 255) = 27.14%

R = 48.23%
G = 24.63%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E77682 (or 0xE77682) is known color: Deep Blush. HEX triplet: E7, 76 and 82. RGB value is (231,118,130). Sum of RGB (Red+Green+Blue) = 231+118+130=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E77682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77682 is #18897D. Grayscale: #999999. Windows color (decimal): -1608062 or 8550119. OLE color: 8550119.

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

Color convert

RGB 231 118 130 -
CMYK 0 0.49 0.44 0.09
HSL 353.63º 0.7% 0.68% -
HSV(B) 353.63º 0.49% 0.91% -
XYZ 43.46 31.56 24.92 -
YUV 153.16 114.94 183.52 -
System Red Green Blue C M Y K H S L
Decimal 231 118 130 0 0.49 0.44 0.09 353.63 0.7 0.68
Hex E7 76 82 0 31 2C 9 162 46 44
Octal 347 166 202 0 61 54 11 542 106 104
Binary 11100111 1110110 10000010 0 110001 101100 1001 101100010 1000110 1000100

Color Harmonies of #E77682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77682

Black with #E77682

Text Example


Text Example

White with #E77682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77682; }

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

 H1.HeaderClassName
 {
   color: #E77682;
 }
 .AnyTagClassName
 {
   color: #E77682;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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