#EA756B

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

Shades of Geraldine #EA756B

Tints of Geraldine #EA756B

Color information

#EA756B (or 0xEA756B) is unknown color: approx Geraldine. HEX triplet: EA, 75 and 6B. RGB value is (234,117,107). Sum of RGB (Red+Green+Blue) = 234+117+107=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA756B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA756B is #158A94. Grayscale: #979797. Windows color (decimal): -1411733 or 7042538. OLE color: 7042538.

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

Color convert

RGB234117107-
CMYK00.50.540.08
HSL4.72º75.15%66.86%-
HSV(B)4.72º54.27%91.76%-
XYZ42.9531.2817.68-
YUV150.84103.26187.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.09%
GREEN value IS 117 (46.09% from 255) = 25.55%
BLUE value IS 107 (42.19% from 255) = 23.36%
R=51.09%
G=25.55%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411710700.50.540.084.7275.1566.86
HexEA756B03236854b43
Octal35216515306266105113103
Binary11101010111010111010110110010110110100010110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA756B; }

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

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

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

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

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

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

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

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