#E17869

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

Shades of Geraldine #E17869

Tints of Geraldine #E17869

Color information

#E17869 (or 0xE17869) is unknown color: approx Geraldine. HEX triplet: E1, 78 and 69. RGB value is (225,120,105). Sum of RGB (Red+Green+Blue) = 225+120+105=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E17869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17869 is #1E8796. Grayscale: #959595. Windows color (decimal): -2000791 or 6912225. OLE color: 6912225.

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

Color convert

RGB225120105-
CMYK00.470.530.12
HSL7.5º66.67%64.71%-
HSV(B)7.5º53.33%88.24%-
XYZ40.3230.4617.12-
YUV149.68102.79181.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50%
GREEN value IS 120 (47.27% from 255) = 26.67%
BLUE value IS 105 (41.41% from 255) = 23.33%
R=50%
G=26.67%
B=23.33%

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
Decimal22512010500.470.530.127.566.6764.71
HexE1786902F35C84341
Octal341170151057651410103101
Binary111000011111000110100101011111101011100100010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17869; }

 p { color: rgb(225,120,105); }

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

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

 a { background-color: rgb(225,120,105); }

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

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

 span { border-color: rgb(225,120,105); }

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