Html Css Color HEX #E5776C Geraldine

📋 copy color: '#E5776C'

red 229 ◦ green 119 ◦ blue 108

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

Shades of Geraldine #E5776C

Tints of Geraldine #E5776C

RGB

 RED value IS 229 (89.84% from 255) = 50.22%

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

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

R = 50.22%
G = 26.1%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E5776C (or 0xE5776C) is known color: Geraldine. HEX triplet: E5, 77 and 6C. RGB value is (229,119,108). Sum of RGB (Red+Green+Blue) = 229+119+108=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E5776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5776C is #1A8893. Grayscale: #969696. Windows color (decimal): -1738900 or 7108581. OLE color: 7108581.

HSL color Cylindrical-coordinate representation of color #E5776C: hue angle of 5.45º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5776C is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 119 108 -
CMYK 0 0.48 0.53 0.10
HSL 5.45º 0.7% 0.66% -
HSV(B) 5.45º 0.53% 0.9% -
XYZ 41.62 30.93 17.96 -
YUV 150.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 229 119 108 0 0.48 0.53 0.10 5.45 0.7 0.66
Hex E5 77 6C 0 30 35 A 5 46 42
Octal 345 167 154 0 60 65 12 5 106 102
Binary 11100101 1110111 1101100 0 110000 110101 1010 101 1000110 1000010

Color Harmonies of #E5776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5776C

Black with #E5776C

Text Example


Text Example

White with #E5776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5776C; }

 p { color: rgb(229,119,108); }

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

background-color css

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

 a { background-color: rgb(229,119,108); }

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

border-color css

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

 span { border-color: rgb(229,119,108); }

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