Html Css Color HEX #E0776B Geraldine

📋 copy color: '#E0776B'

red 224 ◦ green 119 ◦ blue 107

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

Shades of Geraldine #E0776B

Tints of Geraldine #E0776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.78%

R = 49.78%
G = 26.44%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0776B (or 0xE0776B) is known color: Geraldine. HEX triplet: E0, 77 and 6B. RGB value is (224,119,107). Sum of RGB (Red+Green+Blue) = 224+119+107=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0776B is #1F8894. Grayscale: #959595. Windows color (decimal): -2066581 or 7043040. OLE color: 7043040.

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

Color convert

RGB 224 119 107 -
CMYK 0 0.47 0.52 0.12
HSL 6.15º 0.65% 0.65% -
HSV(B) 6.15º 0.52% 0.88% -
XYZ 39.99 30.1 17.61 -
YUV 149.03 104.29 181.48 -
System Red Green Blue C M Y K H S L
Decimal 224 119 107 0 0.47 0.52 0.12 6.15 0.65 0.65
Hex E0 77 6B 0 2F 34 C 6 41 41
Octal 340 167 153 0 57 64 14 6 101 101
Binary 11100000 1110111 1101011 0 101111 110100 1100 110 1000001 1000001

Color Harmonies of #E0776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0776B

Black with #E0776B

Text Example


Text Example

White with #E0776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0776B; }

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

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

background-color css

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

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

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

border-color css

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

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

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