#E27A7A

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

Shades of Geraldine #E27A7A

Tints of Geraldine #E27A7A

Color information

#E27A7A (or 0xE27A7A) is unknown color: approx Geraldine. HEX triplet: E2, 7A and 7A. RGB value is (226,122,122). Sum of RGB (Red+Green+Blue) = 226+122+122=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27A7A is #1D8585. Grayscale: #999999. Windows color (decimal): -1934726 or 8026850. OLE color: 8026850.

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

Color convert

RGB226122122-
CMYK00.460.460.11
HSL64.2%68.24%-
HSV(B)46.02%88.63%-
XYZ41.8431.4922.29-
YUV153.1110.46180-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.09%
GREEN value IS 122 (48.05% from 255) = 25.96%
BLUE value IS 122 (48.05% from 255) = 25.96%
R=48.09%
G=25.96%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612212200.460.460.11064.268.24
HexE27A7A02E2EB04044
Octal34217217205656130100104
Binary111000101111010111101001011101011101011010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27A7A; }

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

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

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

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

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

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

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

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