#EB6E6E

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

Shades of Geraldine #EB6E6E

Tints of Geraldine #EB6E6E

Color information

#EB6E6E (or 0xEB6E6E) is unknown color: approx Geraldine. HEX triplet: EB, 6E and 6E. RGB value is (235,110,110). Sum of RGB (Red+Green+Blue) = 235+110+110=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6E6E is #149191. Grayscale: #939393. Windows color (decimal): -1347986 or 7237355. OLE color: 7237355.

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

Color convert

RGB235110110-
CMYK00.530.530.08
HSL75.76%67.65%-
HSV(B)53.19%92.16%-
XYZ42.6529.9418.28-
YUV147.37106.91190.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.65%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=51.65%
G=24.18%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511011000.530.530.08075.7667.65
HexEB6E6E03535804c44
Octal35315615606565100114104
Binary111010111101110110111001101011101011000010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6E6E; }

 p { color: rgb(235,110,110); }

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

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

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

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

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

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

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