Html Css Color HEX #E77F71 Geraldine

📋 copy color: '#E77F71'

red 231 ◦ green 127 ◦ blue 113

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

Shades of Geraldine #E77F71

Tints of Geraldine #E77F71

RGB

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

 GREEN value IS 127 (50% from 255) = 26.96%

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 49.04%
G = 26.96%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E77F71 (or 0xE77F71) is known color: Geraldine. HEX triplet: E7, 7F and 71. RGB value is (231,127,113). Sum of RGB (Red+Green+Blue) = 231+127+113=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F71 is #18808E. Grayscale: #9C9C9C. Windows color (decimal): -1605775 or 7438311. OLE color: 7438311.

HSL color Cylindrical-coordinate representation of color #E77F71: hue angle of 7.12º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E77F71 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 127 113 -
CMYK 0 0.45 0.51 0.09
HSL 7.12º 0.71% 0.67% -
HSV(B) 7.12º 0.51% 0.91% -
XYZ 43.53 33.36 19.77 -
YUV 156.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 231 127 113 0 0.45 0.51 0.09 7.12 0.71 0.67
Hex E7 7F 71 0 2D 33 9 7 47 43
Octal 347 177 161 0 55 63 11 7 107 103
Binary 11100111 1111111 1110001 0 101101 110011 1001 111 1000111 1000011

Color Harmonies of #E77F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77F71

Black with #E77F71

Text Example


Text Example

White with #E77F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77F71; }

 p { color: rgb(231,127,113); }

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

background-color css

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

 a { background-color: rgb(231,127,113); }

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

border-color css

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

 span { border-color: rgb(231,127,113); }

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