Html Css Color HEX #E77776 Geraldine

📋 copy color: '#E77776'

red 231 ◦ green 119 ◦ blue 118

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

Shades of Geraldine #E77776

Tints of Geraldine #E77776

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.43%

 BLUE value IS 118 (46.48% from 255) = 25.21%

R = 49.36%
G = 25.43%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E77776 (or 0xE77776) is known color: Geraldine. HEX triplet: E7, 77 and 76. RGB value is (231,119,118). Sum of RGB (Red+Green+Blue) = 231+119+118=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E77776 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77776 is #188889. Grayscale: #989898. Windows color (decimal): -1607818 or 7763943. OLE color: 7763943.

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

Color convert

RGB 231 119 118 -
CMYK 0 0.48 0.49 0.09
HSL 0.53º 0.7% 0.68% -
HSV(B) 0.53º 0.49% 0.91% -
XYZ 42.82 31.49 20.96 -
YUV 152.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 231 119 118 0 0.48 0.49 0.09 0.53 0.7 0.68
Hex E7 77 76 0 30 31 9 1 46 44
Octal 347 167 166 0 60 61 11 1 106 104
Binary 11100111 1110111 1110110 0 110000 110001 1001 1 1000110 1000100

Color Harmonies of #E77776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77776

Black with #E77776

Text Example


Text Example

White with #E77776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77776; }

 p { color: rgb(231,119,118); }

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

background-color css

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

 a { background-color: rgb(231,119,118); }

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

border-color css

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

 span { border-color: rgb(231,119,118); }

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