Html Css Color HEX #E17D77 Geraldine

📋 copy color: '#E17D77'

red 225 ◦ green 125 ◦ blue 119

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

Shades of Geraldine #E17D77

Tints of Geraldine #E17D77

RGB

 RED value IS 225 (88.28% from 255) = 47.97%

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

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

R = 47.97%
G = 26.65%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E17D77 (or 0xE17D77) is known color: Geraldine. HEX triplet: E1, 7D and 77. RGB value is (225,125,119). Sum of RGB (Red+Green+Blue) = 225+125+119=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17D77 is #1E8288. Grayscale: #9A9A9A. Windows color (decimal): -1999497 or 7831009. OLE color: 7831009.

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

Color convert

RGB 225 125 119 -
CMYK 0 0.44 0.47 0.12
HSL 3.4º 0.64% 0.67% -
HSV(B) 3.4º 0.47% 0.88% -
XYZ 41.71 32.01 21.43 -
YUV 154.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 225 125 119 0 0.44 0.47 0.12 3.4 0.64 0.67
Hex E1 7D 77 0 2C 2F C 3 40 43
Octal 341 175 167 0 54 57 14 3 100 103
Binary 11100001 1111101 1110111 0 101100 101111 1100 11 1000000 1000011

Color Harmonies of #E17D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17D77

Black with #E17D77

Text Example


Text Example

White with #E17D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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