#EA756E

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

Shades of Geraldine #EA756E

Tints of Geraldine #EA756E

Color information

#EA756E (or 0xEA756E) is unknown color: approx Geraldine. HEX triplet: EA, 75 and 6E. RGB value is (234,117,110). Sum of RGB (Red+Green+Blue) = 234+117+110=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA756E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA756E is #158A91. Grayscale: #979797. Windows color (decimal): -1411730 or 7239146. OLE color: 7239146.

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

Color convert

RGB234117110-
CMYK00.50.530.08
HSL3.39º74.7%67.45%-
HSV(B)3.39º52.99%91.76%-
XYZ43.1131.3418.53-
YUV151.18104.76187.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.76%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=50.76%
G=25.38%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411711000.50.530.083.3974.767.45
HexEA756E03235834b43
Octal35216515606265103113103
Binary1110101011101011101110011001011010110001110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA756E; }

 p { color: rgb(234,117,110); }

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

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

 a { background-color: rgb(234,117,110); }

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

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

 span { border-color: rgb(234,117,110); }

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