Html Css Color HEX #E5776A Geraldine

📋 copy color: '#E5776A'

red 229 ◦ green 119 ◦ blue 106

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

Shades of Geraldine #E5776A

Tints of Geraldine #E5776A

RGB

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

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

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

R = 50.44%
G = 26.21%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5776A (or 0xE5776A) is known color: Geraldine. HEX triplet: E5, 77 and 6A. RGB value is (229,119,106). Sum of RGB (Red+Green+Blue) = 229+119+106=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5776A is #1A8895. Grayscale: #969696. Windows color (decimal): -1738902 or 6977509. OLE color: 6977509.

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

Color convert

RGB 229 119 106 -
CMYK 0 0.48 0.54 0.10
HSL 6.34º 0.7% 0.66% -
HSV(B) 6.34º 0.54% 0.9% -
XYZ 41.51 30.89 17.41 -
YUV 150.41 102.94 184.06 -
System Red Green Blue C M Y K H S L
Decimal 229 119 106 0 0.48 0.54 0.10 6.34 0.7 0.66
Hex E5 77 6A 0 30 36 A 6 46 42
Octal 345 167 152 0 60 66 12 6 106 102
Binary 11100101 1110111 1101010 0 110000 110110 1010 110 1000110 1000010

Color Harmonies of #E5776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5776A

Black with #E5776A

Text Example


Text Example

White with #E5776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5776A; }

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

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

background-color css

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

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

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

border-color css

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

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

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