Html Css Color HEX #E77869 Geraldine

📋 copy color: '#E77869'

red 231 ◦ green 120 ◦ blue 105

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

Shades of Geraldine #E77869

Tints of Geraldine #E77869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.03%

R = 50.66%
G = 26.32%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E77869 (or 0xE77869) is known color: Geraldine. HEX triplet: E7, 78 and 69. RGB value is (231,120,105). Sum of RGB (Red+Green+Blue) = 231+120+105=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E77869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77869 is #188796. Grayscale: #979797. Windows color (decimal): -1607575 or 6912231. OLE color: 6912231.

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

Color convert

RGB 231 120 105 -
CMYK 0 0.48 0.55 0.09
HSL 7.14º 0.72% 0.66% -
HSV(B) 7.14º 0.55% 0.91% -
XYZ 42.22 31.44 17.21 -
YUV 151.48 101.77 184.72 -
System Red Green Blue C M Y K H S L
Decimal 231 120 105 0 0.48 0.55 0.09 7.14 0.72 0.66
Hex E7 78 69 0 30 37 9 7 48 42
Octal 347 170 151 0 60 67 11 7 110 102
Binary 11100111 1111000 1101001 0 110000 110111 1001 111 1001000 1000010

Color Harmonies of #E77869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77869

Black with #E77869

Text Example


Text Example

White with #E77869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77869; }

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

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

background-color css

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

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

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

border-color css

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

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

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