#EA736F

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

Shades of Geraldine #EA736F

Tints of Geraldine #EA736F

Color information

#EA736F (or 0xEA736F) is unknown color: approx Geraldine. HEX triplet: EA, 73 and 6F. RGB value is (234,115,111). Sum of RGB (Red+Green+Blue) = 234+115+111=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA736F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA736F is #158C90. Grayscale: #969696. Windows color (decimal): -1412241 or 7304170. OLE color: 7304170.

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

Color convert

RGB234115111-
CMYK00.510.530.08
HSL1.95º74.55%67.65%-
HSV(B)1.95º52.56%91.76%-
XYZ42.9330.918.74-
YUV150.12105.92187.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.87%
GREEN value IS 115 (45.31% from 255) = 25%
BLUE value IS 111 (43.75% from 255) = 24.13%
R=50.87%
G=25%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411511100.510.530.081.9574.5567.65
HexEA736F03335824b44
Octal35216315706365102113104
Binary1110101011100111101111011001111010110001010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA736F; }

 p { color: rgb(234,115,111); }

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

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

 a { background-color: rgb(234,115,111); }

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

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

 span { border-color: rgb(234,115,111); }

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