Html Css Color HEX #E77C85 Deep Blush

📋 copy color: '#E77C85'

red 231 ◦ green 124 ◦ blue 133

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

Shades of Deep Blush #E77C85

Tints of Deep Blush #E77C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.41%

 BLUE value IS 133 (52.34% from 255) = 27.25%

R = 47.34%
G = 25.41%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E77C85 (or 0xE77C85) is known color: Deep Blush. HEX triplet: E7, 7C and 85. RGB value is (231,124,133). Sum of RGB (Red+Green+Blue) = 231+124+133=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77C85 is #18837A. Grayscale: #9D9D9D. Windows color (decimal): -1606523 or 8748263. OLE color: 8748263.

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

Color convert

RGB 231 124 133 -
CMYK 0 0.46 0.42 0.09
HSL 354.95º 0.69% 0.7% -
HSV(B) 354.95º 0.46% 0.91% -
XYZ 44.4 33.1 26.24 -
YUV 157.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 231 124 133 0 0.46 0.42 0.09 354.95 0.69 0.7
Hex E7 7C 85 0 2E 2A 9 163 45 46
Octal 347 174 205 0 56 52 11 543 105 106
Binary 11100111 1111100 10000101 0 101110 101010 1001 101100011 1000101 1000110

Color Harmonies of #E77C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77C85

Black with #E77C85

Text Example


Text Example

White with #E77C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77C85; }

 p { color: rgb(231,124,133); }

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

background-color css

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

 a { background-color: rgb(231,124,133); }

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

border-color css

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

 span { border-color: rgb(231,124,133); }

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