Html Css Color HEX #E77770 Geraldine

📋 copy color: '#E77770'

red 231 ◦ green 119 ◦ blue 112

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

Shades of Geraldine #E77770

Tints of Geraldine #E77770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.76%

 BLUE value IS 112 (44.14% from 255) = 24.24%

R = 50%
G = 25.76%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E77770 (or 0xE77770) is known color: Geraldine. HEX triplet: E7, 77 and 70. RGB value is (231,119,112). Sum of RGB (Red+Green+Blue) = 231+119+112=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E77770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77770 is #18888F. Grayscale: #979797. Windows color (decimal): -1607824 or 7370727. OLE color: 7370727.

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

Color convert

RGB 231 119 112 -
CMYK 0 0.48 0.52 0.09
HSL 3.53º 0.71% 0.67% -
HSV(B) 3.53º 0.52% 0.91% -
XYZ 42.48 31.35 19.14 -
YUV 151.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 231 119 112 0 0.48 0.52 0.09 3.53 0.71 0.67
Hex E7 77 70 0 30 34 9 4 47 43
Octal 347 167 160 0 60 64 11 4 107 103
Binary 11100111 1110111 1110000 0 110000 110100 1001 100 1000111 1000011

Color Harmonies of #E77770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77770

Black with #E77770

Text Example


Text Example

White with #E77770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77770; }

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

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

background-color css

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

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

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

border-color css

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

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

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