Html Css Color HEX #E77F79 Geraldine

📋 copy color: '#E77F79'

red 231 ◦ green 127 ◦ blue 121

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

Shades of Geraldine #E77F79

Tints of Geraldine #E77F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.26%

R = 48.23%
G = 26.51%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E77F79 (or 0xE77F79) is known color: Geraldine. HEX triplet: E7, 7F and 79. RGB value is (231,127,121). Sum of RGB (Red+Green+Blue) = 231+127+121=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F79 is #188086. Grayscale: #9D9D9D. Windows color (decimal): -1605767 or 7962599. OLE color: 7962599.

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

Color convert

RGB 231 127 121 -
CMYK 0 0.45 0.48 0.09
HSL 3.27º 0.7% 0.69% -
HSV(B) 3.27º 0.48% 0.91% -
XYZ 44 33.55 22.25 -
YUV 157.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 231 127 121 0 0.45 0.48 0.09 3.27 0.7 0.69
Hex E7 7F 79 0 2D 30 9 3 46 45
Octal 347 177 171 0 55 60 11 3 106 105
Binary 11100111 1111111 1111001 0 101101 110000 1001 11 1000110 1000101

Color Harmonies of #E77F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77F79

Black with #E77F79

Text Example


Text Example

White with #E77F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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