#EA7E6A

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

Shades of Geraldine #EA7E6A

Tints of Geraldine #EA7E6A

Color information

#EA7E6A (or 0xEA7E6A) is unknown color: approx Geraldine. HEX triplet: EA, 7E and 6A. RGB value is (234,126,106). Sum of RGB (Red+Green+Blue) = 234+126+106=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7E6A is #158195. Grayscale: #9C9C9C. Windows color (decimal): -1409430 or 6979306. OLE color: 6979306.

HSL color Cylindrical-coordinate representation of color #EA7E6A: hue angle of 9.38º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA7E6A is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB234126106-
CMYK00.460.550.08
HSL9.38º75.29%66.67%-
HSV(B)9.38º54.7%91.76%-
XYZ43.9933.4517.77-
YUV156.0199.78183.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.21%
GREEN value IS 126 (49.61% from 255) = 27.04%
BLUE value IS 106 (41.80% from 255) = 22.75%
R=50.21%
G=27.04%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412610600.460.550.089.3875.2966.67
HexEA7E6A02E37894b43
Octal352176152056671011113103
Binary111010101111110110101001011101101111000100110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7E6A; }

 p { color: rgb(234,126,106); }

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

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

 a { background-color: rgb(234,126,106); }

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

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

 span { border-color: rgb(234,126,106); }

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