Html Css Color HEX #E77C70 Geraldine

📋 copy color: '#E77C70'

red 231 ◦ green 124 ◦ blue 112

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

Shades of Geraldine #E77C70

Tints of Geraldine #E77C70

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.55%

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

R = 49.46%
G = 26.55%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E77C70 (or 0xE77C70) is known color: Geraldine. HEX triplet: E7, 7C and 70. RGB value is (231,124,112). Sum of RGB (Red+Green+Blue) = 231+124+112=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77C70 is #18838F. Grayscale: #9A9A9A. Windows color (decimal): -1606544 or 7372007. OLE color: 7372007.

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

Color convert

RGB 231 124 112 -
CMYK 0 0.46 0.52 0.09
HSL 6.05º 0.71% 0.67% -
HSV(B) 6.05º 0.52% 0.91% -
XYZ 43.09 32.57 19.35 -
YUV 154.63 103.95 182.48 -
System Red Green Blue C M Y K H S L
Decimal 231 124 112 0 0.46 0.52 0.09 6.05 0.71 0.67
Hex E7 7C 70 0 2E 34 9 6 47 43
Octal 347 174 160 0 56 64 11 6 107 103
Binary 11100111 1111100 1110000 0 101110 110100 1001 110 1000111 1000011

Color Harmonies of #E77C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77C70

Black with #E77C70

Text Example


Text Example

White with #E77C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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