Html Css Color HEX #E77C71 Geraldine

📋 copy color: '#E77C71'

red 231 ◦ green 124 ◦ blue 113

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

Shades of Geraldine #E77C71

Tints of Geraldine #E77C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.15%

R = 49.36%
G = 26.5%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E77C71 (or 0xE77C71) is known color: Geraldine. HEX triplet: E7, 7C and 71. RGB value is (231,124,113). Sum of RGB (Red+Green+Blue) = 231+124+113=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77C71 is #18838E. Grayscale: #9A9A9A. Windows color (decimal): -1606543 or 7437543. OLE color: 7437543.

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

Color convert

RGB 231 124 113 -
CMYK 0 0.46 0.51 0.09
HSL 5.59º 0.71% 0.67% -
HSV(B) 5.59º 0.51% 0.91% -
XYZ 43.14 32.6 19.64 -
YUV 154.74 104.45 182.39 -
System Red Green Blue C M Y K H S L
Decimal 231 124 113 0 0.46 0.51 0.09 5.59 0.71 0.67
Hex E7 7C 71 0 2E 33 9 6 47 43
Octal 347 174 161 0 56 63 11 6 107 103
Binary 11100111 1111100 1110001 0 101110 110011 1001 110 1000111 1000011

Color Harmonies of #E77C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77C71

Black with #E77C71

Text Example


Text Example

White with #E77C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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