#e97e70

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

Shades of Geraldine #E97E70

Tints of Geraldine #E97E70

Color information

#E97E70 (or 0xE97E70) is unknown color: approx Geraldine. HEX triplet: E9, 7E and 70. RGB value is (233,126,112). Sum of RGB (Red+Green+Blue) = 233+126+112=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E97E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97E70 is #16818F. Grayscale: #9C9C9C. Windows color (decimal): -1474960 or 7372521. OLE color: 7372521.

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

Color convert

RGB233126112-
CMYK00.460.520.09
HSL6.94º73.33%67.65%-
HSV(B)6.94º51.93%91.37%-
XYZ43.9933.4219.46-
YUV156.4102.95182.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.47%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 112 (44.14% from 255) = 23.78%
R=49.47%
G=26.75%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312611200.460.520.096.9473.3367.65
HexE97E7002E34974944
Octal35117616005664117111104
Binary11101001111111011100000101110110100100111110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e97e70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e97e70; }

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

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

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

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

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

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

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

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