#e87869

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

Shades of Geraldine #E87869

Tints of Geraldine #E87869

Color information

#E87869 (or 0xE87869) is unknown color: approx Geraldine. HEX triplet: E8, 78 and 69. RGB value is (232,120,105). Sum of RGB (Red+Green+Blue) = 232+120+105=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E87869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87869 is #178796. Grayscale: #979797. Windows color (decimal): -1542039 or 6912232. OLE color: 6912232.

HSL color Cylindrical-coordinate representation of color #E87869: hue angle of 7.09º degrees, saturation: 0.73, 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 #E87869 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB232120105-
CMYK00.480.550.09
HSL7.09º73.41%66.08%-
HSV(B)7.09º54.74%90.98%-
XYZ42.5431.6117.22-
YUV151.78101.61185.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.77%
GREEN value IS 120 (47.27% from 255) = 26.26%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=50.77%
G=26.26%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212010500.480.550.097.0973.4166.08
HexE8786903037974942
Octal35017015106067117111102
Binary11101000111100011010010110000110111100111110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e87869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e87869; }

 p { color: rgb(232,120,105); }

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

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

 a { background-color: rgb(232,120,105); }

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

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

 span { border-color: rgb(232,120,105); }

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