Html Css Color HEX #E77E7D Geraldine

📋 copy color: '#E77E7D'

red 231 ◦ green 126 ◦ blue 125

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

Shades of Geraldine #E77E7D

Tints of Geraldine #E77E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.93%

R = 47.93%
G = 26.14%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E77E7D (or 0xE77E7D) is known color: Geraldine. HEX triplet: E7, 7E and 7D. RGB value is (231,126,125). Sum of RGB (Red+Green+Blue) = 231+126+125=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77E7D is #188182. Grayscale: #9D9D9D. Windows color (decimal): -1606019 or 8224487. OLE color: 8224487.

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

Color convert

RGB 231 126 125 -
CMYK 0 0.45 0.46 0.09
HSL 0.57º 0.69% 0.7% -
HSV(B) 0.57º 0.46% 0.91% -
XYZ 44.12 33.39 23.52 -
YUV 157.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 231 126 125 0 0.45 0.46 0.09 0.57 0.69 0.7
Hex E7 7E 7D 0 2D 2E 9 1 45 46
Octal 347 176 175 0 55 56 11 1 105 106
Binary 11100111 1111110 1111101 0 101101 101110 1001 1 1000101 1000110

Color Harmonies of #E77E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77E7D

Black with #E77E7D

Text Example


Text Example

White with #E77E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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