Html Css Color HEX #E77170 Geraldine

📋 copy color: '#E77170'

red 231 ◦ green 113 ◦ blue 112

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

Shades of Geraldine #E77170

Tints of Geraldine #E77170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.78%

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

R = 50.66%
G = 24.78%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E77170 (or 0xE77170) is known color: Geraldine. HEX triplet: E7, 71 and 70. RGB value is (231,113,112). Sum of RGB (Red+Green+Blue) = 231+113+112=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E77170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77170 is #188E8F. Grayscale: #949494. Windows color (decimal): -1609360 or 7369191. OLE color: 7369191.

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

Color convert

RGB 231 113 112 -
CMYK 0 0.51 0.52 0.09
HSL 0.5º 0.71% 0.67% -
HSV(B) 0.5º 0.52% 0.91% -
XYZ 41.78 29.97 18.91 -
YUV 148.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 231 113 112 0 0.51 0.52 0.09 0.5 0.71 0.67
Hex E7 71 70 0 33 34 9 1 47 43
Octal 347 161 160 0 63 64 11 1 107 103
Binary 11100111 1110001 1110000 0 110011 110100 1001 1 1000111 1000011

Color Harmonies of #E77170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77170

Black with #E77170

Text Example


Text Example

White with #E77170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77170; }

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

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

background-color css

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

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

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

border-color css

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

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

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