#E27A72

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

Shades of Geraldine #E27A72

Tints of Geraldine #E27A72

Color information

#E27A72 (or 0xE27A72) is unknown color: approx Geraldine. HEX triplet: E2, 7A and 72. RGB value is (226,122,114). Sum of RGB (Red+Green+Blue) = 226+122+114=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27A72 is #1D858D. Grayscale: #989898. Windows color (decimal): -1934734 or 7502562. OLE color: 7502562.

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

Color convert

RGB226122114-
CMYK00.460.500.11
HSL4.29º65.88%66.67%-
HSV(B)4.29º49.56%88.63%-
XYZ41.3631.319.78-
YUV152.18106.46180.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.92%
GREEN value IS 122 (48.05% from 255) = 26.41%
BLUE value IS 114 (44.92% from 255) = 24.68%
R=48.92%
G=26.41%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612211400.460.500.114.2965.8866.67
HexE27A7202E32B44243
Octal34217216205662134102103
Binary11100010111101011100100101110110010101110010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27A72; }

 p { color: rgb(226,122,114); }

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

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

 a { background-color: rgb(226,122,114); }

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

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

 span { border-color: rgb(226,122,114); }

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