#E96A6A

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

Shades of Geraldine #E96A6A

Tints of Geraldine #E96A6A

Color information

#E96A6A (or 0xE96A6A) is unknown color: approx Geraldine. HEX triplet: E9, 6A and 6A. RGB value is (233,106,106). Sum of RGB (Red+Green+Blue) = 233+106+106=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A6A is #169595. Grayscale: #909090. Windows color (decimal): -1480086 or 6974185. OLE color: 6974185.

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

Color convert

RGB233106106-
CMYK00.550.550.09
HSL74.27%66.47%-
HSV(B)54.51%91.37%-
XYZ41.3628.6716.99-
YUV143.97106.58191.5-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.36%
GREEN value IS 106 (41.80% from 255) = 23.82%
BLUE value IS 106 (41.80% from 255) = 23.82%
R=52.36%
G=23.82%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310610600.550.550.09074.2766.47
HexE96A6A03737904a42
Octal35115215206767110112102
Binary111010011101010110101001101111101111001010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96A6A; }

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

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

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

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

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

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

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

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