#E17572

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

Shades of Geraldine #E17572

Tints of Geraldine #E17572

Color information

#E17572 (or 0xE17572) is unknown color: approx Geraldine. HEX triplet: E1, 75 and 72. RGB value is (225,117,114). Sum of RGB (Red+Green+Blue) = 225+117+114=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E17572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17572 is #1E8A8D. Grayscale: #959595. Windows color (decimal): -2001550 or 7501281. OLE color: 7501281.

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

Color convert

RGB225117114-
CMYK00.480.490.12
HSL1.62º64.91%66.47%-
HSV(B)1.62º49.33%88.24%-
XYZ40.4529.9519.57-
YUV148.95108.28182.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.34%
GREEN value IS 117 (46.09% from 255) = 25.66%
BLUE value IS 114 (44.92% from 255) = 25%
R=49.34%
G=25.66%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511711400.480.490.121.6264.9166.47
HexE1757203031C24142
Octal34116516206061142101102
Binary1110000111101011110010011000011000111001010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17572; }

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

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

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

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

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

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

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

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