#E27F79

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

Shades of Geraldine #E27F79

Tints of Geraldine #E27F79

Color information

#E27F79 (or 0xE27F79) is unknown color: approx Geraldine. HEX triplet: E2, 7F and 79. RGB value is (226,127,121). Sum of RGB (Red+Green+Blue) = 226+127+121=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27F79 is #1D8086. Grayscale: #9C9C9C. Windows color (decimal): -1933447 or 7962594. OLE color: 7962594.

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

Color convert

RGB226127121-
CMYK00.440.460.11
HSL3.43º64.42%68.04%-
HSV(B)3.43º46.46%88.63%-
XYZ42.432.7322.17-
YUV155.92108.3177.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.68%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 121 (47.66% from 255) = 25.53%
R=47.68%
G=26.79%
B=25.53%

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
Decimal22612712100.440.460.113.4364.4268.04
HexE27F7902C2EB34044
Octal34217717105456133100104
Binary1110001011111111111001010110010111010111110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27F79; }

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

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

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

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

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

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

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

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