Html Css Color HEX #E77D6C Geraldine

📋 copy color: '#E77D6C'

red 231 ◦ green 125 ◦ blue 108

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

Shades of Geraldine #E77D6C

Tints of Geraldine #E77D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.28%

R = 49.78%
G = 26.94%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E77D6C (or 0xE77D6C) is known color: Geraldine. HEX triplet: E7, 7D and 6C. RGB value is (231,125,108). Sum of RGB (Red+Green+Blue) = 231+125+108=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D6C is #188293. Grayscale: #9A9A9A. Windows color (decimal): -1606292 or 7110119. OLE color: 7110119.

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

Color convert

RGB 231 125 108 -
CMYK 0 0.46 0.53 0.09
HSL 8.29º 0.72% 0.66% -
HSV(B) 8.29º 0.53% 0.91% -
XYZ 43 32.74 18.24 -
YUV 154.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 231 125 108 0 0.46 0.53 0.09 8.29 0.72 0.66
Hex E7 7D 6C 0 2E 35 9 8 48 42
Octal 347 175 154 0 56 65 11 10 110 102
Binary 11100111 1111101 1101100 0 101110 110101 1001 1000 1001000 1000010

Color Harmonies of #E77D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77D6C

Black with #E77D6C

Text Example


Text Example

White with #E77D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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