#E97972

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

Shades of Geraldine #E97972

Tints of Geraldine #E97972

Color information

#E97972 (or 0xE97972) is unknown color: approx Geraldine. HEX triplet: E9, 79 and 72. RGB value is (233,121,114). Sum of RGB (Red+Green+Blue) = 233+121+114=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E97972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97972 is #16868D. Grayscale: #999999. Windows color (decimal): -1476238 or 7502313. OLE color: 7502313.

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

Color convert

RGB233121114-
CMYK00.480.510.09
HSL3.53º73.01%68.04%-
HSV(B)3.53º51.07%91.37%-
XYZ43.4832.2119.85-
YUV153.69105.61184.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.79%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 114 (44.92% from 255) = 24.36%
R=49.79%
G=25.85%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312111400.480.510.093.5373.0168.04
HexE9797203033944944
Octal35117116206063114111104
Binary11101001111100111100100110000110011100110010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97972; }

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

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

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

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

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

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

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

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