#E17575

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

Shades of Geraldine #E17575

Tints of Geraldine #E17575

Color information

#E17575 (or 0xE17575) is unknown color: approx Geraldine. HEX triplet: E1, 75 and 75. RGB value is (225,117,117). Sum of RGB (Red+Green+Blue) = 225+117+117=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E17575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17575 is #1E8A8A. Grayscale: #959595. Windows color (decimal): -2001547 or 7697889. OLE color: 7697889.

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

Color convert

RGB225117117-
CMYK00.480.480.12
HSL64.29%67.06%-
HSV(B)48%88.24%-
XYZ40.6230.0120.48-
YUV149.29109.78182-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.02%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=49.02%
G=25.49%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511711700.480.480.12064.2967.06
HexE1757503030C04043
Octal34116516506060140100103
Binary111000011110101111010101100001100001100010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17575; }

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

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

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

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

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

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

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

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