#E27A6A

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

Shades of Geraldine #E27A6A

Tints of Geraldine #E27A6A

Color information

#E27A6A (or 0xE27A6A) is unknown color: approx Geraldine. HEX triplet: E2, 7A and 6A. RGB value is (226,122,106). Sum of RGB (Red+Green+Blue) = 226+122+106=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27A6A is #1D8595. Grayscale: #979797. Windows color (decimal): -1934742 or 6978274. OLE color: 6978274.

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

Color convert

RGB226122106-
CMYK00.460.530.11
HSL67.42%65.1%-
HSV(B)53.1%88.63%-
XYZ40.9331.1317.49-
YUV151.27102.46181.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.78%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 106 (41.80% from 255) = 23.35%
R=49.78%
G=26.87%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612210600.460.530.11867.4265.1
HexE27A6A02E35B84341
Octal342172152056651310103101
Binary111000101111010110101001011101101011011100010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27A6A; }

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

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

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

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

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

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

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

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