Html Css Color HEX #E87F76 Geraldine

📋 copy color: '#E87F76'

red 232 ◦ green 127 ◦ blue 118

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

Shades of Geraldine #E87F76

Tints of Geraldine #E87F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.74%

R = 48.64%
G = 26.62%
B = 24.74%

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

#E87F76 (or 0xE87F76) is known color: Geraldine. HEX triplet: E8, 7F and 76. RGB value is (232,127,118). Sum of RGB (Red+Green+Blue) = 232+127+118=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87F76 is #178089. Grayscale: #9D9D9D. Windows color (decimal): -1540234 or 7765992. OLE color: 7765992.

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

Color convert

RGB 232 127 118 -
CMYK 0 0.45 0.49 0.09
HSL 4.74º 0.71% 0.69% -
HSV(B) 4.74º 0.49% 0.91% -
XYZ 44.14 33.64 21.31 -
YUV 157.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 232 127 118 0 0.45 0.49 0.09 4.74 0.71 0.69
Hex E8 7F 76 0 2D 31 9 5 47 45
Octal 350 177 166 0 55 61 11 5 107 105
Binary 11101000 1111111 1110110 0 101101 110001 1001 101 1000111 1000101

Color Harmonies of #E87F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87F76

Black with #E87F76

Text Example


Text Example

White with #E87F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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