Html Css Color HEX #E77877 Geraldine

📋 copy color: '#E77877'

red 231 ◦ green 120 ◦ blue 119

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

Shades of Geraldine #E77877

Tints of Geraldine #E77877

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.53%

 BLUE value IS 119 (46.88% from 255) = 25.32%

R = 49.15%
G = 25.53%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E77877 (or 0xE77877) is known color: Geraldine. HEX triplet: E7, 78 and 77. RGB value is (231,120,119). Sum of RGB (Red+Green+Blue) = 231+120+119=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E77877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77877 is #188788. Grayscale: #999999. Windows color (decimal): -1607561 or 7829735. OLE color: 7829735.

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

Color convert

RGB 231 120 119 -
CMYK 0 0.48 0.48 0.09
HSL 0.54º 0.7% 0.69% -
HSV(B) 0.54º 0.48% 0.91% -
XYZ 43 31.75 21.32 -
YUV 153.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 231 120 119 0 0.48 0.48 0.09 0.54 0.7 0.69
Hex E7 78 77 0 30 30 9 1 46 45
Octal 347 170 167 0 60 60 11 1 106 105
Binary 11100111 1111000 1110111 0 110000 110000 1001 1 1000110 1000101

Color Harmonies of #E77877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77877

Black with #E77877

Text Example


Text Example

White with #E77877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77877; }

 p { color: rgb(231,120,119); }

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

background-color css

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

 a { background-color: rgb(231,120,119); }

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

border-color css

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

 span { border-color: rgb(231,120,119); }

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