#E1776A

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

Shades of Geraldine #E1776A

Tints of Geraldine #E1776A

Color information

#E1776A (or 0xE1776A) is unknown color: approx Geraldine. HEX triplet: E1, 77 and 6A. RGB value is (225,119,106). Sum of RGB (Red+Green+Blue) = 225+119+106=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1776A is #1E8895. Grayscale: #959595. Windows color (decimal): -2001046 or 6977505. OLE color: 6977505.

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

Color convert

RGB225119106-
CMYK00.470.530.12
HSL6.55º66.48%64.9%-
HSV(B)6.55º52.89%88.24%-
XYZ40.2530.2417.35-
YUV149.21103.62182.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50%
GREEN value IS 119 (46.88% from 255) = 26.44%
BLUE value IS 106 (41.80% from 255) = 23.56%
R=50%
G=26.44%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511910600.470.530.126.5566.4864.9
HexE1776A02F35C74241
Octal34116715205765147102101
Binary11100001111011111010100101111110101110011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1776A; }

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

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

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

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

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

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

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

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