#E27F7A

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

Shades of Geraldine #E27F7A

Tints of Geraldine #E27F7A

Color information

#E27F7A (or 0xE27F7A) is unknown color: approx Geraldine. HEX triplet: E2, 7F and 7A. RGB value is (226,127,122). Sum of RGB (Red+Green+Blue) = 226+127+122=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27F7A is #1D8085. Grayscale: #9C9C9C. Windows color (decimal): -1933446 or 8028130. OLE color: 8028130.

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

Color convert

RGB226127122-
CMYK00.440.460.11
HSL2.88º64.2%68.24%-
HSV(B)2.88º46.02%88.63%-
XYZ42.4732.7522.5-
YUV156.03108.8177.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.58%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=47.58%
G=26.74%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612712200.440.460.112.8864.268.24
HexE27F7A02C2EB34044
Octal34217717205456133100104
Binary1110001011111111111010010110010111010111110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27F7A; }

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

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

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

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

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

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

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

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