#E68275

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

Shades of Geraldine #E68275

Tints of Geraldine #E68275

Color information

#E68275 (or 0xE68275) is unknown color: approx Geraldine. HEX triplet: E6, 82 and 75. RGB value is (230,130,117). Sum of RGB (Red+Green+Blue) = 230+130+117=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E68275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68275 is #197D8A. Grayscale: #9E9E9E. Windows color (decimal): -1670539 or 7701222. OLE color: 7701222.

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

Color convert

RGB230130117-
CMYK00.430.490.10
HSL6.9º69.33%68.04%-
HSV(B)6.9º49.13%90.2%-
XYZ43.8334.0721.1-
YUV158.42104.63179.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.22%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=48.22%
G=27.25%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013011700.430.490.106.969.3368.04
HexE6827502B31A74544
Octal34620216505361127105104
Binary111001101000001011101010101011110001101011110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68275; }

 p { color: rgb(230,130,117); }

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

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

 a { background-color: rgb(230,130,117); }

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

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

 span { border-color: rgb(230,130,117); }

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