Html Css Color HEX #E77978 Geraldine

📋 copy color: '#E77978'

red 231 ◦ green 121 ◦ blue 120

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

Shades of Geraldine #E77978

Tints of Geraldine #E77978

RGB

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

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

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

R = 48.94%
G = 25.64%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E77978 (or 0xE77978) is known color: Geraldine. HEX triplet: E7, 79 and 78. RGB value is (231,121,120). Sum of RGB (Red+Green+Blue) = 231+121+120=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E77978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77978 is #188687. Grayscale: #999999. Windows color (decimal): -1607304 or 7895527. OLE color: 7895527.

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

Color convert

RGB 231 121 120 -
CMYK 0 0.48 0.48 0.09
HSL 0.54º 0.7% 0.69% -
HSV(B) 0.54º 0.48% 0.91% -
XYZ 43.18 32.02 21.67 -
YUV 153.78 108.94 183.08 -
System Red Green Blue C M Y K H S L
Decimal 231 121 120 0 0.48 0.48 0.09 0.54 0.7 0.69
Hex E7 79 78 0 30 30 9 1 46 45
Octal 347 171 170 0 60 60 11 1 106 105
Binary 11100111 1111001 1111000 0 110000 110000 1001 1 1000110 1000101

Color Harmonies of #E77978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77978

Black with #E77978

Text Example


Text Example

White with #E77978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77978; }

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

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

background-color css

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

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

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

border-color css

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

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

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