Html Css Color HEX #E0776E Geraldine

📋 copy color: '#E0776E'

red 224 ◦ green 119 ◦ blue 110

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

Shades of Geraldine #E0776E

Tints of Geraldine #E0776E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.28%

R = 49.45%
G = 26.27%
B = 24.28%

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

#E0776E (or 0xE0776E) is known color: Geraldine. HEX triplet: E0, 77 and 6E. RGB value is (224,119,110). Sum of RGB (Red+Green+Blue) = 224+119+110=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E0776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0776E is #1F8891. Grayscale: #959595. Windows color (decimal): -2066578 or 7239648. OLE color: 7239648.

HSL color Cylindrical-coordinate representation of color #E0776E: hue angle of 4.74º 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 #E0776E is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 119 110 -
CMYK 0 0.47 0.51 0.12
HSL 4.74º 0.65% 0.65% -
HSV(B) 4.74º 0.51% 0.88% -
XYZ 40.15 30.17 18.46 -
YUV 149.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 224 119 110 0 0.47 0.51 0.12 4.74 0.65 0.65
Hex E0 77 6E 0 2F 33 C 5 41 41
Octal 340 167 156 0 57 63 14 5 101 101
Binary 11100000 1110111 1101110 0 101111 110011 1100 101 1000001 1000001

Color Harmonies of #E0776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0776E

Black with #E0776E

Text Example


Text Example

White with #E0776E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0776E; }

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

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

background-color css

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

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

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

border-color css

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

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

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