#E07971

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

Shades of Geraldine #E07971

Tints of Geraldine #E07971

Color information

#E07971 (or 0xE07971) is unknown color: approx Geraldine. HEX triplet: E0, 79 and 71. RGB value is (224,121,113). Sum of RGB (Red+Green+Blue) = 224+121+113=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E07971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07971 is #1F868E. Grayscale: #979797. Windows color (decimal): -2066063 or 7436768. OLE color: 7436768.

HSL color Cylindrical-coordinate representation of color #E07971: hue angle of 4.32º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07971 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224121113-
CMYK00.460.500.12
HSL4.32º64.16%66.08%-
HSV(B)4.32º49.55%87.84%-
XYZ40.5630.7119.41-
YUV150.88106.62180.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.91%
GREEN value IS 121 (47.66% from 255) = 26.42%
BLUE value IS 113 (44.53% from 255) = 24.67%
R=48.91%
G=26.42%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412111300.460.500.124.3264.1666.08
HexE0797102E32C44042
Octal34017116105662144100102
Binary11100000111100111100010101110110010110010010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07971; }

 p { color: rgb(224,121,113); }

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

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

 a { background-color: rgb(224,121,113); }

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

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

 span { border-color: rgb(224,121,113); }

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