Html Css Color HEX #E77A70 Geraldine

📋 copy color: '#E77A70'

red 231 ◦ green 122 ◦ blue 112

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

Shades of Geraldine #E77A70

Tints of Geraldine #E77A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.24%

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

R = 49.68%
G = 26.24%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E77A70 (or 0xE77A70) is known color: Geraldine. HEX triplet: E7, 7A and 70. RGB value is (231,122,112). Sum of RGB (Red+Green+Blue) = 231+122+112=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A70 is #18858F. Grayscale: #999999. Windows color (decimal): -1607056 or 7371495. OLE color: 7371495.

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

Color convert

RGB 231 122 112 -
CMYK 0 0.47 0.52 0.09
HSL 5.04º 0.71% 0.67% -
HSV(B) 5.04º 0.52% 0.91% -
XYZ 42.84 32.08 19.26 -
YUV 153.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 231 122 112 0 0.47 0.52 0.09 5.04 0.71 0.67
Hex E7 7A 70 0 2F 34 9 5 47 43
Octal 347 172 160 0 57 64 11 5 107 103
Binary 11100111 1111010 1110000 0 101111 110100 1001 101 1000111 1000011

Color Harmonies of #E77A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A70

Black with #E77A70

Text Example


Text Example

White with #E77A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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