#e27c70

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

Shades of Geraldine #E27C70

Tints of Geraldine #E27C70

Color information

#E27C70 (or 0xE27C70) is unknown color: approx Geraldine. HEX triplet: E2, 7C and 70. RGB value is (226,124,112). Sum of RGB (Red+Green+Blue) = 226+124+112=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27C70 is #1D838F. Grayscale: #999999. Windows color (decimal): -1934224 or 7372002. OLE color: 7372002.

HSL color Cylindrical-coordinate representation of color #E27C70: hue angle of 6.32º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27C70 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB226124112-
CMYK00.450.500.11
HSL6.32º66.28%66.27%-
HSV(B)6.32º50.44%88.63%-
XYZ41.531.7519.27-
YUV153.13104.79179.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.92%
GREEN value IS 124 (48.83% from 255) = 26.84%
BLUE value IS 112 (44.14% from 255) = 24.24%
R=48.92%
G=26.84%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612411200.450.500.116.3266.2866.27
HexE27C7002D32B64242
Octal34217416005562136102102
Binary11100010111110011100000101101110010101111010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e27c70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e27c70; }

 p { color: rgb(226,124,112); }

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

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

 a { background-color: rgb(226,124,112); }

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

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

 span { border-color: rgb(226,124,112); }

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