Html Css Color HEX #E0776A Geraldine

📋 copy color: '#E0776A'

red 224 ◦ green 119 ◦ blue 106

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

Shades of Geraldine #E0776A

Tints of Geraldine #E0776A

RGB

 RED value IS 224 (87.89% from 255) = 49.89%

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

 BLUE value IS 106 (41.8% from 255) = 23.61%

R = 49.89%
G = 26.5%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0776A (or 0xE0776A) is known color: Geraldine. HEX triplet: E0, 77 and 6A. RGB value is (224,119,106). Sum of RGB (Red+Green+Blue) = 224+119+106=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0776A is #1F8895. Grayscale: #959595. Windows color (decimal): -2066582 or 6977504. OLE color: 6977504.

HSL color Cylindrical-coordinate representation of color #E0776A: hue angle of 6.61º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0776A is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 119 106 -
CMYK 0 0.47 0.53 0.12
HSL 6.61º 0.66% 0.65% -
HSV(B) 6.61º 0.53% 0.88% -
XYZ 39.94 30.08 17.34 -
YUV 148.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 224 119 106 0 0.47 0.53 0.12 6.61 0.66 0.65
Hex E0 77 6A 0 2F 35 C 7 42 41
Octal 340 167 152 0 57 65 14 7 102 101
Binary 11100000 1110111 1101010 0 101111 110101 1100 111 1000010 1000001

Color Harmonies of #E0776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0776A

Black with #E0776A

Text Example


Text Example

White with #E0776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0776A; }

 p { color: rgb(224,119,106); }

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

background-color css

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

 a { background-color: rgb(224,119,106); }

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

border-color css

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

 span { border-color: rgb(224,119,106); }

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