Html Css Color HEX #E77D74 Geraldine

📋 copy color: '#E77D74'

red 231 ◦ green 125 ◦ blue 116

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

Shades of Geraldine #E77D74

Tints of Geraldine #E77D74

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.48%

 BLUE value IS 116 (45.7% from 255) = 24.58%

R = 48.94%
G = 26.48%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E77D74 (or 0xE77D74) is known color: Geraldine. HEX triplet: E7, 7D and 74. RGB value is (231,125,116). Sum of RGB (Red+Green+Blue) = 231+125+116=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D74 is #18828B. Grayscale: #9B9B9B. Windows color (decimal): -1606284 or 7634407. OLE color: 7634407.

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

Color convert

RGB 231 125 116 -
CMYK 0 0.46 0.50 0.09
HSL 4.7º 0.71% 0.68% -
HSV(B) 4.7º 0.5% 0.91% -
XYZ 43.44 32.92 20.59 -
YUV 155.67 105.62 181.73 -
System Red Green Blue C M Y K H S L
Decimal 231 125 116 0 0.46 0.50 0.09 4.7 0.71 0.68
Hex E7 7D 74 0 2E 32 9 5 47 44
Octal 347 175 164 0 56 62 11 5 107 104
Binary 11100111 1111101 1110100 0 101110 110010 1001 101 1000111 1000100

Color Harmonies of #E77D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77D74

Black with #E77D74

Text Example


Text Example

White with #E77D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77D74; }

 p { color: rgb(231,125,116); }

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

background-color css

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

 a { background-color: rgb(231,125,116); }

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

border-color css

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

 span { border-color: rgb(231,125,116); }

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