#EA746E

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

Shades of Geraldine #EA746E

Tints of Geraldine #EA746E

Color information

#EA746E (or 0xEA746E) is unknown color: approx Geraldine. HEX triplet: EA, 74 and 6E. RGB value is (234,116,110). Sum of RGB (Red+Green+Blue) = 234+116+110=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA746E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA746E is #158B91. Grayscale: #969696. Windows color (decimal): -1411986 or 7238890. OLE color: 7238890.

HSL color Cylindrical-coordinate representation of color #EA746E: hue angle of 2.9º 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 #EA746E is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234116110-
CMYK00.500.530.08
HSL2.9º74.7%67.45%-
HSV(B)2.9º52.99%91.76%-
XYZ42.9931.1118.49-
YUV150.6105.09187.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.87%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 110 (43.36% from 255) = 23.91%
R=50.87%
G=25.22%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411611000.500.530.082.974.767.45
HexEA746E03235834b43
Octal35216415606265103113103
Binary1110101011101001101110011001011010110001110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA746E; }

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

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

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

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

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

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

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

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