#E97069

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

Shades of Geraldine #E97069

Tints of Geraldine #E97069

Color information

#E97069 (or 0xE97069) is unknown color: approx Geraldine. HEX triplet: E9, 70 and 69. RGB value is (233,112,105). Sum of RGB (Red+Green+Blue) = 233+112+105=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E97069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97069 is #168F96. Grayscale: #939393. Windows color (decimal): -1478551 or 6910185. OLE color: 6910185.

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

Color convert

RGB233112105-
CMYK00.520.550.09
HSL3.28º74.42%66.27%-
HSV(B)3.28º54.94%91.37%-
XYZ41.9529.9316.93-
YUV147.38104.09189.07-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.78%
GREEN value IS 112 (44.14% from 255) = 24.89%
BLUE value IS 105 (41.41% from 255) = 23.33%
R=51.78%
G=24.89%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311210500.520.550.093.2874.4266.27
HexE9706903437934a42
Octal35116015106467113112102
Binary1110100111100001101001011010011011110011110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97069; }

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

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

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

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

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

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

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

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