#E27675

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

Shades of Geraldine #E27675

Tints of Geraldine #E27675

Color information

#E27675 (or 0xE27675) is unknown color: approx Geraldine. HEX triplet: E2, 76 and 75. RGB value is (226,118,117). Sum of RGB (Red+Green+Blue) = 226+118+117=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E27675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27675 is #1D898A. Grayscale: #969696. Windows color (decimal): -1935755 or 7698146. OLE color: 7698146.

HSL color Cylindrical-coordinate representation of color #E27675: 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.48%. Process color model (Four color, CMYK) of #E27675 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB226118117-
CMYK00.480.480.11
HSL0.55º65.27%67.25%-
HSV(B)0.55º48.23%88.63%-
XYZ41.0530.4120.54-
YUV150.18109.28182.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.02%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=49.02%
G=25.60%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611811700.480.480.110.5565.2767.25
HexE2767503030B14143
Octal34216616506060131101103
Binary111000101110110111010101100001100001011110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27675; }

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

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

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

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

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

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

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

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