Html Css Color HEX #E77C78 Geraldine

📋 copy color: '#E77C78'

red 231 ◦ green 124 ◦ blue 120

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

Shades of Geraldine #E77C78

Tints of Geraldine #E77C78

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.11%

 BLUE value IS 120 (47.27% from 255) = 25.26%

R = 48.63%
G = 26.11%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E77C78 (or 0xE77C78) is known color: Geraldine. HEX triplet: E7, 7C and 78. RGB value is (231,124,120). Sum of RGB (Red+Green+Blue) = 231+124+120=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77C78 is #188387. Grayscale: #9B9B9B. Windows color (decimal): -1606536 or 7896295. OLE color: 7896295.

HSL color Cylindrical-coordinate representation of color #E77C78: hue angle of 2.16º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E77C78 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 124 120 -
CMYK 0 0.46 0.48 0.09
HSL 2.16º 0.7% 0.69% -
HSV(B) 2.16º 0.48% 0.91% -
XYZ 43.55 32.76 21.8 -
YUV 155.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 231 124 120 0 0.46 0.48 0.09 2.16 0.7 0.69
Hex E7 7C 78 0 2E 30 9 2 46 45
Octal 347 174 170 0 56 60 11 2 106 105
Binary 11100111 1111100 1111000 0 101110 110000 1001 10 1000110 1000101

Color Harmonies of #E77C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77C78

Black with #E77C78

Text Example


Text Example

White with #E77C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77C78; }

 p { color: rgb(231,124,120); }

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

background-color css

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

 a { background-color: rgb(231,124,120); }

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

border-color css

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

 span { border-color: rgb(231,124,120); }

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