#E27975

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

Shades of Geraldine #E27975

Tints of Geraldine #E27975

Color information

#E27975 (or 0xE27975) is unknown color: approx Geraldine. HEX triplet: E2, 79 and 75. RGB value is (226,121,117). Sum of RGB (Red+Green+Blue) = 226+121+117=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E27975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27975 is #1D868A. Grayscale: #989898. Windows color (decimal): -1934987 or 7698914. OLE color: 7698914.

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

Color convert

RGB226121117-
CMYK00.460.480.11
HSL2.2º65.27%67.25%-
HSV(B)2.2º48.23%88.63%-
XYZ41.4131.1320.66-
YUV151.94108.29180.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.71%
GREEN value IS 121 (47.66% from 255) = 26.08%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=48.71%
G=26.08%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612111700.460.480.112.265.2767.25
HexE2797502E30B24143
Octal34217116505660132101103
Binary1110001011110011110101010111011000010111010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27975; }

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

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

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

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

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

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

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

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