Html Css Color HEX #E87F77 Geraldine

📋 copy color: '#E87F77'

red 232 ◦ green 127 ◦ blue 119

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

Shades of Geraldine #E87F77

Tints of Geraldine #E87F77

RGB

 RED value IS 232 (91.02% from 255) = 48.54%

 GREEN value IS 127 (50% from 255) = 26.57%

 BLUE value IS 119 (46.88% from 255) = 24.9%

R = 48.54%
G = 26.57%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E87F77 (or 0xE87F77) is known color: Geraldine. HEX triplet: E8, 7F and 77. RGB value is (232,127,119). Sum of RGB (Red+Green+Blue) = 232+127+119=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87F77 is #178088. Grayscale: #9D9D9D. Windows color (decimal): -1540233 or 7831528. OLE color: 7831528.

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

Color convert

RGB 232 127 119 -
CMYK 0 0.45 0.49 0.09
HSL 4.25º 0.71% 0.69% -
HSV(B) 4.25º 0.49% 0.91% -
XYZ 44.2 33.67 21.62 -
YUV 157.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 232 127 119 0 0.45 0.49 0.09 4.25 0.71 0.69
Hex E8 7F 77 0 2D 31 9 4 47 45
Octal 350 177 167 0 55 61 11 4 107 105
Binary 11101000 1111111 1110111 0 101101 110001 1001 100 1000111 1000101

Color Harmonies of #E87F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87F77

Black with #E87F77

Text Example


Text Example

White with #E87F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87F77; }

 p { color: rgb(232,127,119); }

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

background-color css

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

 a { background-color: rgb(232,127,119); }

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

border-color css

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

 span { border-color: rgb(232,127,119); }

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