#E1706A

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

Shades of Geraldine #E1706A

Tints of Geraldine #E1706A

Color information

#E1706A (or 0xE1706A) is unknown color: approx Geraldine. HEX triplet: E1, 70 and 6A. RGB value is (225,112,106). Sum of RGB (Red+Green+Blue) = 225+112+106=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E1706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1706A is #1E8F95. Grayscale: #919191. Windows color (decimal): -2002838 or 6975713. OLE color: 6975713.

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

Color convert

RGB225112106-
CMYK00.500.530.12
HSL3.03º66.48%64.9%-
HSV(B)3.03º52.89%88.24%-
XYZ39.4528.6417.08-
YUV145.1105.94184.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.79%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 106 (41.80% from 255) = 23.93%
R=50.79%
G=25.28%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511210600.500.530.123.0366.4864.9
HexE1706A03235C34241
Octal34116015206265143102101
Binary1110000111100001101010011001011010111001110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1706A; }

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

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

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

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

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

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

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

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