#ea8068

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

Shades of Geraldine #EA8068

Tints of Geraldine #EA8068

Color information

#EA8068 (or 0xEA8068) is unknown color: approx Geraldine. HEX triplet: EA, 80 and 68. RGB value is (234,128,104). Sum of RGB (Red+Green+Blue) = 234+128+104=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8068 is #157F97. Grayscale: #9D9D9D. Windows color (decimal): -1408920 or 6848746. OLE color: 6848746.

HSL color Cylindrical-coordinate representation of color #EA8068: hue angle of 11.08º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA8068 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB234128104-
CMYK00.450.560.08
HSL11.08º75.58%66.27%-
HSV(B)11.08º55.56%91.76%-
XYZ44.1533.9317.32-
YUV156.9698.12182.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.21%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 104 (41.02% from 255) = 22.32%
R=50.21%
G=27.47%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412810400.450.560.0811.0875.5866.27
HexEA806802D388b4c42
Octal352200150055701013114102
Binary1110101010000000110100001011011110001000101110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea8068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea8068; }

 p { color: rgb(234,128,104); }

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

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

 a { background-color: rgb(234,128,104); }

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

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

 span { border-color: rgb(234,128,104); }

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