Html Css Color HEX #E77371 Geraldine

📋 copy color: '#E77371'

red 231 ◦ green 115 ◦ blue 113

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

Shades of Geraldine #E77371

Tints of Geraldine #E77371

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.05%

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

R = 50.33%
G = 25.05%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E77371 (or 0xE77371) is known color: Geraldine. HEX triplet: E7, 73 and 71. RGB value is (231,115,113). Sum of RGB (Red+Green+Blue) = 231+115+113=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E77371 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77371 is #188C8E. Grayscale: #959595. Windows color (decimal): -1608847 or 7435239. OLE color: 7435239.

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

Color convert

RGB 231 115 113 -
CMYK 0 0.50 0.51 0.09
HSL 1.02º 0.71% 0.67% -
HSV(B) 1.02º 0.51% 0.91% -
XYZ 42.07 30.44 19.28 -
YUV 149.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 231 115 113 0 0.50 0.51 0.09 1.02 0.71 0.67
Hex E7 73 71 0 32 33 9 1 47 43
Octal 347 163 161 0 62 63 11 1 107 103
Binary 11100111 1110011 1110001 0 110010 110011 1001 1 1000111 1000011

Color Harmonies of #E77371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77371

Black with #E77371

Text Example


Text Example

White with #E77371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77371; }

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

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

background-color css

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

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

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

border-color css

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

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

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