#E1706D

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

Shades of Geraldine #E1706D

Tints of Geraldine #E1706D

Color information

#E1706D (or 0xE1706D) is unknown color: approx Geraldine. HEX triplet: E1, 70 and 6D. RGB value is (225,112,109). Sum of RGB (Red+Green+Blue) = 225+112+109=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1706D is #1E8F92. Grayscale: #919191. Windows color (decimal): -2002835 or 7172321. OLE color: 7172321.

HSL color Cylindrical-coordinate representation of color #E1706D: hue angle of 1.55º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1706D is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB225112109-
CMYK00.500.520.12
HSL1.55º65.91%65.49%-
HSV(B)1.55º51.56%88.24%-
XYZ39.6128.717.92-
YUV145.44107.44184.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.45%
GREEN value IS 112 (44.14% from 255) = 25.11%
BLUE value IS 109 (42.97% from 255) = 24.44%
R=50.45%
G=25.11%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511210900.500.520.121.5565.9165.49
HexE1706D03234C24241
Octal34116015506264142102101
Binary1110000111100001101101011001011010011001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1706D; }

 p { color: rgb(225,112,109); }

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

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

 a { background-color: rgb(225,112,109); }

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

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

 span { border-color: rgb(225,112,109); }

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