#E97F72

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

Shades of Geraldine #E97F72

Tints of Geraldine #E97F72

Color information

#E97F72 (or 0xE97F72) is unknown color: approx Geraldine. HEX triplet: E9, 7F and 72. RGB value is (233,127,114). Sum of RGB (Red+Green+Blue) = 233+127+114=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E97F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97F72 is #16808D. Grayscale: #9D9D9D. Windows color (decimal): -1474702 or 7503849. OLE color: 7503849.

HSL color Cylindrical-coordinate representation of color #E97F72: hue angle of 6.55º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E97F72 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB233127114-
CMYK00.450.510.09
HSL6.55º73.01%68.04%-
HSV(B)6.55º51.07%91.37%-
XYZ44.2333.7220.1-
YUV157.21103.62182.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.16%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 114 (44.92% from 255) = 24.05%
R=49.16%
G=26.79%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312711400.450.510.096.5573.0168.04
HexE97F7202D33974944
Octal35117716205563117111104
Binary11101001111111111100100101101110011100111110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97F72; }

 p { color: rgb(233,127,114); }

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

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

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

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

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

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

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