#E68177

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

Shades of Geraldine #E68177

Tints of Geraldine #E68177

Color information

#E68177 (or 0xE68177) is unknown color: approx Geraldine. HEX triplet: E6, 81 and 77. RGB value is (230,129,119). Sum of RGB (Red+Green+Blue) = 230+129+119=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E68177 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68177 is #197E88. Grayscale: #9E9E9E. Windows color (decimal): -1670793 or 7832038. OLE color: 7832038.

HSL color Cylindrical-coordinate representation of color #E68177: hue angle of 5.41º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E68177 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB230129119-
CMYK00.440.480.10
HSL5.41º68.94%68.43%-
HSV(B)5.41º48.26%90.2%-
XYZ43.8133.8621.68-
YUV158.06105.96179.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.12%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 119 (46.88% from 255) = 24.90%
R=48.12%
G=26.99%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012911900.440.480.105.4168.9468.43
HexE6817702C30A54544
Octal34620116705460125105104
Binary111001101000000111101110101100110000101010110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68177; }

 p { color: rgb(230,129,119); }

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

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

 a { background-color: rgb(230,129,119); }

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

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

 span { border-color: rgb(230,129,119); }

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