Html Css Color HEX #E87D73 Geraldine

📋 copy color: '#E87D73'

red 232 ◦ green 125 ◦ blue 115

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

Shades of Geraldine #E87D73

Tints of Geraldine #E87D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.36%

R = 49.15%
G = 26.48%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E87D73 (or 0xE87D73) is known color: Geraldine. HEX triplet: E8, 7D and 73. RGB value is (232,125,115). Sum of RGB (Red+Green+Blue) = 232+125+115=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87D73 is #17828C. Grayscale: #9C9C9C. Windows color (decimal): -1540749 or 7568872. OLE color: 7568872.

HSL color Cylindrical-coordinate representation of color #E87D73: hue angle of 5.13º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E87D73 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 125 115 -
CMYK 0 0.46 0.50 0.09
HSL 5.13º 0.72% 0.68% -
HSV(B) 5.13º 0.5% 0.91% -
XYZ 43.71 33.06 20.3 -
YUV 155.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 232 125 115 0 0.46 0.50 0.09 5.13 0.72 0.68
Hex E8 7D 73 0 2E 32 9 5 48 44
Octal 350 175 163 0 56 62 11 5 110 104
Binary 11101000 1111101 1110011 0 101110 110010 1001 101 1001000 1000100

Color Harmonies of #E87D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87D73

Black with #E87D73

Text Example


Text Example

White with #E87D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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