#E96D6C

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

Shades of Geraldine #E96D6C

Tints of Geraldine #E96D6C

Color information

#E96D6C (or 0xE96D6C) is unknown color: approx Geraldine. HEX triplet: E9, 6D and 6C. RGB value is (233,109,108). Sum of RGB (Red+Green+Blue) = 233+109+108=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96D6C is #169293. Grayscale: #929292. Windows color (decimal): -1479316 or 7106025. OLE color: 7106025.

HSL color Cylindrical-coordinate representation of color #E96D6C: hue angle of 0.48º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96D6C is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB233109108-
CMYK00.530.540.09
HSL0.48º73.96%66.86%-
HSV(B)0.48º53.65%91.37%-
XYZ41.7829.3417.65-
YUV145.96106.58190.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.78%
GREEN value IS 109 (42.97% from 255) = 24.22%
BLUE value IS 108 (42.58% from 255) = 24%
R=51.78%
G=24.22%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310910800.530.540.090.4873.9666.86
HexE96D6C03536904a43
Octal35115515406566110112103
Binary111010011101101110110001101011101101001010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96D6C; }

 p { color: rgb(233,109,108); }

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

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

 a { background-color: rgb(233,109,108); }

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

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

 span { border-color: rgb(233,109,108); }

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