Html Css Color HEX #E0776D Geraldine

📋 copy color: '#E0776D'

red 224 ◦ green 119 ◦ blue 109

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

Shades of Geraldine #E0776D

Tints of Geraldine #E0776D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.12%

R = 49.56%
G = 26.33%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0776D (or 0xE0776D) is known color: Geraldine. HEX triplet: E0, 77 and 6D. RGB value is (224,119,109). Sum of RGB (Red+Green+Blue) = 224+119+109=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E0776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0776D is #1F8892. Grayscale: #959595. Windows color (decimal): -2066579 or 7174112. OLE color: 7174112.

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

Color convert

RGB 224 119 109 -
CMYK 0 0.47 0.51 0.12
HSL 5.22º 0.65% 0.65% -
HSV(B) 5.22º 0.51% 0.88% -
XYZ 40.1 30.15 18.17 -
YUV 149.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 224 119 109 0 0.47 0.51 0.12 5.22 0.65 0.65
Hex E0 77 6D 0 2F 33 C 5 41 41
Octal 340 167 155 0 57 63 14 5 101 101
Binary 11100000 1110111 1101101 0 101111 110011 1100 101 1000001 1000001

Color Harmonies of #E0776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0776D

Black with #E0776D

Text Example


Text Example

White with #E0776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0776D; }

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

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

background-color css

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

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

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

border-color css

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

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

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