Html Css Color HEX #E77E75 Geraldine

📋 copy color: '#E77E75'

red 231 ◦ green 126 ◦ blue 117

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

Shades of Geraldine #E77E75

Tints of Geraldine #E77E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.58%

 BLUE value IS 117 (46.09% from 255) = 24.68%

R = 48.73%
G = 26.58%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E77E75 (or 0xE77E75) is known color: Geraldine. HEX triplet: E7, 7E and 75. RGB value is (231,126,117). Sum of RGB (Red+Green+Blue) = 231+126+117=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77E75 is #18818A. Grayscale: #9C9C9C. Windows color (decimal): -1606027 or 7700199. OLE color: 7700199.

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

Color convert

RGB 231 126 117 -
CMYK 0 0.45 0.49 0.09
HSL 4.74º 0.7% 0.68% -
HSV(B) 4.74º 0.49% 0.91% -
XYZ 43.63 33.19 20.94 -
YUV 156.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 231 126 117 0 0.45 0.49 0.09 4.74 0.7 0.68
Hex E7 7E 75 0 2D 31 9 5 46 44
Octal 347 176 165 0 55 61 11 5 106 104
Binary 11100111 1111110 1110101 0 101101 110001 1001 101 1000110 1000100

Color Harmonies of #E77E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77E75

Black with #E77E75

Text Example


Text Example

White with #E77E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77E75; }

 p { color: rgb(231,126,117); }

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

background-color css

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

 a { background-color: rgb(231,126,117); }

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

border-color css

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

 span { border-color: rgb(231,126,117); }

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