#EB6F6E

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

Shades of Geraldine #EB6F6E

Tints of Geraldine #EB6F6E

Color information

#EB6F6E (or 0xEB6F6E) is unknown color: approx Geraldine. HEX triplet: EB, 6F and 6E. RGB value is (235,111,110). Sum of RGB (Red+Green+Blue) = 235+111+110=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6F6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6F6E is #149091. Grayscale: #949494. Windows color (decimal): -1347730 or 7237611. OLE color: 7237611.

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

Color convert

RGB235111110-
CMYK00.530.530.08
HSL0.48º75.76%67.65%-
HSV(B)0.48º53.19%92.16%-
XYZ42.7630.1618.32-
YUV147.96106.58190.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.54%
GREEN value IS 111 (43.75% from 255) = 24.34%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=51.54%
G=24.34%
B=24.12%

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
Decimal23511111000.530.530.080.4875.7667.65
HexEB6F6E03535804c44
Octal35315715606565100114104
Binary111010111101111110111001101011101011000010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6F6E; }

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

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

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

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

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

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

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

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