Html Css Color HEX #E77772 Geraldine

📋 copy color: '#E77772'

red 231 ◦ green 119 ◦ blue 114

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

Shades of Geraldine #E77772

Tints of Geraldine #E77772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.57%

R = 49.78%
G = 25.65%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E77772 (or 0xE77772) is known color: Geraldine. HEX triplet: E7, 77 and 72. RGB value is (231,119,114). Sum of RGB (Red+Green+Blue) = 231+119+114=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E77772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77772 is #18888D. Grayscale: #989898. Windows color (decimal): -1607822 or 7501799. OLE color: 7501799.

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

Color convert

RGB 231 119 114 -
CMYK 0 0.48 0.51 0.09
HSL 2.56º 0.71% 0.68% -
HSV(B) 2.56º 0.51% 0.91% -
XYZ 42.59 31.4 19.74 -
YUV 151.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 231 119 114 0 0.48 0.51 0.09 2.56 0.71 0.68
Hex E7 77 72 0 30 33 9 3 47 44
Octal 347 167 162 0 60 63 11 3 107 104
Binary 11100111 1110111 1110010 0 110000 110011 1001 11 1000111 1000100

Color Harmonies of #E77772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77772

Black with #E77772

Text Example


Text Example

White with #E77772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77772; }

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

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

background-color css

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

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

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

border-color css

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

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

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