Html Css Color HEX #E77A79 Geraldine

📋 copy color: '#E77A79'

red 231 ◦ green 122 ◦ blue 121

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

Shades of Geraldine #E77A79

Tints of Geraldine #E77A79

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.74%

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

R = 48.73%
G = 25.74%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E77A79 (or 0xE77A79) is known color: Geraldine. HEX triplet: E7, 7A and 79. RGB value is (231,122,121). Sum of RGB (Red+Green+Blue) = 231+122+121=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A79 is #188586. Grayscale: #9A9A9A. Windows color (decimal): -1607047 or 7961319. OLE color: 7961319.

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

Color convert

RGB 231 122 121 -
CMYK 0 0.47 0.48 0.09
HSL 0.55º 0.7% 0.69% -
HSV(B) 0.55º 0.48% 0.91% -
XYZ 43.37 32.29 22.04 -
YUV 154.48 109.11 182.58 -
System Red Green Blue C M Y K H S L
Decimal 231 122 121 0 0.47 0.48 0.09 0.55 0.7 0.69
Hex E7 7A 79 0 2F 30 9 1 46 45
Octal 347 172 171 0 57 60 11 1 106 105
Binary 11100111 1111010 1111001 0 101111 110000 1001 1 1000110 1000101

Color Harmonies of #E77A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A79

Black with #E77A79

Text Example


Text Example

White with #E77A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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