#E17272

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

Shades of Geraldine #E17272

Tints of Geraldine #E17272

Color information

#E17272 (or 0xE17272) is unknown color: approx Geraldine. HEX triplet: E1, 72 and 72. RGB value is (225,114,114). Sum of RGB (Red+Green+Blue) = 225+114+114=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E17272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17272 is #1E8D8D. Grayscale: #939393. Windows color (decimal): -2002318 or 7500513. OLE color: 7500513.

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

Color convert

RGB225114114-
CMYK00.490.490.12
HSL64.91%66.47%-
HSV(B)49.33%88.24%-
XYZ40.1129.2619.45-
YUV147.19109.27183.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.67%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 114 (44.92% from 255) = 25.17%
R=49.67%
G=25.17%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511411400.490.490.12064.9166.47
HexE1727203131C04142
Octal34116216206161140101102
Binary111000011110010111001001100011100011100010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17272; }

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

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

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

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

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

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

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

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