Html Css Color HEX #E37D77 Geraldine

📋 copy color: '#E37D77'

red 227 ◦ green 125 ◦ blue 119

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

Shades of Geraldine #E37D77

Tints of Geraldine #E37D77

RGB

 RED value IS 227 (89.06% from 255) = 48.2%

 GREEN value IS 125 (49.22% from 255) = 26.54%

 BLUE value IS 119 (46.88% from 255) = 25.27%

R = 48.2%
G = 26.54%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E37D77 (or 0xE37D77) is known color: Geraldine. HEX triplet: E3, 7D and 77. RGB value is (227,125,119). Sum of RGB (Red+Green+Blue) = 227+125+119=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37D77 is #1C8288. Grayscale: #9A9A9A. Windows color (decimal): -1868425 or 7831011. OLE color: 7831011.

HSL color Cylindrical-coordinate representation of color #E37D77: hue angle of 3.33º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E37D77 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 125 119 -
CMYK 0 0.45 0.48 0.11
HSL 3.33º 0.66% 0.68% -
HSV(B) 3.33º 0.48% 0.89% -
XYZ 42.34 32.33 21.46 -
YUV 154.81 107.79 179.49 -
System Red Green Blue C M Y K H S L
Decimal 227 125 119 0 0.45 0.48 0.11 3.33 0.66 0.68
Hex E3 7D 77 0 2D 30 B 3 42 44
Octal 343 175 167 0 55 60 13 3 102 104
Binary 11100011 1111101 1110111 0 101101 110000 1011 11 1000010 1000100

Color Harmonies of #E37D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37D77

Black with #E37D77

Text Example


Text Example

White with #E37D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37D77; }

 p { color: rgb(227,125,119); }

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

background-color css

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

 a { background-color: rgb(227,125,119); }

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

border-color css

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

 span { border-color: rgb(227,125,119); }

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