Html Css Color HEX #E0776F Geraldine

📋 copy color: '#E0776F'

red 224 ◦ green 119 ◦ blue 111

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

Shades of Geraldine #E0776F

Tints of Geraldine #E0776F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.45%

R = 49.34%
G = 26.21%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0776F (or 0xE0776F) is known color: Geraldine. HEX triplet: E0, 77 and 6F. RGB value is (224,119,111). Sum of RGB (Red+Green+Blue) = 224+119+111=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E0776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0776F is #1F8890. Grayscale: #959595. Windows color (decimal): -2066577 or 7305184. OLE color: 7305184.

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

Color convert

RGB 224 119 111 -
CMYK 0 0.47 0.50 0.12
HSL 4.25º 0.65% 0.66% -
HSV(B) 4.25º 0.5% 0.88% -
XYZ 40.21 30.19 18.75 -
YUV 149.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 224 119 111 0 0.47 0.50 0.12 4.25 0.65 0.66
Hex E0 77 6F 0 2F 32 C 4 41 42
Octal 340 167 157 0 57 62 14 4 101 102
Binary 11100000 1110111 1101111 0 101111 110010 1100 100 1000001 1000010

Color Harmonies of #E0776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0776F

Black with #E0776F

Text Example


Text Example

White with #E0776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0776F; }

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

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

background-color css

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

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

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

border-color css

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

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

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