#E27C71

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

Shades of Geraldine #E27C71

Tints of Geraldine #E27C71

Color information

#E27C71 (or 0xE27C71) is unknown color: approx Geraldine. HEX triplet: E2, 7C and 71. RGB value is (226,124,113). Sum of RGB (Red+Green+Blue) = 226+124+113=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27C71 is #1D838E. Grayscale: #999999. Windows color (decimal): -1934223 or 7437538. OLE color: 7437538.

HSL color Cylindrical-coordinate representation of color #E27C71: hue angle of 5.84º 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 #E27C71 is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB226124113-
CMYK00.450.50.11
HSL5.84º66.08%66.47%-
HSV(B)5.84º50%88.63%-
XYZ41.5531.7819.57-
YUV153.24105.29179.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.81%
GREEN value IS 124 (48.83% from 255) = 26.78%
BLUE value IS 113 (44.53% from 255) = 24.41%
R=48.81%
G=26.78%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.5
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612411300.450.50.115.8466.0866.47
HexE27C7102D32B64242
Octal34217416105562136102102
Binary11100010111110011100010101101110010101111010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27C71; }

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

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

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

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

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

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

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

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