#E27371

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

Shades of Geraldine #E27371

Tints of Geraldine #E27371

Color information

#E27371 (or 0xE27371) is unknown color: approx Geraldine. HEX triplet: E2, 73 and 71. RGB value is (226,115,113). Sum of RGB (Red+Green+Blue) = 226+115+113=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E27371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27371 is #1D8C8E. Grayscale: #949494. Windows color (decimal): -1936527 or 7435234. OLE color: 7435234.

HSL color Cylindrical-coordinate representation of color #E27371: hue angle of 1.06º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27371 is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB226115113-
CMYK00.490.50.11
HSL1.06º66.08%66.47%-
HSV(B)1.06º50%88.63%-
XYZ40.4829.6219.21-
YUV147.96108.27183.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.78%
GREEN value IS 115 (45.31% from 255) = 25.33%
BLUE value IS 113 (44.53% from 255) = 24.89%
R=49.78%
G=25.33%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.5
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611511300.490.50.111.0666.0866.47
HexE2737103132B14242
Octal34216316106162131102102
Binary111000101110011111000101100011100101011110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27371; }

 p { color: rgb(226,115,113); }

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

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

 a { background-color: rgb(226,115,113); }

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

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

 span { border-color: rgb(226,115,113); }

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