#E96B69

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

Shades of Geraldine #E96B69

Tints of Geraldine #E96B69

Color information

#E96B69 (or 0xE96B69) is unknown color: approx Geraldine. HEX triplet: E9, 6B and 69. RGB value is (233,107,105). Sum of RGB (Red+Green+Blue) = 233+107+105=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96B69 is #169496. Grayscale: #909090. Windows color (decimal): -1479831 or 6908905. OLE color: 6908905.

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

Color convert

RGB233107105-
CMYK00.540.550.09
HSL0.94º74.42%66.27%-
HSV(B)0.94º54.94%91.37%-
XYZ41.4128.8616.75-
YUV144.45105.74191.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.36%
GREEN value IS 107 (42.19% from 255) = 24.04%
BLUE value IS 105 (41.41% from 255) = 23.60%
R=52.36%
G=24.04%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310710500.540.550.090.9474.4266.27
HexE96B6903637914a42
Octal35115315106667111112102
Binary111010011101011110100101101101101111001110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96B69; }

 p { color: rgb(233,107,105); }

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

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

 a { background-color: rgb(233,107,105); }

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

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

 span { border-color: rgb(233,107,105); }

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