#E07871

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

Shades of Geraldine #E07871

Tints of Geraldine #E07871

Color information

#E07871 (or 0xE07871) is unknown color: approx Geraldine. HEX triplet: E0, 78 and 71. RGB value is (224,120,113). Sum of RGB (Red+Green+Blue) = 224+120+113=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E07871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07871 is #1F878E. Grayscale: #969696. Windows color (decimal): -2066319 or 7436512. OLE color: 7436512.

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

Color convert

RGB224120113-
CMYK00.460.500.12
HSL3.78º64.16%66.08%-
HSV(B)3.78º49.55%87.84%-
XYZ40.4430.4719.37-
YUV150.3106.96180.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.02%
GREEN value IS 120 (47.27% from 255) = 26.26%
BLUE value IS 113 (44.53% from 255) = 24.73%
R=49.02%
G=26.26%
B=24.73%

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
Decimal22412011300.460.500.123.7864.1666.08
HexE0787102E32C44042
Octal34017016105662144100102
Binary11100000111100011100010101110110010110010010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07871; }

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

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

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

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

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

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

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

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