#e96d6a

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

Shades of Geraldine #E96D6A

Tints of Geraldine #E96D6A

Color information

#E96D6A (or 0xE96D6A) is unknown color: approx Geraldine. HEX triplet: E9, 6D and 6A. RGB value is (233,109,106). Sum of RGB (Red+Green+Blue) = 233+109+106=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96D6A is #169295. Grayscale: #919191. Windows color (decimal): -1479318 or 6974953. OLE color: 6974953.

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

Color convert

RGB233109106-
CMYK00.530.550.09
HSL1.42º74.27%66.47%-
HSV(B)1.42º54.51%91.37%-
XYZ41.6729.317.09-
YUV145.73105.58190.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.01%
GREEN value IS 109 (42.97% from 255) = 24.33%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=52.01%
G=24.33%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310910600.530.550.091.4274.2766.47
HexE96D6A03537914a42
Octal35115515206567111112102
Binary111010011101101110101001101011101111001110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e96d6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e96d6a; }

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

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

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

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

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

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

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

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