#E07673

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

Shades of Geraldine #E07673

Tints of Geraldine #E07673

Color information

#E07673 (or 0xE07673) is unknown color: approx Geraldine. HEX triplet: E0, 76 and 73. RGB value is (224,118,115). Sum of RGB (Red+Green+Blue) = 224+118+115=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E07673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07673 is #1F898C. Grayscale: #959595. Windows color (decimal): -2066829 or 7567072. OLE color: 7567072.

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

Color convert

RGB224118115-
CMYK00.470.490.12
HSL1.65º63.74%66.47%-
HSV(B)1.65º48.66%87.84%-
XYZ40.3130.0419.89-
YUV149.35108.62181.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.02%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 115 (45.31% from 255) = 25.16%
R=49.02%
G=25.82%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411811500.470.490.121.6563.7466.47
HexE0767302F31C24042
Octal34016616305761142100102
Binary1110000011101101110011010111111000111001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07673; }

 p { color: rgb(224,118,115); }

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

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

 a { background-color: rgb(224,118,115); }

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

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

 span { border-color: rgb(224,118,115); }

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