Html Css Color HEX #E77A6D Geraldine

📋 copy color: '#E77A6D'

red 231 ◦ green 122 ◦ blue 109

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

Shades of Geraldine #E77A6D

Tints of Geraldine #E77A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.59%

R = 50%
G = 26.41%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E77A6D (or 0xE77A6D) is known color: Geraldine. HEX triplet: E7, 7A and 6D. RGB value is (231,122,109). Sum of RGB (Red+Green+Blue) = 231+122+109=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A6D is #188592. Grayscale: #999999. Windows color (decimal): -1607059 or 7174887. OLE color: 7174887.

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

Color convert

RGB 231 122 109 -
CMYK 0 0.47 0.53 0.09
HSL 6.39º 0.72% 0.67% -
HSV(B) 6.39º 0.53% 0.91% -
XYZ 42.67 32.01 18.4 -
YUV 153.11 103.11 183.56 -
System Red Green Blue C M Y K H S L
Decimal 231 122 109 0 0.47 0.53 0.09 6.39 0.72 0.67
Hex E7 7A 6D 0 2F 35 9 6 48 43
Octal 347 172 155 0 57 65 11 6 110 103
Binary 11100111 1111010 1101101 0 101111 110101 1001 110 1001000 1000011

Color Harmonies of #E77A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A6D

Black with #E77A6D

Text Example


Text Example

White with #E77A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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