#E27A74

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

Shades of Geraldine #E27A74

Tints of Geraldine #E27A74

Color information

#E27A74 (or 0xE27A74) is unknown color: approx Geraldine. HEX triplet: E2, 7A and 74. RGB value is (226,122,116). Sum of RGB (Red+Green+Blue) = 226+122+116=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27A74 is #1D858B. Grayscale: #989898. Windows color (decimal): -1934732 or 7633634. OLE color: 7633634.

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

Color convert

RGB226122116-
CMYK00.460.490.11
HSL3.27º65.48%67.06%-
HSV(B)3.27º48.67%88.63%-
XYZ41.4831.3520.39-
YUV152.41107.46180.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.71%
GREEN value IS 122 (48.05% from 255) = 26.29%
BLUE value IS 116 (45.70% from 255) = 25%
R=48.71%
G=26.29%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612211600.460.490.113.2765.4867.06
HexE27A7402E31B34143
Octal34217216405661133101103
Binary1110001011110101110100010111011000110111110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27A74; }

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

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

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

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

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

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

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

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