Html Css Color HEX #E87D68 Geraldine

📋 copy color: '#E87D68'

red 232 ◦ green 125 ◦ blue 104

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

Shades of Geraldine #E87D68

Tints of Geraldine #E87D68

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.11%

 BLUE value IS 104 (41.02% from 255) = 22.56%

R = 50.33%
G = 27.11%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E87D68 (or 0xE87D68) is known color: Geraldine. HEX triplet: E8, 7D and 68. RGB value is (232,125,104). Sum of RGB (Red+Green+Blue) = 232+125+104=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87D68 is #178297. Grayscale: #9A9A9A. Windows color (decimal): -1540760 or 6847976. OLE color: 6847976.

HSL color Cylindrical-coordinate representation of color #E87D68: hue angle of 9.84º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E87D68 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 125 104 -
CMYK 0 0.46 0.55 0.09
HSL 9.84º 0.74% 0.66% -
HSV(B) 9.84º 0.55% 0.91% -
XYZ 43.11 32.82 17.16 -
YUV 154.6 99.45 183.21 -
System Red Green Blue C M Y K H S L
Decimal 232 125 104 0 0.46 0.55 0.09 9.84 0.74 0.66
Hex E8 7D 68 0 2E 37 9 A 4A 42
Octal 350 175 150 0 56 67 11 12 112 102
Binary 11101000 1111101 1101000 0 101110 110111 1001 1010 1001010 1000010

Color Harmonies of #E87D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87D68

Black with #E87D68

Text Example


Text Example

White with #E87D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87D68; }

 p { color: rgb(232,125,104); }

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

background-color css

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

 a { background-color: rgb(232,125,104); }

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

border-color css

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

 span { border-color: rgb(232,125,104); }

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