#E97D74

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

Shades of Geraldine #E97D74

Tints of Geraldine #E97D74

Color information

#E97D74 (or 0xE97D74) is unknown color: approx Geraldine. HEX triplet: E9, 7D and 74. RGB value is (233,125,116). Sum of RGB (Red+Green+Blue) = 233+125+116=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97D74 is #16828B. Grayscale: #9C9C9C. Windows color (decimal): -1475212 or 7634409. OLE color: 7634409.

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

Color convert

RGB233125116-
CMYK00.460.500.09
HSL4.62º72.67%68.43%-
HSV(B)4.62º50.21%91.37%-
XYZ44.0933.2520.62-
YUV156.27105.28182.73-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.16%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 116 (45.70% from 255) = 24.47%
R=49.16%
G=26.37%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312511600.460.500.094.6272.6768.43
HexE97D7402E32954944
Octal35117516405662115111104
Binary11101001111110111101000101110110010100110110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97D74; }

 p { color: rgb(233,125,116); }

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

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

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

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

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

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

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