Html Css Color HEX #E77486 Deep Blush

📋 copy color: '#E77486'

red 231 ◦ green 116 ◦ blue 134

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

Shades of Deep Blush #E77486

Tints of Deep Blush #E77486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.12%

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

R = 48.02%
G = 24.12%
B = 27.86%

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

#E77486 (or 0xE77486) is known color: Deep Blush. HEX triplet: E7, 74 and 86. RGB value is (231,116,134). Sum of RGB (Red+Green+Blue) = 231+116+134=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E77486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77486 is #188B79. Grayscale: #989898. Windows color (decimal): -1608570 or 8811751. OLE color: 8811751.

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

Color convert

RGB 231 116 134 -
CMYK 0 0.50 0.42 0.09
HSL 350.61º 0.71% 0.68% -
HSV(B) 350.61º 0.5% 0.91% -
XYZ 43.5 31.2 26.28 -
YUV 152.44 117.6 184.04 -
System Red Green Blue C M Y K H S L
Decimal 231 116 134 0 0.50 0.42 0.09 350.61 0.71 0.68
Hex E7 74 86 0 32 2A 9 15F 47 44
Octal 347 164 206 0 62 52 11 537 107 104
Binary 11100111 1110100 10000110 0 110010 101010 1001 101011111 1000111 1000100

Color Harmonies of #E77486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77486

Black with #E77486

Text Example


Text Example

White with #E77486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77486; }

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

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

background-color css

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

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

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

border-color css

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

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

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