#E27574

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

Shades of Geraldine #E27574

Tints of Geraldine #E27574

Color information

#E27574 (or 0xE27574) is unknown color: approx Geraldine. HEX triplet: E2, 75 and 74. RGB value is (226,117,116). Sum of RGB (Red+Green+Blue) = 226+117+116=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E27574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27574 is #1D8A8B. Grayscale: #959595. Windows color (decimal): -1936012 or 7632354. OLE color: 7632354.

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

Color convert

RGB226117116-
CMYK00.480.490.11
HSL0.55º65.48%67.06%-
HSV(B)0.55º48.67%88.63%-
XYZ40.8830.1520.19-
YUV149.48109.11182.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.24%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 116 (45.70% from 255) = 25.27%
R=49.24%
G=25.49%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611711600.480.490.110.5565.4867.06
HexE2757403031B14143
Octal34216516406061131101103
Binary111000101110101111010001100001100011011110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27574; }

 p { color: rgb(226,117,116); }

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

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

 a { background-color: rgb(226,117,116); }

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

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

 span { border-color: rgb(226,117,116); }

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