Html Css Color HEX #E77A73 Geraldine

📋 copy color: '#E77A73'

red 231 ◦ green 122 ◦ blue 115

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

Shades of Geraldine #E77A73

Tints of Geraldine #E77A73

RGB

 RED value IS 231 (90.63% from 255) = 49.36%

 GREEN value IS 122 (48.05% from 255) = 26.07%

 BLUE value IS 115 (45.31% from 255) = 24.57%

R = 49.36%
G = 26.07%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E77A73 (or 0xE77A73) is known color: Geraldine. HEX triplet: E7, 7A and 73. RGB value is (231,122,115). Sum of RGB (Red+Green+Blue) = 231+122+115=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A73 is #18858C. Grayscale: #999999. Windows color (decimal): -1607053 or 7568103. OLE color: 7568103.

HSL color Cylindrical-coordinate representation of color #E77A73: hue angle of 3.62º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77A73 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 122 115 -
CMYK 0 0.47 0.50 0.09
HSL 3.62º 0.71% 0.68% -
HSV(B) 3.62º 0.5% 0.91% -
XYZ 43.01 32.15 20.16 -
YUV 153.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 231 122 115 0 0.47 0.50 0.09 3.62 0.71 0.68
Hex E7 7A 73 0 2F 32 9 4 47 44
Octal 347 172 163 0 57 62 11 4 107 104
Binary 11100111 1111010 1110011 0 101111 110010 1001 100 1000111 1000100

Color Harmonies of #E77A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A73

Black with #E77A73

Text Example


Text Example

White with #E77A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A73; }

 p { color: rgb(231,122,115); }

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

background-color css

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

 a { background-color: rgb(231,122,115); }

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

border-color css

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

 span { border-color: rgb(231,122,115); }

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