Html Css Color HEX #E77386 Deep Blush

📋 copy color: '#E77386'

red 231 ◦ green 115 ◦ blue 134

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

Shades of Deep Blush #E77386

Tints of Deep Blush #E77386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.96%

 BLUE value IS 134 (52.73% from 255) = 27.92%

R = 48.13%
G = 23.96%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E77386 (or 0xE77386) is known color: Deep Blush. HEX triplet: E7, 73 and 86. RGB value is (231,115,134). Sum of RGB (Red+Green+Blue) = 231+115+134=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E77386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77386 is #188C79. Grayscale: #979797. Windows color (decimal): -1608826 or 8811495. OLE color: 8811495.

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

Color convert

RGB 231 115 134 -
CMYK 0 0.50 0.42 0.09
HSL 350.17º 0.71% 0.68% -
HSV(B) 350.17º 0.5% 0.91% -
XYZ 43.39 30.97 26.25 -
YUV 151.85 117.93 184.46 -
System Red Green Blue C M Y K H S L
Decimal 231 115 134 0 0.50 0.42 0.09 350.17 0.71 0.68
Hex E7 73 86 0 32 2A 9 15E 47 44
Octal 347 163 206 0 62 52 11 536 107 104
Binary 11100111 1110011 10000110 0 110010 101010 1001 101011110 1000111 1000100

Color Harmonies of #E77386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77386

Black with #E77386

Text Example


Text Example

White with #E77386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77386; }

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

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

background-color css

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

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

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

border-color css

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

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

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