Html Css Color HEX #E77D6E Geraldine

📋 copy color: '#E77D6E'

red 231 ◦ green 125 ◦ blue 110

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

Shades of Geraldine #E77D6E

Tints of Geraldine #E77D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.61%

R = 49.57%
G = 26.82%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E77D6E (or 0xE77D6E) is known color: Geraldine. HEX triplet: E7, 7D and 6E. RGB value is (231,125,110). Sum of RGB (Red+Green+Blue) = 231+125+110=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D6E is #188291. Grayscale: #9B9B9B. Windows color (decimal): -1606290 or 7241191. OLE color: 7241191.

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

Color convert

RGB 231 125 110 -
CMYK 0 0.46 0.52 0.09
HSL 7.44º 0.72% 0.67% -
HSV(B) 7.44º 0.52% 0.91% -
XYZ 43.1 32.78 18.81 -
YUV 154.98 102.62 182.22 -
System Red Green Blue C M Y K H S L
Decimal 231 125 110 0 0.46 0.52 0.09 7.44 0.72 0.67
Hex E7 7D 6E 0 2E 34 9 7 48 43
Octal 347 175 156 0 56 64 11 7 110 103
Binary 11100111 1111101 1101110 0 101110 110100 1001 111 1001000 1000011

Color Harmonies of #E77D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77D6E

Black with #E77D6E

Text Example


Text Example

White with #E77D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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