Html Css Color HEX #E77D6A Geraldine

📋 copy color: '#E77D6A'

red 231 ◦ green 125 ◦ blue 106

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

Shades of Geraldine #E77D6A

Tints of Geraldine #E77D6A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.06%

 BLUE value IS 106 (41.8% from 255) = 22.94%

R = 50%
G = 27.06%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E77D6A (or 0xE77D6A) is known color: Geraldine. HEX triplet: E7, 7D and 6A. RGB value is (231,125,106). Sum of RGB (Red+Green+Blue) = 231+125+106=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D6A is #188295. Grayscale: #9A9A9A. Windows color (decimal): -1606294 or 6979047. OLE color: 6979047.

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

Color convert

RGB 231 125 106 -
CMYK 0 0.46 0.54 0.09
HSL 9.12º 0.72% 0.66% -
HSV(B) 9.12º 0.54% 0.91% -
XYZ 42.89 32.7 17.69 -
YUV 154.53 100.62 182.54 -
System Red Green Blue C M Y K H S L
Decimal 231 125 106 0 0.46 0.54 0.09 9.12 0.72 0.66
Hex E7 7D 6A 0 2E 36 9 9 48 42
Octal 347 175 152 0 56 66 11 11 110 102
Binary 11100111 1111101 1101010 0 101110 110110 1001 1001 1001000 1000010

Color Harmonies of #E77D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77D6A

Black with #E77D6A

Text Example


Text Example

White with #E77D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77D6A; }

 p { color: rgb(231,125,106); }

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

background-color css

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

 a { background-color: rgb(231,125,106); }

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

border-color css

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

 span { border-color: rgb(231,125,106); }

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