#E17975

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

Shades of Geraldine #E17975

Tints of Geraldine #E17975

Color information

#E17975 (or 0xE17975) is unknown color: approx Geraldine. HEX triplet: E1, 79 and 75. RGB value is (225,121,117). Sum of RGB (Red+Green+Blue) = 225+121+117=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E17975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17975 is #1E868A. Grayscale: #979797. Windows color (decimal): -2000523 or 7698913. OLE color: 7698913.

HSL color Cylindrical-coordinate representation of color #E17975: hue angle of 2.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E17975 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB225121117-
CMYK00.460.480.12
HSL2.22º64.29%67.06%-
HSV(B)2.22º48%88.24%-
XYZ41.130.9720.64-
YUV151.64108.46180.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 121 (47.66% from 255) = 26.13%
BLUE value IS 117 (46.09% from 255) = 25.27%
R=48.60%
G=26.13%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512111700.460.480.122.2264.2967.06
HexE1797502E30C24043
Octal34117116505660142100103
Binary1110000111110011110101010111011000011001010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17975; }

 p { color: rgb(225,121,117); }

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

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

 a { background-color: rgb(225,121,117); }

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

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

 span { border-color: rgb(225,121,117); }

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