#E87D75

Color #E87D75 Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #E87D75

Tints of Geraldine #E87D75

Color information

#E87D75 (or 0xE87D75) is unknown color: approx Geraldine. HEX triplet: E8, 7D and 75. RGB value is (232,125,117). Sum of RGB (Red+Green+Blue) = 232+125+117=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87D75 is #17828A. Grayscale: #9C9C9C. Windows color (decimal): -1540747 or 7699944. OLE color: 7699944.

HSL color Cylindrical-coordinate representation of color #E87D75: hue angle of 4.17º degrees, saturation: 0.71, 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 #E87D75 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB232125117-
CMYK00.460.500.09
HSL4.17º71.43%68.43%-
HSV(B)4.17º49.57%90.98%-
XYZ43.8233.1120.91-
YUV156.08105.95182.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.95%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=48.95%
G=26.37%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212511700.460.500.094.1771.4368.43
HexE87D7502E32944744
Octal35017516505662114107104
Binary11101000111110111101010101110110010100110010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87D75; }

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

 H1.HeaderClassName
 {
   color: #E87D75;
 }
 .AnyTagClassName
 {
   color: #E87D75;
 }
</style>
background-color css

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

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

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

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

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

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