Html Css Color HEX #E77971 Geraldine

📋 copy color: '#E77971'

red 231 ◦ green 121 ◦ blue 113

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

Shades of Geraldine #E77971

Tints of Geraldine #E77971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.02%

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

R = 49.68%
G = 26.02%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E77971 (or 0xE77971) is known color: Geraldine. HEX triplet: E7, 79 and 71. RGB value is (231,121,113). Sum of RGB (Red+Green+Blue) = 231+121+113=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E77971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77971 is #18868E. Grayscale: #999999. Windows color (decimal): -1607311 or 7436775. OLE color: 7436775.

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

Color convert

RGB 231 121 113 -
CMYK 0 0.48 0.51 0.09
HSL 4.07º 0.71% 0.67% -
HSV(B) 4.07º 0.51% 0.91% -
XYZ 42.77 31.86 19.52 -
YUV 152.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 231 121 113 0 0.48 0.51 0.09 4.07 0.71 0.67
Hex E7 79 71 0 30 33 9 4 47 43
Octal 347 171 161 0 60 63 11 4 107 103
Binary 11100111 1111001 1110001 0 110000 110011 1001 100 1000111 1000011

Color Harmonies of #E77971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77971

Black with #E77971

Text Example


Text Example

White with #E77971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77971; }

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

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

background-color css

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

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

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

border-color css

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

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

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