#e17875

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

Shades of Geraldine #E17875

Tints of Geraldine #E17875

Color information

#E17875 (or 0xE17875) is unknown color: approx Geraldine. HEX triplet: E1, 78 and 75. RGB value is (225,120,117). Sum of RGB (Red+Green+Blue) = 225+120+117=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E17875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17875 is #1E878A. Grayscale: #979797. Windows color (decimal): -2000779 or 7698657. OLE color: 7698657.

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

Color convert

RGB225120117-
CMYK00.470.480.12
HSL1.67º64.29%67.06%-
HSV(B)1.67º48%88.24%-
XYZ40.9830.7220.6-
YUV151.05108.79180.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.70%
GREEN value IS 120 (47.27% from 255) = 25.97%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=48.70%
G=25.97%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512011700.470.480.121.6764.2967.06
HexE1787502F30C24043
Octal34117016505760142100103
Binary1110000111110001110101010111111000011001010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e17875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e17875; }

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

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

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

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

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

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

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

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