#E6706B

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

Shades of Geraldine #E6706B

Tints of Geraldine #E6706B

Color information

#E6706B (or 0xE6706B) is unknown color: approx Geraldine. HEX triplet: E6, 70 and 6B. RGB value is (230,112,107). Sum of RGB (Red+Green+Blue) = 230+112+107=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E6706B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6706B is #198F94. Grayscale: #929292. Windows color (decimal): -1675157 or 7041254. OLE color: 7041254.

HSL color Cylindrical-coordinate representation of color #E6706B: hue angle of 2.44º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6706B is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB230112107-
CMYK00.510.530.10
HSL2.44º71.1%66.08%-
HSV(B)2.44º53.48%90.2%-
XYZ41.0829.4717.43-
YUV146.71105.59187.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.22%
GREEN value IS 112 (44.14% from 255) = 24.94%
BLUE value IS 107 (42.19% from 255) = 23.83%
R=51.22%
G=24.94%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011210700.510.530.102.4471.166.08
HexE6706B03335A24742
Octal34616015306365122107102
Binary1110011011100001101011011001111010110101010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6706B; }

 p { color: rgb(230,112,107); }

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

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

 a { background-color: rgb(230,112,107); }

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

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

 span { border-color: rgb(230,112,107); }

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