#E17973

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

Shades of Geraldine #E17973

Tints of Geraldine #E17973

Color information

#E17973 (or 0xE17973) is unknown color: approx Geraldine. HEX triplet: E1, 79 and 73. RGB value is (225,121,115). Sum of RGB (Red+Green+Blue) = 225+121+115=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E17973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17973 is #1E868C. Grayscale: #979797. Windows color (decimal): -2000525 or 7567841. OLE color: 7567841.

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

Color convert

RGB225121115-
CMYK00.460.490.12
HSL3.27º64.71%66.67%-
HSV(B)3.27º48.89%88.24%-
XYZ40.9830.9220.03-
YUV151.41107.46180.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 115 (45.31% from 255) = 24.95%
R=48.81%
G=26.25%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512111500.460.490.123.2764.7166.67
HexE1797302E31C34143
Octal34117116305661143101103
Binary1110000111110011110011010111011000111001110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17973; }

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

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

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

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

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

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

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

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