Html Css Color HEX #E77A86 Deep Blush

📋 copy color: '#E77A86'

red 231 ◦ green 122 ◦ blue 134

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

Shades of Deep Blush #E77A86

Tints of Deep Blush #E77A86

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.05%

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

R = 47.43%
G = 25.05%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E77A86 (or 0xE77A86) is known color: Deep Blush. HEX triplet: E7, 7A and 86. RGB value is (231,122,134). Sum of RGB (Red+Green+Blue) = 231+122+134=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77A86 is #188579. Grayscale: #9C9C9C. Windows color (decimal): -1607034 or 8813287. OLE color: 8813287.

HSL color Cylindrical-coordinate representation of color #E77A86: hue angle of 353.39º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77A86 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 122 134 -
CMYK 0 0.47 0.42 0.09
HSL 353.39º 0.69% 0.69% -
HSV(B) 353.39º 0.47% 0.91% -
XYZ 44.22 32.63 26.52 -
YUV 155.96 115.61 181.52 -
System Red Green Blue C M Y K H S L
Decimal 231 122 134 0 0.47 0.42 0.09 353.39 0.69 0.69
Hex E7 7A 86 0 2F 2A 9 161 45 45
Octal 347 172 206 0 57 52 11 541 105 105
Binary 11100111 1111010 10000110 0 101111 101010 1001 101100001 1000101 1000101

Color Harmonies of #E77A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A86

Black with #E77A86

Text Example


Text Example

White with #E77A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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