Html Css Color HEX #E77E7A Geraldine

📋 copy color: '#E77E7A'

red 231 ◦ green 126 ◦ blue 122

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

Shades of Geraldine #E77E7A

Tints of Geraldine #E77E7A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.3%

 BLUE value IS 122 (48.05% from 255) = 25.47%

R = 48.23%
G = 26.3%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E77E7A (or 0xE77E7A) is known color: Geraldine. HEX triplet: E7, 7E and 7A. RGB value is (231,126,122). Sum of RGB (Red+Green+Blue) = 231+126+122=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77E7A is #188185. Grayscale: #9D9D9D. Windows color (decimal): -1606022 or 8027879. OLE color: 8027879.

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

Color convert

RGB 231 126 122 -
CMYK 0 0.45 0.47 0.09
HSL 2.2º 0.69% 0.69% -
HSV(B) 2.2º 0.47% 0.91% -
XYZ 43.93 33.32 22.53 -
YUV 156.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 231 126 122 0 0.45 0.47 0.09 2.2 0.69 0.69
Hex E7 7E 7A 0 2D 2F 9 2 45 45
Octal 347 176 172 0 55 57 11 2 105 105
Binary 11100111 1111110 1111010 0 101101 101111 1001 10 1000101 1000101

Color Harmonies of #E77E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77E7A

Black with #E77E7A

Text Example


Text Example

White with #E77E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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