#E9726F

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

Shades of Geraldine #E9726F

Tints of Geraldine #E9726F

Color information

#E9726F (or 0xE9726F) is unknown color: approx Geraldine. HEX triplet: E9, 72 and 6F. RGB value is (233,114,111). Sum of RGB (Red+Green+Blue) = 233+114+111=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E9726F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9726F is #168D90. Grayscale: #959595. Windows color (decimal): -1478033 or 7303913. OLE color: 7303913.

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

Color convert

RGB233114111-
CMYK00.510.520.09
HSL1.48º73.49%67.45%-
HSV(B)1.48º52.36%91.37%-
XYZ42.4930.5118.69-
YUV149.24106.42187.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.87%
GREEN value IS 114 (44.92% from 255) = 24.89%
BLUE value IS 111 (43.75% from 255) = 24.24%
R=50.87%
G=24.89%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311411100.510.520.091.4873.4967.45
HexE9726F03334914943
Octal35116215706364111111103
Binary111010011110010110111101100111101001001110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9726F; }

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

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

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

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

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

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

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

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